From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EC4BF39A7F2 for ; Wed, 12 Aug 2026 20:30:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786566653; cv=none; b=XF2TBjHze18MOPP2cJv7jmQ0ISBjxJwFRCTxAiyXNqK0VW6U46eA8YgsQMnHogZtpOsIs5r8Wy7UPYm1CKkqbMVj5KJUzgHYZz74XZ2GAZByLiwbAkiUCUuS7KGk+Kf4PZdS2nMonV+VsP8qV17qVoZnsiracLQB9qGHFz/P0cY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786566653; c=relaxed/simple; bh=54d19V/BvdPRme9npYyK6yHsZ36/FkWG+4CCQ5kMTtk=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=qD2TBnDEo1dgrHWMeAncIKZTjswXH2Or4dF7hlYQ4yM7AmLmOFCE9o4iOmMfXsOtEVeDrumqhBXErBBFVPjrW1Yi/qhsBLiWR2+5bG0t8X+t4bz31Zqh6Li6IBC0mW9pjVpD8u2HO36PRLiQRq0tzOY3Dm3CPT910e8k0iDruo0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=o2ABs0Wr; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="o2ABs0Wr" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8D1141F00A3A; Wed, 12 Aug 2026 20:30:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1786566651; bh=0KsMbcIsQ6Onf+LFvw3bMprRVz8+BKo+sixC1zIUR2I=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=o2ABs0WrZzyCEo1sjEIXFlsJ7SbluyN0FdUPY6I1OMDPzBuhn6fyoiCu/ltRucqdh DHai023EoUhaSlnAT6YelcpeFp6m6REEakm4j9SGwGQK/SdXQKWMg+j85jmSSlCUFt bWQCQZ/rgg0QyXkTkwc5JbrZuG4ToGuxpCbC88RYxcxCIhRmxL2Fg3Y/nNebTmD89x p3tzZ9kIF2rjE1AflPOWXBzIM52JY543CGDPkU45eqVSYR77ji+9RmbqkobfT/i1nQ LNwXVLAoCxML1poW+7RVSf86PTzN9OM/HlsEEwvimiGQwfKc+iXlUQ1QJg1VDJm06v FkW2GTd9HPUGQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 196D6380CEC4; Wed, 12 Aug 2026 20:30:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [f2fs-dev] [PATCH v5 1/2] f2fs: fix to off-by-one issue in f2fs_zero_post_eof_page() From: patchwork-bot+f2fs@kernel.org Message-Id: <178656660663.2090005.4601812465227179093.git-patchwork-notify@kernel.org> Date: Wed, 12 Aug 2026 20:30:06 +0000 References: <20260811071637.4176024-1-chao@kernel.org> In-Reply-To: <20260811071637.4176024-1-chao@kernel.org> To: Chao Yu Cc: jaegeuk@kernel.org, stable@kernel.org, linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net Hello: This series was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Tue, 11 Aug 2026 15:16:36 +0800 you wrote: > Otherwise, it will drop one more page after new_size which is not > necessary. > > Cc: stable@kernel.org > Fixes: ba8dac350faf ("f2fs: fix to zero post-eof page") > Signed-off-by: Chao Yu > > [...] Here is the summary with links: - [f2fs-dev,v5,1/2] f2fs: fix to off-by-one issue in f2fs_zero_post_eof_page() https://git.kernel.org/jaegeuk/f2fs/c/b2205d3cfd6c - [f2fs-dev,v5,2/2] f2fs: fix to zero post-EOF data when extending file size https://git.kernel.org/jaegeuk/f2fs/c/5eced87b7d19 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html