]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: support recording errors into superblock
authorChao Yu <chao@kernel.org>
Wed, 28 Sep 2022 15:38:54 +0000 (23:38 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 4 Oct 2022 20:31:45 +0000 (13:31 -0700)
commit35b02d9dcf4971a44bfa0a2bcd28747554ef8833
treec5a868cfae65b1d969a30a1cdb750a4813f5cad1
parent0eff31e1433b4bc6d1acf0a2f85e52aebe5e3ff6
f2fs: support recording errors into superblock

This patch supports to record detail reason of FSCORRUPTED error into
f2fs_super_block.s_errors[].

Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
16 files changed:
fs/f2fs/compress.c
fs/f2fs/data.c
fs/f2fs/dir.c
fs/f2fs/f2fs.h
fs/f2fs/file.c
fs/f2fs/gc.c
fs/f2fs/inline.c
fs/f2fs/inode.c
fs/f2fs/node.c
fs/f2fs/recovery.c
fs/f2fs/segment.c
fs/f2fs/segment.h
fs/f2fs/super.c
fs/f2fs/verity.c
fs/f2fs/xattr.c
include/linux/f2fs_fs.h