freebsd-dev/sbin/fsck_ffs
Kirk McKusick 038c170fc2 Properly recover from superblock check-hash failures. Specifically,
report the check-hash failure and offer to search for and use
alternate superblocks.  Prior to this fix fsck_ffs would simply
report the check-hash failure and exit.

Reported by:  Julian H. Stacey <jhs@berklix.com>
Tested by:    Peter Holm
Sponsored by: Netflix
2018-11-25 18:09:39 +00:00
..
dir.c In preparation for adding inode check-hashes, clean up and 2018-11-13 21:40:56 +00:00
ea.c
fsck_ffs.8
fsck.h In preparation for adding inode check-hashes, clean up and 2018-11-13 21:40:56 +00:00
fsutil.c Make timespecadd(3) and friends public 2018-07-30 15:46:40 +00:00
gjournal.c In preparation for adding inode check-hashes, clean up and 2018-11-13 21:40:56 +00:00
globs.c
inode.c In preparation for adding inode check-hashes, clean up and 2018-11-13 21:40:56 +00:00
main.c In preparation for adding inode check-hashes, clean up and 2018-11-13 21:40:56 +00:00
Makefile
Makefile.depend
pass1.c In preparation for adding inode check-hashes, change the fsck_ffs 2018-10-31 05:17:53 +00:00
pass1b.c
pass2.c In preparation for adding inode check-hashes, change the fsck_ffs 2018-10-31 05:17:53 +00:00
pass3.c
pass4.c
pass5.c In preparation for adding inode check-hashes, clean up and 2018-11-13 21:40:56 +00:00
setup.c Properly recover from superblock check-hash failures. Specifically, 2018-11-25 18:09:39 +00:00
suj.c
utilities.c