aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs/pass5.c
Commit message (Expand)AuthorAgeFilesLines
* Break out the pass 5 inode and block map updating into a separate functionKirk McKusick2011-07-151-28/+44
* Add an -E option to mirror newfs's. The idea is that if you have a systemDag-Erling Smørgrav2011-04-291-2/+23
* - Merge soft-updates journaling from projects/suj/head into head. ThisJeff Roberson2010-04-241-0/+1
* 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
* Implements gjournal support. If file system has gjournal support enabledPawel Jakub Dawidek2006-10-311-0/+1
* Make background fsck based summary adjustments actually work byXin LI2005-03-071-5/+5
* The recomputation of file system summary at mount time can be aXin LI2005-02-201-0/+55
* Eliminate linked list used to track inodes with an initial linkDon Lewis2004-10-081-0/+2
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-091-4/+0
* Remove a stray \n from a setproctitle.David Malone2004-03-301-1/+1
* In the case of a background fsck, periodically update the process titleScott Long2004-02-281-0/+5
* Use __FBSDID() to quiet GCC 3.3 warnings.David E. O'Brien2003-05-031-1/+0
* MFp4: Make ifs consistant with rest of file.Warner Losh2002-12-131-3/+3
* Fsck needs to check each CG's rotor values to ensure thay are not -ve.Julian Elischer2002-11-241-3/+3
* Use the standardized CHAR_BIT constant instead of NBBY in userland.Mike Barcroft2002-09-251-6/+7
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-5/+6
* Remove some additional paranoia which Kirk forgot to remove from hisPoul-Henning Kamp2002-07-301-3/+0
* Warning cleanup.Poul-Henning Kamp2002-07-301-3/+3
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-81/+68
* UFS2 preparation commit:Poul-Henning Kamp2002-05-121-8/+5
* Minor bug fixes uncovered while working on UFS2.Kirk McKusick2002-05-021-1/+1
* o __P removedWarner Losh2002-03-201-13/+12
* Remove 'register' keyword.David E. O'Brien2002-03-201-1/+1
* Fix a large number of -Wall, -Wformat and -W compiler warnings.Ian Dowse2001-11-171-4/+5
* Minor background cleanups:Kirk McKusick2001-04-161-4/+9
* Use fs->fs_ipg rather than cg->cg_niblk as the latter is onlyKirk McKusick2001-03-311-1/+1
* Additions to run checks on live filesystems. This change will notKirk McKusick2001-03-211-103/+157
* Add a simple SIGINFO handler to fsck_ffs. Shortly after receipt ofIan Dowse2000-12-151-0/+6
* Teach fsck about snapshot files. These changes should have noKirk McKusick2000-07-061-2/+68
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Cosmetic and documentation changes brought from earlier FreeBSD versions.Julian Elischer1998-12-031-1/+4
* Reviewed by: Don Lewis <Don.Lewis@tsc.tdk.com>Julian Elischer1998-12-031-29/+9
* Use explicitly sized types when laying out the cylinder groups. ThisDoug Rabson1998-08-151-6/+6
* There seem to be two messages that were added with soft-updatesPoul-Henning Kamp1998-08-041-3/+3
* Fixed printf format errors.Bruce Evans1998-06-281-2/+2
* Correct use of .Nm. Add rcsid. Remove unused #includes. Use err(3).Philippe Charnier1998-06-151-1/+4
* Reviewed by: Kirk Mckusick (mckusick@mckusick.com)Julian Elischer1998-06-051-1/+1
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)Julian Elischer1998-03-081-15/+45
* Finished (?) merging with Lite2: cleaned up #include mess.Bruce Evans1997-03-121-1/+1
* Merge from Lite2. Note that Lite2 has it's own filesystem clean checkPeter Wemm1997-03-111-33/+40
* Submitted by: Archie@whistle.comJulian Elischer1996-11-131-1/+9
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* Submitted by: phk, added to by bdeBruce Evans1995-04-021-2/+4
* Slight change of wording on clean flag not set message to appease someDavid Greenman1995-02-151-1/+1
* Better support for clean bit: prompt the user to fix it if it's wrongDavid Greenman1994-08-211-0/+9
* BSD 4.4 Lite sbin SourcesRodney W. Grimes1994-05-261-0/+319