freebsd-dev/sbin/fsck_ffs
Pawel Jakub Dawidek aef8d2449b Implements gjournal support. If file system has gjournal support enabled
and -p flag was given perform fast file system checking (bascially only
garbage collecting of orphaned objects).

Rename bread() to blread() and bwrite() to blwrite() as we now link to
the libufs library, which also implement functions with that names.

Sponsored by:	home.pl
2006-10-31 22:06:56 +00:00
..
SMM.doc
dir.c Eliminate linked list used to track inodes with an initial link 2004-10-08 20:44:47 +00:00
ea.c
fsck_ffs.8 Mention the default location of alternative super block on a 2005-09-20 08:02:38 +00:00
fsck.h Implements gjournal support. If file system has gjournal support enabled 2006-10-31 22:06:56 +00:00
fsutil.c Implements gjournal support. If file system has gjournal support enabled 2006-10-31 22:06:56 +00:00
inode.c Implements gjournal support. If file system has gjournal support enabled 2006-10-31 22:06:56 +00:00
main.c Implements gjournal support. If file system has gjournal support enabled 2006-10-31 22:06:56 +00:00
Makefile Implements gjournal support. If file system has gjournal support enabled 2006-10-31 22:06:56 +00:00
pass1.c Eliminate linked list used to track inodes with an initial link 2004-10-08 20:44:47 +00:00
pass1b.c The got_siginfo = 0 should have been got_sigalarm=0 to match the other 2004-10-10 06:37:56 +00:00
pass2.c Eliminate linked list used to track inodes with an initial link 2004-10-08 20:44:47 +00:00
pass3.c Eliminate linked list used to track inodes with an initial link 2004-10-08 20:44:47 +00:00
pass4.c Eliminate linked list used to track inodes with an initial link 2004-10-08 20:44:47 +00:00
pass5.c Implements gjournal support. If file system has gjournal support enabled 2006-10-31 22:06:56 +00:00
setup.c Implements gjournal support. If file system has gjournal support enabled 2006-10-31 22:06:56 +00:00
utilities.c