aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs/suj.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Support background fsck_ffs(8) on filesystems using journaled soft updatesKirk McKusick2023-08-011-6/+19
* Add diagnostics to fsck_ffs(8) for journaled soft-updates debugging.Kirk McKusick2023-07-261-15/+17
* Text format cleanups. No functional changes intended.Kirk McKusick2023-07-181-12/+15
* fsck_ffs: Fix typosElyes Haouas2023-06-021-1/+1
* Fix a bug in fsck_ffs(8) triggered by corrupted filesystems.Kirk McKusick2023-05-291-2/+12
* Fix a bug in fsck_ffs(8) triggered by corrupted filesystems.Kirk McKusick2023-05-281-1/+4
* Fix a bug in fsck_ffs(8) triggered by corrupted filesystems.Kirk McKusick2023-05-281-0/+3
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* fsck_ffs: fix the previous change that skipped pass 5 in some casesChuck Silvers2023-05-031-2/+2
* Rewrite function definitions with identifier lists.Kirk McKusick2023-03-221-3/+1
* Correct several bugs in fsck_ffs(8) triggered by corrupted filesystems.Kirk McKusick2023-03-071-0/+2
* Add support for managing UFS/FFS snapshots to fsck_ffs(8).Kirk McKusick2022-11-091-15/+81
* Remove #define _KERNEL hacks from libprocstatKonstantin Belousov2021-02-211-0/+2
* Rewrite the disk I/O management system in fsck_ffs(8). Other thanKirk McKusick2021-01-071-645/+269
* Update the libufs cgget() and cgput() interfaces to have a similarKirk McKusick2020-09-191-1/+1
* Inode check-hash errors were being reported after system crashes.Kirk McKusick2020-04-101-0/+2
* Add an inode check-hash verification when running the journalledKirk McKusick2020-04-101-2/+32
* When running fsck_ffs manually, do not ask:Kirk McKusick2019-12-241-0/+2
* Replace an uninitialized variable with the correct element from theKirk McKusick2019-10-221-1/+1
* When running with journaled soft updates, some updated inodes were notKirk McKusick2019-07-201-0/+11
* 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