aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs
Commit message (Expand)AuthorAgeFilesLines
* Fix fsck_ffs incorrectly reporting "CANNOT READ BLK: NNNN" errors.Kirk McKusick2021-01-261-2/+3
* Fix 32-bit build post 5cc52631b3b88dfc36d8049dc8bece8573c5f9af.Cy Schubert2021-01-081-3/+3
* Rewrite the disk I/O management system in fsck_ffs(8). Other thanKirk McKusick2021-01-0715-1341/+1168
* Fix bug in expanding lost+found direct blocks.Kirk McKusick2021-01-071-1/+1
* The fsck_ffs program had previously only been able to expand the sizeKirk McKusick2021-01-031-35/+92
* Correct and add some comments.Kirk McKusick2020-12-311-7/+7
* 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