third_party_f2fs-tools/fsck
Sheng Yong 6e225697bd fsck.f2fs: introduce -p option to check meta
This patch introduces a new option '-p' to do more checks on NAT/SIT areas.
'-p' has 2 levels: level 1 has the same sematics as '-a'; level 2 checks
NAT/SIT counters to see if they matches the status in SB and CP.

A new function, fsck_chk_meta, is called by '-p 1' to implement these
comparsion. If errors are detected, fix_on is set, which means fsck will
do a 'fsck -f' immediately.

Signed-off-by: Sheng Yong <shengyong1@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2016-03-22 14:10:00 -07:00
..
defrag.c defrag.f2fs: eliminate unexpected journal entries 2015-12-16 17:46:32 -08:00
dump.c fsck.f2fs: add segment type in sit_dump 2015-07-16 13:39:55 -07:00
f2fs.h f2fs-tools: rebase struct f2fs_summary_block with upstream 2016-03-14 09:26:53 -07:00
fsck.c fsck.f2fs: introduce -p option to check meta 2016-03-22 14:10:00 -07:00
fsck.h fsck.f2fs: introduce -p option to check meta 2016-03-22 14:10:00 -07:00
main.c fsck.f2fs: introduce -p option to check meta 2016-03-22 14:10:00 -07:00
Makefile.am defrag.f2fs: introduce defragmentation tool 2015-12-11 15:58:50 -08:00
mount.c fsck.f2fs: introduce -p option to check meta 2016-03-22 14:10:00 -07:00