aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs/suj.c
Commit message (Expand)AuthorAgeFilesLines
* Revert r313780 (UFS_ prefix)Ed Maste2018-03-171-21/+21
* Prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2018-03-171-21/+21
* Use sbput(3) rather than sbwrite(3) to ensure that the updated copy ofKirk McKusick2018-02-021-2/+2
* More throughly integrate libufs into fsck_ffs by using its cgput()Kirk McKusick2018-01-241-41/+23
* Correct fsck journal-recovery code to update a cylinder-groupKirk McKusick2018-01-171-2/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use UFS_LINK_MAX instead of LINK_MAX.John Baldwin2017-09-211-1/+1
* Commit the 64-bit inode project.Konstantin Belousov2017-05-231-4/+4
* prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2017-02-151-17/+18
* Use type-independent formats for printing nlink_t and ino_t.Konstantin Belousov2017-01-061-22/+32
* sbin: ake use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni2016-05-011-1/+1
* fsck_ffs: Revert partially the unsigned changes.Pedro F. Giffuni2016-04-271-1/+1
* fsck_ffs: Revert partially the unsigned changes.Pedro F. Giffuni2016-04-271-3/+3
* fsck_ffs: Adopt some type safety for the journalling checks.Pedro F. Giffuni2016-04-241-4/+4
* Add the -R option to allow fsck_ffs to restart itself when too many criticalScott Long2013-12-301-15/+41
* Revert 248634 and 248643 (e.g., restoring 248625 and 248639).Kirk McKusick2013-03-231-2/+2
* Revert svn r248625Sean Bruno2013-03-231-2/+2
* Speed up fsck by caching the cylinder group maps in pass1 soKirk McKusick2013-03-221-2/+2
* - blk_equals() is too strict. If the journal entry defines more fragsJeff Roberson2012-11-141-10/+8
* Fix some nearby type and style errors.Matthew D Fleming2012-09-281-3/+2
* Fix sbin/ build with a 64-bit ino_t.Matthew D Fleming2012-09-271-1/+1
* Fix fsck_ffs build with a 64-bit ino_t.Matthew D Fleming2012-09-271-64/+71
* - Fix a typo in debug message.Andrey Zonov2012-09-131-1/+1
* fsck_ffs shall accept the configured journal size, and not refuse toKonstantin Belousov2012-08-021-1/+1
* For incompleted block allocations or frees, the inode block count usageKonstantin Belousov2012-06-121-0/+15
* Change the type of real_dev_bsize variable from long to u_int.Konstantin Belousov2011-12-201-1/+1
* - Handle the JOP_SYNC case as appropriate.Jeff Roberson2011-06-301-0/+1
* Implement fully asynchronous partial truncation with softupdates journalingJeff Roberson2011-06-101-36/+16
* Mechanical whitespace cleanup.Dag-Erling Smørgrav2011-04-271-10/+10
* In checker, read journal by sectors.Konstantin Belousov2011-02-121-11/+17
* The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilitiesKirk McKusick2011-01-241-2/+3
* - Permit zero length directories as a handled inconsistency. This allowsJeff Roberson2010-07-061-46/+115
* Improve fsck robustness for SU+J cases:Xin LI2010-06-221-52/+107
* suj.c seems to contain two versions of the code.Pawel Jakub Dawidek2010-04-241-2065/+0
* - Merge soft-updates journaling from projects/suj/head into head. ThisJeff Roberson2010-04-241-0/+4699