Re: [f2fs-dev] [PATCH v2 1/2] f2fs: use meta inode for GC of atomic file

2024-07-07 Thread Chao Yu
On 2024/7/5 16:24, Sunmin Jeong 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 afte

[f2fs-dev] [PATCH v2 1/2] f2fs: use meta inode for GC of atomic file

2024-07-05 Thread Sunmin Jeong
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