aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs
Commit message (Expand)AuthorAgeFilesLines
* fsck_ffs shall accept the configured journal size, and not refuse toKonstantin Belousov2012-08-021-1/+1
* For incompleted block allocations or frees, the inode block count usageKonstantin Belousov2012-06-121-0/+15
* Be more helpful about alternate superblocks.Edward Tomasz Napierala2012-02-102-2/+7
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-2/+1
* Spelling fixes for sbin/Ulrich Spörlein2012-01-072-2/+2
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-1/+1
* Change the type of real_dev_bsize variable from long to u_int.Konstantin Belousov2011-12-202-2/+2
* Forgot this nit in r221107.Dag-Erling Smørgrav2011-09-031-1/+1
* Fix the check in dircheck() on namlen.Xin LI2011-09-021-2/+2
* Break out the pass 5 inode and block map updating into a separate functionKirk McKusick2011-07-152-28/+45
* - Handle the JOP_SYNC case as appropriate.Jeff Roberson2011-06-301-0/+1
* Implement fully asynchronous partial truncation with softupdates journalingJeff Roberson2011-06-101-36/+16
* Add an -E option to mirror newfs's. The idea is that if you have a systemDag-Erling Smørgrav2011-04-295-7/+67
* Mechanical whitespace cleanup.Dag-Erling Smørgrav2011-04-276-36/+35
* Fix boo-boo in previous commit.Dag-Erling Smørgrav2011-04-271-7/+7
* Alphabetize the options. No date bump since no actual change to the text.Dag-Erling Smørgrav2011-04-271-4/+4
* In checker, read journal by sectors.Konstantin Belousov2011-02-123-12/+19
* The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilitiesKirk McKusick2011-01-243-5/+6
* Move most of the remaining USD/PSD/SMM papers into share/docUlrich Spörlein2010-12-046-2367/+0
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whileJoel Dahl2010-08-161-1/+1
* Fix typos and spelling mistakes.Joel Dahl2010-08-061-1/+1
* One question mark per question; everything else is just exaggerating.Bjoern A. Zeeb2010-08-031-1/+1
* Note that foreground fsck should be run after a filesystem related panic.Kirk McKusick2010-07-231-0/+9
* - Permit zero length directories as a handled inconsistency. This allowsJeff Roberson2010-07-061-46/+115
* Improve fsck robustness for SU+J cases:Xin LI2010-06-222-60/+117
* Add support to background fsck to delete zero-length directories.Kirk McKusick2010-05-202-1/+33
* suj.c seems to contain two versions of the code.Pawel Jakub Dawidek2010-04-241-2065/+0
* Protect fsck.h from being included twice.Pawel Jakub Dawidek2010-04-241-0/+5
* - Merge soft-updates journaling from projects/suj/head into head. ThisJeff Roberson2010-04-246-289/+4739
* Cast 64-bit quantity to intptr_t rather than int so as to work properlyKirk McKusick2010-01-111-2/+2
* This update utilizes new fsck sysctl commands that allow fsck runningKirk McKusick2010-01-111-7/+82
* When renaming a directory it passes through several intermediateKirk McKusick2010-01-111-21/+109
* Add some error messages suggested in PR bin/138043. The code toKirk McKusick2010-01-072-3/+12
* This corrects a bug that manifested itself as identifying the lastKirk McKusick2010-01-071-1/+1
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.Antoine Brodin2009-12-281-1/+1
* Correct comment.Pawel Jakub Dawidek2009-06-031-1/+1
* - Use volatile for signal variables.Ulf Lilleengen2009-06-021-2/+2
* - Use sig_atomic_t for signal handler variables.Ulf Lilleengen2009-05-291-2/+2
* Update the actions previously attempted by the -D option to make themKirk McKusick2009-02-046-76/+205
* Add the '-C' "check clean" flag. If the FS is marked clean, skip fileDavid E. O'Brien2009-01-304-11/+24
* Follow up with previous commit: mention -D, not -C when cg checkXin LI2009-01-271-1/+1
* Rename option 'C' to 'D' (damaged) in order to avoid a conflict with upcomingXin LI2009-01-204-28/+28
* Fix typo.Xin LI2009-01-121-1/+1
* Garbage collect 'fflags'.David E. O'Brien2008-12-241-6/+2
* Background fsck applies twice some summary totals changes. The nextKonstantin Belousov2008-10-131-4/+11
* check_maps() in /usr/src/sbin/fsck_ffs/pass5.c seems to be limited to fileKonstantin Belousov2008-10-131-15/+27
* Document the -F 's return statement.Remko Lodder2008-09-171-0/+6
* Instead of passing MNT_UPDATE, MNT_SNAPSHOT, MNT_RELOAD fromCraig Rodrigues2008-08-231-2/+3
* - Display '-C' option in usage().Stanislav Sedov2008-06-081-1/+1
* Add a new flag, '-C' which enables a special mode that is intended forXin LI2008-04-105-7/+61