aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
authorChao Yu <chao@kernel.org>2026-03-28 08:36:02 +0000
committerJaegeuk Kim <jaegeuk@kernel.org>2026-05-22 03:49:06 +0000
commitccc6436abb847352b8ed2de7a8ab2df45bb06622 (patch)
tree3eba8cbcbd077cdee20162fa06e62c2c6dce5780 /Documentation
parente6c8140bd06d7dd8ee1e3c690445d3cfcaf1d892 (diff)
downloadlinux-next-history-ccc6436abb847352b8ed2de7a8ab2df45bb06622.tar.gz
f2fs: support to report fserror
This patch supports to report fserror, it provides another way to let userspace to monitor filesystem level error. In addition, it exports /sys/fs/f2fs/features/fserror once f2fs kernel module start to support the new feature, then generic/791 of fstests can notice the feature, and verify validation of fserror report. Cc: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Chao Yu <chao@kernel.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/ABI/testing/sysfs-fs-f2fs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/ABI/testing/sysfs-fs-f2fs b/Documentation/ABI/testing/sysfs-fs-f2fs
index 423ec40e2e4e2..27d5e88facbe3 100644
--- a/Documentation/ABI/testing/sysfs-fs-f2fs
+++ b/Documentation/ABI/testing/sysfs-fs-f2fs
@@ -270,7 +270,8 @@ Description: Shows all enabled kernel features.
inode_checksum, flexible_inline_xattr, quota_ino,
inode_crtime, lost_found, verity, sb_checksum,
casefold, readonly, compression, test_dummy_encryption_v2,
- atomic_write, pin_file, encrypted_casefold, linear_lookup.
+ atomic_write, pin_file, encrypted_casefold, linear_lookup,
+ fserror.
What: /sys/fs/f2fs/<disk>/inject_rate
Date: May 2016