]> www.infradead.org Git - users/jedix/linux-maple.git/commit
f2fs: introduce migration_window_granularity
authorDaeho Jeong <daehojeong@google.com>
Mon, 9 Sep 2024 22:19:41 +0000 (15:19 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 11 Sep 2024 03:32:54 +0000 (03:32 +0000)
commit8c890c4c60342719526520133fb1b6f69f196ab8
tree2d09b7f0174afb5b2cc68763e759fbdb18fa7348
parent5062b5bed4323275f2f89bc185c6a28d62cfcfd5
f2fs: introduce migration_window_granularity

We can control the scanning window granularity for GC migration. For
more frequent scanning and GC on zoned devices, we need a fine grained
control knob for it.

Signed-off-by: Daeho Jeong <daehojeong@google.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Documentation/ABI/testing/sysfs-fs-f2fs
fs/f2fs/f2fs.h
fs/f2fs/gc.c
fs/f2fs/gc.h
fs/f2fs/super.c
fs/f2fs/sysfs.c