summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ffs/pass5.c
Commit message (Expand)AuthorAgeFilesLines
* Style nit.des2013-04-291-1/+2
* Add a -Z option which zeroes unused blocks. It can be combined with -E,des2013-04-291-4/+8
* Revert 248634 and 248643 (e.g., restoring 248625 and 248639).mckusick2013-03-231-6/+7
* Revert svn r248625sbruno2013-03-231-7/+6
* Speed up fsck by caching the cylinder group maps in pass1 somckusick2013-03-221-6/+7
* Break out the pass 5 inode and block map updating into a separate functionmckusick2011-07-151-28/+44
* Add an -E option to mirror newfs's. The idea is that if you have a systemdes2011-04-291-2/+23
* - Merge soft-updates journaling from projects/suj/head into head. Thisjeff2010-04-241-0/+1
* Background fsck applies twice some summary totals changes. The nextkib2008-10-131-4/+11
* check_maps() in /usr/src/sbin/fsck_ffs/pass5.c seems to be limited to filekib2008-10-131-15/+27
* Implements gjournal support. If file system has gjournal support enabledpjd2006-10-311-0/+1
* Make background fsck based summary adjustments actually work bydelphij2005-03-071-5/+5
* The recomputation of file system summary at mount time can be adelphij2005-02-201-0/+55
* Eliminate linked list used to track inodes with an initial linktruckman2004-10-081-0/+2
* Remove advertising clause from University of California Regent's license,markm2004-04-091-4/+0
* Remove a stray \n from a setproctitle.dwmalone2004-03-301-1/+1
* In the case of a background fsck, periodically update the process titlescottl2004-02-281-0/+5
* Use __FBSDID() to quiet GCC 3.3 warnings.obrien2003-05-031-1/+0
* MFp4: Make ifs consistant with rest of file.imp2002-12-131-3/+3
* Fsck needs to check each CG's rotor values to ensure thay are not -ve.julian2002-11-241-3/+3
* Use the standardized CHAR_BIT constant instead of NBBY in userland.mike2002-09-251-6/+7
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-5/+6
* Remove some additional paranoia which Kirk forgot to remove from hisphk2002-07-301-3/+0
* Warning cleanup.phk2002-07-301-3/+3
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-81/+68
* UFS2 preparation commit:phk2002-05-121-8/+5
* Minor bug fixes uncovered while working on UFS2.mckusick2002-05-021-1/+1
* o __P removedimp2002-03-201-13/+12
* Remove 'register' keyword.obrien2002-03-201-1/+1
* Fix a large number of -Wall, -Wformat and -W compiler warnings.iedowse2001-11-171-4/+5
* Minor background cleanups:mckusick2001-04-161-4/+9
* Use fs->fs_ipg rather than cg->cg_niblk as the latter is onlymckusick2001-03-311-1/+1
* Additions to run checks on live filesystems. This change will notmckusick2001-03-211-103/+157
* Add a simple SIGINFO handler to fsck_ffs. Shortly after receipt ofiedowse2000-12-151-0/+6
* Teach fsck about snapshot files. These changes should have nomckusick2000-07-061-2/+68
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Cosmetic and documentation changes brought from earlier FreeBSD versions.julian1998-12-031-1/+4
* Reviewed by: Don Lewis <Don.Lewis@tsc.tdk.com>julian1998-12-031-29/+9
* Use explicitly sized types when laying out the cylinder groups. Thisdfr1998-08-151-6/+6
* There seem to be two messages that were added with soft-updatesphk1998-08-041-3/+3
* Fixed printf format errors.bde1998-06-281-2/+2
* Correct use of .Nm. Add rcsid. Remove unused #includes. Use err(3).charnier1998-06-151-1/+4
* Reviewed by: Kirk Mckusick (mckusick@mckusick.com)julian1998-06-051-1/+1
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-081-15/+45
* Finished (?) merging with Lite2: cleaned up #include mess.bde1997-03-121-1/+1
* Merge from Lite2. Note that Lite2 has it's own filesystem clean checkpeter1997-03-111-33/+40
* Submitted by: Archie@whistle.comjulian1996-11-131-1/+9
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
* Submitted by: phk, added to by bdebde1995-04-021-2/+4
* Slight change of wording on clean flag not set message to appease somedg1995-02-151-1/+1
OpenPOWER on IntegriCloud