aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Mechanical whitespace cleanup.Dag-Erling Smørgrav2011-04-271-16/+16
* The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilitiesKirk McKusick2011-01-241-1/+1
* Update the actions previously attempted by the -D option to make themKirk McKusick2009-02-041-3/+54
* Add a new flag, '-C' which enables a special mode that is intended forXin LI2008-04-101-2/+1
* Implements gjournal support. If file system has gjournal support enabledPawel Jakub Dawidek2006-10-311-2/+2
* Eliminate linked list used to track inodes with an initial linkDon Lewis2004-10-081-0/+2
* Create DIP_SET() and IBLK_SET() macros to fix lvalue warnings.Scott Long2004-09-011-14/+18
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-091-4/+0
* Use __FBSDID() to quiet GCC 3.3 warnings.David E. O'Brien2003-05-031-4/+4
* Fix a bunch of format string warnings which brokeMaxime Henrion2002-07-311-2/+2
* Warning cleanup.Poul-Henning Kamp2002-07-301-5/+5
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-86/+103
* UFS2 preparation commit:Poul-Henning Kamp2002-05-121-2/+1
* o __P removedWarner Losh2002-03-201-46/+20
* Remove 'register' keyword.David E. O'Brien2002-03-201-15/+15
* declare locally used globals as static.Alfred Perlstein2001-12-221-3/+3
* Fix a large number of -Wall, -Wformat and -W compiler warnings.Ian Dowse2001-11-171-4/+4
* Silence non-constant format string warnings by marking functionsKris Kennaway2001-08-191-1/+1
* Just notify us once when encountering a partially allocated inode.Kirk McKusick2001-05-081-1/+1
* Additions to run checks on live filesystems. This change will notKirk McKusick2001-03-211-5/+19
* Make a tighter test for valid inode numbers in getnextinode().Kirk McKusick2000-07-151-2/+3
* Teach fsck about snapshot files. These changes should have noKirk McKusick2000-07-061-3/+8
* Yesterday I had to fix a badly broken disk, and found that fsck kept dying:Kirk McKusick2000-02-281-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Cosmetic and documentation changes brought from earlier FreeBSD versions.Julian Elischer1998-12-031-0/+5
* Reviewed by: Don Lewis <Don.Lewis@tsc.tdk.com>Julian Elischer1998-12-031-34/+58
* Avoid trying to malloc > (1<<32) bytes of memory due to an arithmeticDoug Rabson1998-08-011-2/+2
* Fixed printf format errors.Bruce Evans1998-06-281-7/+8
* Correct use of .Nm. Add rcsid. Remove unused #includes. Use err(3).Philippe Charnier1998-06-151-1/+5
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)Julian Elischer1998-03-081-0/+11
* Fixed overflow in chkrange(). Some out of bounds block numbers,Bruce Evans1997-12-211-1/+1
* patch up some "int *" vs. "time_t *" (long) mismatches. They could bePeter Wemm1997-03-181-2/+4
* Finished (?) merging with Lite2: cleaned up #include mess and fixed aBruce Evans1997-03-121-3/+1
* Merge from Lite2. Note that Lite2 has it's own filesystem clean checkPeter Wemm1997-03-111-26/+28
* Fix the case where fsck would not see sparse directories and the kernel wouldGuido van Rooij1996-10-081-1/+59
* ts_sec -> tv_secNate Williams1996-09-201-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* Submitted by: Philippe Charnier <charnier@lirmm.fr>, distilled by bdeBruce Evans1995-04-021-1/+2
* Submitted by: phk, added to by bdeBruce Evans1995-04-021-4/+18
* >The fix for the missing ".." in the root directory is enclosed below.David Greenman1995-02-151-2/+5
* Fixed so that it can grok old style "fastlinks".David Greenman1994-08-021-1/+1
* BSD 4.4 Lite sbin SourcesRodney W. Grimes1994-05-261-0/+543