]> git.ipfire.org Git - thirdparty/linux.git/commit
f2fs: Add defrag_blocks sysfs node
authorliujinbao1 <liujinbao1@xiaomi.com>
Fri, 27 Feb 2026 03:02:54 +0000 (11:02 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 24 Mar 2026 17:20:59 +0000 (17:20 +0000)
commit265dccda706667b9c2b6d690636db1df1f751948
tree5da0dc05fc0736d520f02c5a2fb618c672ca3e33
parent68a0178981a0f493295afa29f8880246e561494c
f2fs: Add defrag_blocks sysfs node

Add the defrag_blocks sysfs node to track
the amount of data blocks moved during filesystem
defragmentation.

Signed-off-by: Sheng Yong <shengyong1@xiaomi.com>
Signed-off-by: liujinbao1 <liujinbao1@xiaomi.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Documentation/ABI/testing/sysfs-fs-f2fs
fs/f2fs/debug.c
fs/f2fs/f2fs.h
fs/f2fs/file.c
fs/f2fs/sysfs.c