Hello:
This series was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim jaegeuk@kernel.org:
On Wed, 10 Jul 2024 20:51:17 +0900 you wrote:
The page cache of the atomic file keeps new data pages which will be stored in the COW file. It can also keep old data pages when GCing the atomic file. In this case, new data can be overwritten by old data if a GC thread sets the old data page as dirty after new data page was evicted.
Also, since all writes to the atomic file are redirected to COW inodes, GC for the atomic file is not working well as below.
[...]
Here is the summary with links: - [f2fs-dev,v3,1/2] f2fs: use meta inode for GC of atomic file https://git.kernel.org/jaegeuk/f2fs/c/b40a2b003709 - [f2fs-dev,v3,2/2] f2fs: use meta inode for GC of COW file https://git.kernel.org/jaegeuk/f2fs/c/f18d00769336
You are awesome, thank you!