| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename pass4check() to freeblock() and move from pass4.c to inode.c. | Kirk McKusick | 2020-12-18 | 1 | -12/+1 |
* | Update the libufs cgget() and cgput() interfaces to have a similar | Kirk McKusick | 2020-09-19 | 1 | -1/+4 |
* | Make fsck(8) use pread(2). This cuts the number of syscalls by half. | Edward Tomasz Napierala | 2018-12-15 | 1 | -15/+4 |
* | Ensure that cylinder-group check-hashes are properly updated when first | Kirk McKusick | 2018-12-05 | 1 | -4/+22 |
* | Make timespecadd(3) and friends public | Alan Somers | 2018-07-30 | 1 | -27/+6 |
* | Revert r313780 (UFS_ prefix) | Ed Maste | 2018-03-17 | 1 | -9/+9 |
* | Prefix UFS symbols with UFS_ to reduce namespace pollution | Ed Maste | 2018-03-17 | 1 | -9/+9 |
* | Refactoring of reading and writing of the UFS/FFS superblock. | Kirk McKusick | 2018-01-26 | 1 | -9/+4 |
* | Fix architectures where pointer and u_int have different sizes | Li-Wen Hsu | 2018-01-25 | 1 | -2/+2 |
* | More throughly integrate libufs into fsck_ffs by using its cgput() | Kirk McKusick | 2018-01-24 | 1 | -21/+24 |
* | Rename cgget => cglookup to clear name space for new libufs function cgget. | Kirk McKusick | 2018-01-17 | 1 | -2/+2 |
* | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -1/+3 |
* | Continuing efforts to provide hardening of FFS, this change adds a | Kirk McKusick | 2017-09-22 | 1 | -0/+15 |
* | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
* | prefix UFS symbols with UFS_ to reduce namespace pollution | Ed Maste | 2017-02-15 | 1 | -3/+3 |
* | ufs: Use UFS_MAXNAMLEN constant | Conrad Meyer | 2017-02-09 | 1 | -1/+1 |
* | Use MIN/MAX macros from sys/param.h. | Marcelo Araujo | 2016-05-02 | 1 | -5/+3 |
* | fsck_ffs for pointers replace 0 with NULL. | Pedro F. Giffuni | 2016-04-12 | 1 | -1/+1 |
* | Avoid segment fault when attempting to clean up cylinder group | Kirk McKusick | 2014-03-12 | 1 | -6/+8 |
* | Arguments for malloc and calloc should be size_t, not int. | Kirk McKusick | 2014-02-25 | 1 | -1/+3 |
* | Add the -R option to allow fsck_ffs to restart itself when too many critical | Scott Long | 2013-12-30 | 1 | -0/+19 |
* | Fix the zeroing loop. I must have been drunk when I wrote this... | Dag-Erling Smørgrav | 2013-08-20 | 1 | -6/+6 |
* | Add a 'surrender' mode to fsck_ffs. With the -S flag, once hard read errors | Scott Long | 2013-07-30 | 1 | -1/+12 |
* | Add a -Z option which zeroes unused blocks. It can be combined with -E, | Dag-Erling Smørgrav | 2013-04-29 | 1 | -0/+29 |
* | Note that output is in seconds, not msec. | Kirk McKusick | 2013-03-24 | 1 | -2/+3 |
* | Resolve clang compile errors on amd64/i386 for certain by casting. | Sean Bruno | 2013-03-24 | 1 | -4/+4 |
* | Minor formatting fix for printf() to fix clang builds. | Sean Bruno | 2013-03-24 | 1 | -2/+2 |
* | Revert 248634 and 248643 (e.g., restoring 248625 and 248639). | Kirk McKusick | 2013-03-23 | 1 | -13/+76 |
* | Revert svn r248625 | Sean Bruno | 2013-03-23 | 1 | -76/+13 |
* | Speed up fsck by caching the cylinder group maps in pass1 so | Kirk McKusick | 2013-03-22 | 1 | -13/+76 |
* | Fix ARM build by assigning the computed time here to | Tim Kientzle | 2013-02-25 | 1 | -2/+2 |
* | When running with the -d option, instrument fsck_ffs to track the number, | Kirk McKusick | 2013-02-24 | 1 | -9/+132 |
* | Update fsck_ffs buffer cache manager to use TAILQ macros. | Kirk McKusick | 2013-02-15 | 1 | -24/+21 |
* | Fix fsck_ffs build with a 64-bit ino_t. | Matthew D Fleming | 2012-09-27 | 1 | -1/+2 |
* | Remove needless (int) casts of write(2)'s 3rd argument. | David E. O'Brien | 2012-09-12 | 1 | -4/+4 |
* | Spelling fixes for sbin/ | Ulrich Spörlein | 2012-01-07 | 1 | -1/+1 |
* | Add an -E option to mirror newfs's. The idea is that if you have a system | Dag-Erling Smørgrav | 2011-04-29 | 1 | -1/+16 |
* | This corrects a bug that manifested itself as identifying the last | Kirk McKusick | 2010-01-07 | 1 | -1/+1 |
* | Update the actions previously attempted by the -D option to make them | Kirk McKusick | 2009-02-04 | 1 | -25/+71 |
* | Follow up with previous commit: mention -D, not -C when cg check | Xin LI | 2009-01-27 | 1 | -1/+1 |
* | Rename option 'C' to 'D' (damaged) in order to avoid a conflict with upcoming | Xin LI | 2009-01-20 | 1 | -1/+1 |
* | Add a new flag, '-C' which enables a special mode that is intended for | Xin LI | 2008-04-10 | 1 | -2/+30 |
* | Implements gjournal support. If file system has gjournal support enabled | Pawel Jakub Dawidek | 2006-10-31 | 1 | -5/+5 |
* | Eliminate linked list used to track inodes with an initial link | Don Lewis | 2004-10-08 | 1 | -3/+1 |
* | Improve the delay algorithm used in bgfsck. From the author: | Scott Long | 2004-05-18 | 1 | -4/+6 |
* | Remove advertising clause from University of California Regent's license, | Mark Murray | 2004-04-09 | 1 | -4/+0 |
* | Spell "file system" correctly. | Ruslan Ermilov | 2003-08-01 | 1 | -1/+1 |
* | Use __FBSDID() to quiet GCC 3.3 warnings. | David E. O'Brien | 2003-05-03 | 1 | -4/+4 |
* | Slow down the operation of background fsck so as to leave some disk | Ian Dowse | 2002-12-07 | 1 | -1/+46 |
* | Create a new 32-bit fs_flags word in the superblock. Add code to move | Kirk McKusick | 2002-11-27 | 1 | -2/+2 |