aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs/pass5.c
Commit message (Expand)AuthorAgeFilesLines
* sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-3/+0
* sbin: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* Ensure I/O buffers in libufs(3) are 128-byte aligned.Kirk McKusick2023-11-171-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Text format cleanups. No functional changes intended.Kirk McKusick2023-07-181-12/+22
* Fix size differences between architectures of the UFS/FFS CGSIZE macro value.Kirk McKusick2023-05-151-2/+2
* Additional diagnostic output when running fsck_ffs with debugging flag (-d)Kirk McKusick2022-10-301-0/+16
* Use proper type (ino_t) for inode numbers to avoid improper sign extentionKirk McKusick2020-10-251-6/+7
* Ensure that cylinder-group check-hashes are properly updated when firstKirk McKusick2018-12-051-10/+10
* In preparation for adding inode check-hashes, clean up andKirk McKusick2018-11-131-4/+1
* Add missing newline in pwarn message.Kirk McKusick2018-10-021-1/+1
* The goal of this change is to prevent accidental foot shooting byKirk McKusick2018-02-081-9/+11
* Rename cgget => cglookup to clear name space for new libufs function cgget.Kirk McKusick2018-01-171-1/+1
* Report CG checksum mismatches. These errors are non-fatal. TheWarner Losh2018-01-141-1/+12
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Rename P_OSREL_CK_CLYGRP to P_OSREL_CK_CYLGRPScott Long2017-11-171-1/+1
* Only try to enable CK_CLYGRP if we're running on kernel newer thanWarner Losh2017-11-161-0/+2
* Continuing efforts to provide hardening of FFS, this change adds aKirk McKusick2017-09-221-0/+13
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2017-02-151-3/+3
* fsck_ffs for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-121-1/+1
* Style nit.Dag-Erling Smørgrav2013-04-291-1/+2
* Add a -Z option which zeroes unused blocks. It can be combined with -E,Dag-Erling Smørgrav2013-04-291-4/+8
* Revert 248634 and 248643 (e.g., restoring 248625 and 248639).Kirk McKusick2013-03-231-6/+7
* Revert svn r248625Sean Bruno2013-03-231-7/+6
* Speed up fsck by caching the cylinder group maps in pass1 soKirk McKusick2013-03-221-6/+7
* 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