| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the zeroing loop. I must have been drunk when I wrote this... | des | 2013-08-20 | 1 | -6/+6 |
* | Document the -S flag to fsck_ffs | scottl | 2013-07-31 | 1 | -1/+6 |
* | Add a 'surrender' mode to fsck_ffs. With the -S flag, once hard read errors | scottl | 2013-07-30 | 3 | -2/+18 |
* | Style nit. | des | 2013-04-29 | 1 | -1/+2 |
* | Add a -Z option which zeroes unused blocks. It can be combined with -E, | des | 2013-04-29 | 5 | -7/+56 |
* | Note that output is in seconds, not msec. | mckusick | 2013-03-24 | 1 | -2/+3 |
* | Resolve clang compile errors on amd64/i386 for certain by casting. | sbruno | 2013-03-24 | 1 | -4/+4 |
* | Minor formatting fix for printf() to fix clang builds. | sbruno | 2013-03-24 | 1 | -2/+2 |
* | Revert 248634 and 248643 (e.g., restoring 248625 and 248639). | mckusick | 2013-03-23 | 7 | -56/+154 |
* | Revert svn r248625 | sbruno | 2013-03-23 | 7 | -154/+56 |
* | Speed up fsck by caching the cylinder group maps in pass1 so | mckusick | 2013-03-22 | 7 | -56/+154 |
* | Fix ARM build by assigning the computed time here to | kientzle | 2013-02-25 | 1 | -2/+2 |
* | When running with the -d option, instrument fsck_ffs to track the number, | mckusick | 2013-02-24 | 7 | -37/+206 |
* | Update fsck_ffs buffer cache manager to use TAILQ macros. | mckusick | 2013-02-15 | 2 | -31/+31 |
* | - blk_equals() is too strict. If the journal entry defines more frags | jeff | 2012-11-14 | 1 | -10/+8 |
* | Fix some nearby type and style errors. | mdf | 2012-09-28 | 3 | -17/+14 |
* | Fix sbin/ build with a 64-bit ino_t. | mdf | 2012-09-27 | 1 | -1/+1 |
* | Fix fsck_ffs build with a 64-bit ino_t. | mdf | 2012-09-27 | 8 | -85/+103 |
* | - Fix a typo in debug message. | zont | 2012-09-13 | 1 | -1/+1 |
* | Remove needless (int) casts of write(2)'s 3rd argument. | obrien | 2012-09-12 | 2 | -5/+5 |
* | Simply printf-like strings and outdent strings so that it is easy to see | obrien | 2012-09-12 | 1 | -20/+18 |
* | fsck_ffs shall accept the configured journal size, and not refuse to | kib | 2012-08-02 | 1 | -1/+1 |
* | For incompleted block allocations or frees, the inode block count usage | kib | 2012-06-12 | 1 | -0/+15 |
* | Be more helpful about alternate superblocks. | trasz | 2012-02-10 | 2 | -2/+7 |
* | Fix warning when compiling with gcc46: | eadler | 2012-01-10 | 1 | -2/+1 |
* | Spelling fixes for sbin/ | uqs | 2012-01-07 | 2 | -2/+2 |
* | Replace index() and rindex() calls with strchr() and strrchr(). | ed | 2012-01-03 | 1 | -1/+1 |
* | Change the type of real_dev_bsize variable from long to u_int. | kib | 2011-12-20 | 2 | -2/+2 |
* | Forgot this nit in r221107. | des | 2011-09-03 | 1 | -1/+1 |
* | Fix the check in dircheck() on namlen. | delphij | 2011-09-02 | 1 | -2/+2 |
* | Break out the pass 5 inode and block map updating into a separate function | mckusick | 2011-07-15 | 2 | -28/+45 |
* | - Handle the JOP_SYNC case as appropriate. | jeff | 2011-06-30 | 1 | -0/+1 |
* | Implement fully asynchronous partial truncation with softupdates journaling | jeff | 2011-06-10 | 1 | -36/+16 |
* | Add an -E option to mirror newfs's. The idea is that if you have a system | des | 2011-04-29 | 5 | -7/+67 |
* | Mechanical whitespace cleanup. | des | 2011-04-27 | 6 | -36/+35 |
* | Fix boo-boo in previous commit. | des | 2011-04-27 | 1 | -7/+7 |
* | Alphabetize the options. No date bump since no actual change to the text. | des | 2011-04-27 | 1 | -4/+4 |
* | In checker, read journal by sectors. | kib | 2011-02-12 | 3 | -12/+19 |
* | The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilities | mckusick | 2011-01-24 | 3 | -5/+6 |
* | Move most of the remaining USD/PSD/SMM papers into share/doc | uqs | 2010-12-04 | 6 | -2367/+0 |
* | Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while | joel | 2010-08-16 | 1 | -1/+1 |
* | Fix typos and spelling mistakes. | joel | 2010-08-06 | 1 | -1/+1 |
* | One question mark per question; everything else is just exaggerating. | bz | 2010-08-03 | 1 | -1/+1 |
* | Note that foreground fsck should be run after a filesystem related panic. | mckusick | 2010-07-23 | 1 | -0/+9 |
* | - Permit zero length directories as a handled inconsistency. This allows | jeff | 2010-07-06 | 1 | -46/+115 |
* | Improve fsck robustness for SU+J cases: | delphij | 2010-06-22 | 2 | -60/+117 |
* | Add support to background fsck to delete zero-length directories. | mckusick | 2010-05-20 | 2 | -1/+33 |
* | suj.c seems to contain two versions of the code. | pjd | 2010-04-24 | 1 | -2065/+0 |
* | Protect fsck.h from being included twice. | pjd | 2010-04-24 | 1 | -0/+5 |
* | - Merge soft-updates journaling from projects/suj/head into head. This | jeff | 2010-04-24 | 6 | -289/+4739 |