]> git.ipfire.org Git - thirdparty/linux.git/commit
f2fs: sysfs: introduce critical_task_priority
authorChao Yu <chao@kernel.org>
Wed, 4 Feb 2026 03:05:01 +0000 (11:05 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 10 Feb 2026 20:53:21 +0000 (20:53 +0000)
commit52190933c37a96164b271f3f30c16099d9eb8c09
treee25d701fba05bf5a68a6c2307cbe1e8cc4d7bf27
parentbc367775f60214312befa33f101b31fe74bba48a
f2fs: sysfs: introduce critical_task_priority

This patch introduces /sys/fs/f2fs/<disk>/critical_task_priority, w/
this new sysfs interface, we can tune priority of f2fs_ckpt thread and
f2fs_gc thread.

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