[f2fs-dev] [PATCH] f2fs: Clean up errors in segment.h

2023-10-12 Thread KaiLong Wang
Fix the following errors reported by checkpatch: ERROR: spaces required around that ':' (ctx:VxW) Signed-off-by: KaiLong Wang --- fs/f2fs/segment.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/f2fs/segment.h b/fs/f2fs/segment.h index 2ca8fb5d0dc4..8129be788bd5 1006

[f2fs-dev] [PATCH v1] f2fs: New victim selection for GC

2023-10-12 Thread Yonggil Song
Overview Introduce a new way to select the data section first when selecting a victim in foreground GC. This victim selection method works when the prefer_data_victim mount option is enabled. If foreground GC migrates only data sections and runs out of free sections, it cleans dirty nod