aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Only try to enable CK_CLYGRP if we're running on kernel newer thanWarner Losh2017-11-161-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Do not report the filesystem as modified when the only change is toKirk McKusick2017-10-091-1/+7
* Continuing efforts to provide hardening of FFS, this change adds aKirk McKusick2017-09-222-0/+28
* Use UFS_LINK_MAX instead of LINK_MAX.John Baldwin2017-09-211-1/+1
* The new fsck recovery information to enable it to find backupKirk McKusick2017-09-041-25/+65
* Since the switch to GPT disk labels, fsck for UFS/FFS has beenKirk McKusick2017-08-091-4/+101
* Remove now-unused badsb declaration, missed in r322200Ed Maste2017-08-081-2/+0
* In debug mode, print the differences between the superblock andWarner Losh2017-08-071-25/+35
* Make it possible to ignore superblock mismatch. This will not fix suchWarner Losh2017-08-071-36/+13
* Commit the 64-bit inode project.Konstantin Belousov2017-05-231-4/+4
* fsck_ffs: Unsign some variables and make use of reallocarray(3).Pedro F. Giffuni2017-04-224-11/+10
* In fsck_ffs pass1, prevent the inosused variable from wrapping.Konstantin Belousov2017-04-141-4/+7
* sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-2/+2