]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
f2fs: introduce migration_window_granularity
authorDaeho Jeong <daehojeong@google.com>
Mon, 9 Sep 2024 22:19:41 +0000 (15:19 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Oct 2024 10:00:45 +0000 (12:00 +0200)
commit31a6f6f44c670ca6356a1ef0041f0a71d9428457
tree1209cdb70e1fbc58693319a234eda0fa32a80572
parent1219cbb0b3d1d323a087bb77f5ff9e2ad9a1f6c6
f2fs: introduce migration_window_granularity

[ Upstream commit 8c890c4c60342719526520133fb1b6f69f196ab8 ]

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>
Stable-dep-of: 5cc69a27abfa ("f2fs: forcibly migrate to secure space for zoned device file pinning")
Signed-off-by: Sasha Levin <sashal@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