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 214A83F39CA for ; Wed, 5 Aug 2026 21:21:39 +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=1785964902; cv=none; b=RIcOlc5HTb6duP6aJR3j5NpGdapgpebdRh7HmbuEEJNfGQovGrSXrw6BDGUG/il+HDVKTLSt/7RggffaHAUPieatT9uUD2LeyySK6bJqkb8CVMWX96SfupiDXY3jbh0M7J1fpzed1eV7QPJhHyIkHy3sOPlFmHB5PVwVrTGw+mI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785964902; c=relaxed/simple; bh=5CdFp5OCjrxhyQC8VjsI8fNdXQ6miKdFH99e7idxXnQ=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=O7W06ZV2xAo3M/fvMqjLxscM7oGgso8rj//ZlaAGJtWtYVI8JnmIBkFEIp0igZNXGJ8iWZEwttPVrAiOyJoorwKFR5hCxBVbVCV4GYhyFroGNVxitRUDmdLr+2rlhVXSrzC1HUi1s/s0KUBTpB9nVWQW/SKQPq4TnnXjk5QFipc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=WFmXjPo2; 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="WFmXjPo2" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1596B1F00ACF; Wed, 5 Aug 2026 21:21:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1785964897; bh=JoIn2woWP4yvg4R5//bLnyYh8omIezrzh5bc4PqgSbM=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=WFmXjPo2ixpiFbTBSvZMqOT/j3gD2rhOsULGAvWISLMWBTiCn1hSCO6Cww/9CR8vU JfNgpKS/dWbUaM551DNLHRYNzL3u90r4s3kjevdtyRN8OGhnnZwjw2WCRSvF4E7kwZ 0O6CFTXTWQIdy/3hcVThmtm/cIwuQIu8SKN+Nt2UxW6olHith1SRZzEe9H0lbQlELU Uov35Fd9uUTxd7/4mIPekGMGvuOlf4H7vbGp8t5pwow1PYL/HfB7HddeFUhUm8aLWS JFDG7U47DaMovtAqldbeZ12ZVyYZ977oLdVNEfdrwBTctABiWj3yO/rOyEsW2PR9an bgtCh44RQqekg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 198A3392FFD1; Wed, 5 Aug 2026 21:20:58 +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] f2fs: only redirty pinned folios in redirty_blocks From: patchwork-bot+f2fs@kernel.org Message-Id: <178596485663.530543.6106799937167752297.git-patchwork-notify@kernel.org> Date: Wed, 05 Aug 2026 21:20:56 +0000 References: <20260727130430.2109181-1-qiwenjie@xiaomi.com> In-Reply-To: <20260727130430.2109181-1-qiwenjie@xiaomi.com> To: Wenjie Qi Cc: jaegeuk@kernel.org, chao@kernel.org, linux-kernel@vger.kernel.org, qiwenjie@xiaomi.com, stable@kernel.org, linux-f2fs-devel@lists.sourceforge.net Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Mon, 27 Jul 2026 21:04:29 +0800 you wrote: > redirty_blocks() pins folios with read_cache_folio() and then walks the > same range again with filemap_lock_folio() to redirty them and drop the > references it took. > > Commit 5951fee46bef ("f2fs: Use a folio in redirty_blocks()") changed > the second pass to a do/while loop. If read_cache_folio() fails before > anything is pinned, page_idx does not advance but the cleanup loop still > runs once. > > [...] Here is the summary with links: - [f2fs-dev] f2fs: only redirty pinned folios in redirty_blocks https://git.kernel.org/jaegeuk/f2fs/c/85171332742e You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html