]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
f2fs: add gc_boost_gc_greedy sysfs node
authorDaeho Jeong <daehojeong@google.com>
Mon, 28 Jul 2025 17:04:30 +0000 (10:04 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Dec 2025 12:55:16 +0000 (13:55 +0100)
commit3573b620027236558902247f566ceab8be9cb542
treef67563c04b9bacfd97efc0a73bea1a0c5c8c9e06
parent4236c017c4cecd8a67d90a93adf6ed8601fa606b
f2fs: add gc_boost_gc_greedy sysfs node

[ Upstream commit c8705cefce44fbe85ca3b180dee0e0b5f3d51dc5 ]

Add this to control GC algorithm for boost GC.

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: e462fc48ceb8 ("f2fs: maintain one time GC mode is enabled during whole zoned GC cycle")
Signed-off-by: Sasha Levin <sashal@kernel.org>
Documentation/ABI/testing/sysfs-fs-f2fs
fs/f2fs/gc.c
fs/f2fs/gc.h
fs/f2fs/sysfs.c