summaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs
Commit message (Expand)AuthorAgeFilesLines
* Rename pass4check() to freeblock() and move from pass4.c to inode.c.Kirk McKusick2020-12-185-47/+41
* Use proper type (ino_t) for inode numbers to avoid improper sign extentionKirk McKusick2020-10-251-6/+7
* Various new check-hash checks have been added to the UFS filesystemKirk McKusick2020-10-251-1/+1
* Update the libufs cgget() and cgput() interfaces to have a similarKirk McKusick2020-09-193-4/+7
* Move all of the error prints in readsb() from stderr to stdout.Chuck Silvers2020-09-012-4/+4
* Use the sbput() function to write alternate superblocks so thatKirk McKusick2020-08-151-4/+3
* The libufs library needs to track and free the new fs_si structureKirk McKusick2020-06-231-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
* fsck_ffs/fsdb: fix -fno-common buildKyle Evans2020-03-294-5/+10
* When running fsck_ffs manually, do not ask:Kirk McKusick2019-12-242-7/+7
* Remove unused includes.Xin LI2019-12-221-4/+0
* fsck_ffs: fix some memory leaks found by Coverity.Eric van Gyzen2019-12-101-3/+12
* Replace an uninitialized variable with the correct element from theKirk McKusick2019-10-221-1/+1
* Correct the location of the first backup superblock in fsck_ffs.8.Kirk McKusick2019-08-071-1/+1
* Treat any inode with bad content as unknown (i.e., ask if it shouldKirk McKusick2019-07-201-1/+1
* When running with journaled soft updates, some updated inodes were notKirk McKusick2019-07-201-0/+11
* This revision began as a simple change to eliminate an uninitialized warningKirk McKusick2019-05-211-100/+105
* This update eliminates a kernel stack disclosure bug in UFS/FFSKirk McKusick2019-05-035-20/+104
* Followup to -r344552 in which fsck_ffs checks for a size past theKirk McKusick2019-04-133-12/+17
* Properly calculate the last used logical block of a file when checkingKirk McKusick2019-03-022-3/+3
* After a crash, a file that extends into indirect blocks may end upKirk McKusick2019-02-254-0/+49
* Ensure that inode updates are properly flushed out during the firstKirk McKusick2019-02-191-0/+6
* Fsck would find, report, and offer to fix inode check-hash failures.Kirk McKusick2018-12-151-0/+2
* Make fsck(8) use pread(2). This cuts the number of syscalls by half.Edward Tomasz Napierala2018-12-151-15/+4
* Continuing efforts to provide hardening of FFS. This change adds aKirk McKusick2018-12-112-2/+30
* Normally when an attempt is made to mount a UFS/FFS filesystem whoseKirk McKusick2018-12-061-1/+1
* Ensure that cylinder-group check-hashes are properly updated when firstKirk McKusick2018-12-056-16/+42
* Properly recover from superblock check-hash failures. Specifically,Kirk McKusick2018-11-251-5/+3
* In preparation for adding inode check-hashes, clean up andKirk McKusick2018-11-136-44/+51
* In preparation for adding inode check-hashes, change the fsck_ffsKirk McKusick2018-10-315-23/+23
* Continuing efforts to provide hardening of FFS, this change adds aKirk McKusick2018-10-231-3/+5
* Add missing newline in pwarn message.Kirk McKusick2018-10-021-1/+1
* Make timespecadd(3) and friends publicAlan Somers2018-07-301-27/+6
* Revert r313780 (UFS_ prefix)Ed Maste2018-03-176-61/+59
* Prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2018-03-176-59/+61
* Fix a read past the end of a buffer in fsck.Kirk McKusick2018-02-211-1/+3
* Include files missed in 329051.Kirk McKusick2018-02-083-1/+43
* The goal of this change is to prevent accidental foot shooting byKirk McKusick2018-02-081-9/+11
* Use sbput(3) rather than sbwrite(3) to ensure that the updated copy ofKirk McKusick2018-02-021-2/+2
* Refactoring of reading and writing of the UFS/FFS superblock.Kirk McKusick2018-01-264-58/+31
* Fix architectures where pointer and u_int have different sizesLi-Wen Hsu2018-01-251-2/+2
* More throughly integrate libufs into fsck_ffs by using its cgput()Kirk McKusick2018-01-245-85/+73
* Correct fsck journal-recovery code to update a cylinder-groupKirk McKusick2018-01-172-9/+5
* Rename cgget => cglookup to clear name space for new libufs function cgget.Kirk McKusick2018-01-175-6/+6
* Exit fsck_ffs with non-zero status when file system is not repaired.David Bright2018-01-153-6/+41
* Report CG checksum mismatches. These errors are non-fatal. TheWarner Losh2018-01-141-1/+12
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-1/+5
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2015-14/+44
* Rename P_OSREL_CK_CLYGRP to P_OSREL_CK_CYLGRPScott Long2017-11-171-1/+1