From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 2A5873BE49E for ; Thu, 22 Jan 2026 23:50:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769125809; cv=none; b=fvD1gpmGjIdaiXPFfmRQ5sdCLS0DDr30OsQAkOf/8l8PpnAVx1/nXSZ9LasKSpt3O3HSW6256+/1GI8gt7gV+N0grty8bDNPFx+kg4CCyuOgSTqBQn3F37+gJdN8YgzLfVo7ZKvT6aG9bMda0VKtn3Bl4Mo1Sgv/pWPYMpqVSVU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769125809; c=relaxed/simple; bh=DMNFC2K4o9O+DFphTZZkXNN6q57DzJVuOy8CzSeEpZI=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=ufqcU3ttwrCc3xJnYBgCpPYxuxl7MdXO9onhR76iE1Tsd9DtdRKFJf674FDIUekdVeWqtyW5V4sOxs5Bt4WIOgL8coadl0Y82x2B3tIlMF69q50yWYdM13IFR1YlD479C3BMY+xNTAJANLIsfeMpKPwvI9JGbEL27S7jS1I9yAM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=OkMpSKPn; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="OkMpSKPn" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C5558C116C6; Thu, 22 Jan 2026 23:50:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769125808; bh=DMNFC2K4o9O+DFphTZZkXNN6q57DzJVuOy8CzSeEpZI=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=OkMpSKPnB3lGzDf8/0I+VL0RKh6/N+NCEpRt0gFyoFEqwhboPl6Qz5vl6uUASGUTm dty2+Pqj1Jl6dAYxyolYcXefcC1RTvWMyToOoSu7pTwOv+n3gD2RnhMMSe0Zno2jxq nj1K9c3+ERC3Z1lUs7IteOv1dEbSEDLUGaC56w5298vRgZIvBrHU1NRleboEinfnUa jwqvqXLHxWwqJHQ2v3IrvxOSqaVVEOSkRoTx6F7P06cjm5xsXsrvHmpMhvlFTqI+Dq e+YS85P2Ed2tsFrJko6jJhWw3H7CkpdR6TSY9sMO66WD23S8ri/PiDexloe+TATrU/ cvxYllmhz/ybA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 4EBC53808200; Thu, 22 Jan 2026 23:50:06 +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 v2 1/2] f2fs: check skipped write in f2fs_enable_checkpoint() From: patchwork-bot+f2fs@kernel.org Message-Id: <176912580510.2327822.13394016907615058829.git-patchwork-notify@kernel.org> Date: Thu, 22 Jan 2026 23:50:05 +0000 References: <20260120091215.62608-1-chao@kernel.org> In-Reply-To: <20260120091215.62608-1-chao@kernel.org> To: Chao Yu Cc: jaegeuk@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, 20 Jan 2026 17:12:14 +0800 you wrote: > This patch introduces sbi->nr_pages[F2FS_SKIPPED_WRITE] to record any > skipped write during data flush in f2fs_enable_checkpoint(). > > So in the loop of data flush, if there is any skipped write in previous > flush, let's retry sync_inode_sb(), otherwise, all dirty data written > before f2fs_enable_checkpoint() should have been persisted, then break > the retry loop. > > [...] Here is the summary with links: - [f2fs-dev,v2,1/2] f2fs: check skipped write in f2fs_enable_checkpoint() https://git.kernel.org/jaegeuk/f2fs/c/254ef6c7e1af - [f2fs-dev,v2,2/2] f2fs: introduce FAULT_SKIP_WRITE https://git.kernel.org/jaegeuk/f2fs/c/a848dbd97957 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html