summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ffs/fsck.h
Commit message (Expand)AuthorAgeFilesLines
* MFC of 263062:mckusick2014-03-221-2/+2
* MFC r260068, r260069, r260076scottl2014-01-021-66/+70
* Add a 'surrender' mode to fsck_ffs. With the -S flag, once hard read errorsscottl2013-07-301-0/+1
* Add a -Z option which zeroes unused blocks. It can be combined with -E,des2013-04-291-1/+4
* Revert 248634 and 248643 (e.g., restoring 248625 and 248639).mckusick2013-03-231-4/+33
* Revert svn r248625sbruno2013-03-231-33/+4
* Speed up fsck by caching the cylinder group maps in pass1 somckusick2013-03-221-4/+33
* When running with the -d option, instrument fsck_ffs to track the number,mckusick2013-02-241-2/+36
* Update fsck_ffs buffer cache manager to use TAILQ macros.mckusick2013-02-151-7/+10
* Remove needless (int) casts of write(2)'s 3rd argument.obrien2012-09-121-1/+1
* Spelling fixes for sbin/uqs2012-01-071-1/+1
* Change the type of real_dev_bsize variable from long to u_int.kib2011-12-201-1/+1
* Break out the pass 5 inode and block map updating into a separate functionmckusick2011-07-151-0/+1
* Add an -E option to mirror newfs's. The idea is that if you have a systemdes2011-04-291-0/+2
* In checker, read journal by sectors.kib2011-02-121-0/+1
* Protect fsck.h from being included twice.pjd2010-04-241-0/+5
* - Merge soft-updates journaling from projects/suj/head into head. Thisjeff2010-04-241-4/+1
* - Use volatile for signal variables.lulf2009-06-021-2/+2
* - Use sig_atomic_t for signal handler variables.lulf2009-05-291-2/+2
* Update the actions previously attempted by the -D option to make themmckusick2009-02-041-3/+3
* Add the '-C' "check clean" flag. If the FS is marked clean, skip fileobrien2009-01-301-0/+1
* Rename option 'C' to 'D' (damaged) in order to avoid a conflict with upcomingdelphij2009-01-201-1/+1
* Add a new flag, '-C' which enables a special mode that is intended fordelphij2008-04-101-0/+2
* Implements gjournal support. If file system has gjournal support enabledpjd2006-10-311-2/+3
* Make background fsck based summary adjustments actually work bydelphij2005-03-071-0/+1
* The recomputation of file system summary at mount time can be adelphij2005-02-201-0/+5
* Explicitly break out NETA license from Berkeley license to clearlyrwatson2004-10-201-0/+21
* Eliminate linked list used to track inodes with an initial linktruckman2004-10-081-15/+15
* Create DIP_SET() and IBLK_SET() macros to fix lvalue warnings.scottl2004-09-011-0/+15
* Remove advertising clause from University of California Regent's license,markm2004-04-091-4/+0
* In the case of a background fsck, periodically update the process titlescottl2004-02-281-0/+2
* Correct lines incorrectly added to the copyright message. Add missing period.mckusick2003-02-141-4/+1
* Add a source file where EXTATTR checks will happen and hook it in evenphk2002-09-161-0/+1
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-211-10/+10
* Warning cleanup.phk2002-07-301-11/+12
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-32/+63
* more file system > filesystemtrhodes2002-05-161-8/+8
* UFS2 preparation commit:phk2002-05-121-3/+0
* o __P removedimp2002-03-201-64/+64
* Fix a large number of -Wall, -Wformat and -W compiler warnings.iedowse2001-11-171-5/+6
* Silence non-constant format string warnings by marking functionskris2001-08-191-3/+3
* Add support for the -F flag which determines whether a specifiedmckusick2001-04-241-0/+1
* In fsdb, call sblock_init() which is now necessary to initialiseiedowse2001-04-231-0/+1
* Minor background cleanups:mckusick2001-04-161-1/+1
* Additions to run checks on live filesystems. This change will notmckusick2001-03-211-4/+17
* Add a simple SIGINFO handler to fsck_ffs. Shortly after receipt ofiedowse2000-12-151-0/+3
* Reviewed by: rwatson, bpadrian2000-10-091-3/+2
* Teach fsck about snapshot files. These changes should have nomckusick2000-07-061-2/+5
* Yesterday I had to fix a badly broken disk, and found that fsck kept dying:mckusick2000-02-281-1/+1
* - Forgot to nuke hotroot completely.peter2000-01-101-1/+1
OpenPOWER on IntegriCloud