Re: [f2fs-dev] [PATCH v2] f2fs: prevent atomic file from being dirtied before commit

2024-09-16 Thread patchwork-bot+f2fs--- via Linux-f2fs-devel
Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Wed, 4 Sep 2024 08:33:06 -0700 you wrote: > From: Daeho Jeong > > Keep atomic file clean while updating and make it dirtied during commit > in order to avoid unnecessary and excessive inode updates in the previous > fi

[f2fs-dev] [PATCH v2] f2fs: prevent atomic file from being dirtied before commit

2024-09-04 Thread Daeho Jeong
From: Daeho Jeong Keep atomic file clean while updating and make it dirtied during commit in order to avoid unnecessary and excessive inode updates in the previous fix. Fixes: 4bf78322346f ("f2fs: mark inode dirty for FI_ATOMIC_COMMITTED flag") Signed-off-by: Daeho Jeong --- v2: take the origin