summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ffs
Commit message (Expand)AuthorAgeFilesLines
* MFC r289677:bdrewery2016-01-072-2/+2
* MFC of 263062:mckusick2014-03-222-9/+13
* MFC r260068, r260069, r260076scottl2014-01-0211-108/+348
* MFC r256448, r257029;pfg2013-12-111-1/+1
* Fix the zeroing loop. I must have been drunk when I wrote this...des2013-08-201-6/+6
* Document the -S flag to fsck_ffsscottl2013-07-311-1/+6
* Add a 'surrender' mode to fsck_ffs. With the -S flag, once hard read errorsscottl2013-07-303-2/+18
* Style nit.des2013-04-291-1/+2
* Add a -Z option which zeroes unused blocks. It can be combined with -E,des2013-04-295-7/+56
* Note that output is in seconds, not msec.mckusick2013-03-241-2/+3
* Resolve clang compile errors on amd64/i386 for certain by casting.sbruno2013-03-241-4/+4
* Minor formatting fix for printf() to fix clang builds.sbruno2013-03-241-2/+2
* Revert 248634 and 248643 (e.g., restoring 248625 and 248639).mckusick2013-03-237-56/+154
* Revert svn r248625sbruno2013-03-237-154/+56
* Speed up fsck by caching the cylinder group maps in pass1 somckusick2013-03-227-56/+154
* Fix ARM build by assigning the computed time here tokientzle2013-02-251-2/+2
* When running with the -d option, instrument fsck_ffs to track the number,mckusick2013-02-247-37/+206
* Update fsck_ffs buffer cache manager to use TAILQ macros.mckusick2013-02-152-31/+31
* - blk_equals() is too strict. If the journal entry defines more fragsjeff2012-11-141-10/+8
* Fix some nearby type and style errors.mdf2012-09-283-17/+14
* Fix sbin/ build with a 64-bit ino_t.mdf2012-09-271-1/+1
* Fix fsck_ffs build with a 64-bit ino_t.mdf2012-09-278-85/+103
* - Fix a typo in debug message.zont2012-09-131-1/+1
* Remove needless (int) casts of write(2)'s 3rd argument.obrien2012-09-122-5/+5
* Simply printf-like strings and outdent strings so that it is easy to seeobrien2012-09-121-20/+18
* fsck_ffs shall accept the configured journal size, and not refuse tokib2012-08-021-1/+1
* For incompleted block allocations or frees, the inode block count usagekib2012-06-121-0/+15
* Be more helpful about alternate superblocks.trasz2012-02-102-2/+7
* Fix warning when compiling with gcc46:eadler2012-01-101-2/+1
* Spelling fixes for sbin/uqs2012-01-072-2/+2
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-1/+1
* Change the type of real_dev_bsize variable from long to u_int.kib2011-12-202-2/+2
* Forgot this nit in r221107.des2011-09-031-1/+1
* Fix the check in dircheck() on namlen.delphij2011-09-021-2/+2
* Break out the pass 5 inode and block map updating into a separate functionmckusick2011-07-152-28/+45
* - Handle the JOP_SYNC case as appropriate.jeff2011-06-301-0/+1
* Implement fully asynchronous partial truncation with softupdates journalingjeff2011-06-101-36/+16
* Add an -E option to mirror newfs's. The idea is that if you have a systemdes2011-04-295-7/+67
* Mechanical whitespace cleanup.des2011-04-276-36/+35
* Fix boo-boo in previous commit.des2011-04-271-7/+7
* Alphabetize the options. No date bump since no actual change to the text.des2011-04-271-4/+4
* In checker, read journal by sectors.kib2011-02-123-12/+19
* The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilitiesmckusick2011-01-243-5/+6
* Move most of the remaining USD/PSD/SMM papers into share/docuqs2010-12-046-2367/+0
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whilejoel2010-08-161-1/+1
* Fix typos and spelling mistakes.joel2010-08-061-1/+1
* One question mark per question; everything else is just exaggerating.bz2010-08-031-1/+1
* Note that foreground fsck should be run after a filesystem related panic.mckusick2010-07-231-0/+9
* - Permit zero length directories as a handled inconsistency. This allowsjeff2010-07-061-46/+115
* Improve fsck robustness for SU+J cases:delphij2010-06-222-60/+117
OpenPOWER on IntegriCloud