aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs
Commit message (Expand)AuthorAgeFilesLines
...
* Properly handle the replacement of a partially allocated root directory.Kirk McKusick2022-09-033-8/+24
* Flush and close getnextino cache when done using it in Pass 1b.Kirk McKusick2022-09-031-0/+2
* Correct calculation of inode location in getnextino cache.Kirk McKusick2022-08-291-2/+2
* Correct calculation of inode location in getnextino cache.Kirk McKusick2022-08-292-7/+3
* Correct diagnostic messages for bad cylinder groups.Kirk McKusick2022-08-261-3/+4
* Provide better diagnostic messages for bad cylinder groups.Kirk McKusick2022-08-261-12/+23
* Provide cache coherency between getnextinode() and ginode()Kirk McKusick2022-08-241-8/+27
* Update standard superblock when successful using an alternate superblock.Kirk McKusick2022-08-241-8/+11
* Improve handling of missing '.' and '..' in UFS directories.Kirk McKusick2022-08-171-45/+82
* When reading backup UFS superblocks, report reason if they cannot be used.Kirk McKusick2022-08-171-1/+1
* Correctness cleanups in fsck_ffs(8).Kirk McKusick2022-08-132-1/+4
* Move the ability to search for alternate UFS superblocks from fsck_ffs(8)Kirk McKusick2022-08-134-56/+54
* Drop checks with last alternate superblock in fsck_ffs(8).Kirk McKusick2022-08-041-62/+2
* Add a flags parameter to the ffs_sbget() function that reads UFS superblocks.Kirk McKusick2022-07-311-6/+8
* Ask to look for alternate UFS2 superblocks when the standard one is unusable.Kirk McKusick2022-07-211-1/+2
* Clean up comments in fsck.h.Kirk McKusick2022-05-101-56/+55
* Properly specify the level of indirect block being looked up.Kirk McKusick2022-05-051-1/+1
* fsck_ffs(8): Fix a typo in a source code commentGordon Bergling2022-04-091-1/+1
* Ensure that fsck(8) / fsck_ffs(8) produces the correct exit codeKirk McKusick2022-03-161-4/+1
* Update fsdb(8) to reflect new structure of fsck_ffs(8).Kirk McKusick2022-02-233-39/+40
* Avoid unaligned writes by fsck_ffs(8).Kirk McKusick2022-02-201-13/+17
* Properly fix parameter to sysctlnametomib().Kirk McKusick2022-02-041-1/+1
* Fix parameter to sysctlnametomib();Kirk McKusick2022-02-041-1/+1
* Have fsck_ffs(8) properly correct superblock check-hash failures.Kirk McKusick2022-02-045-244/+258
* Whitespace and capitalization cleanups.Kirk McKusick2022-01-061-7/+8
* Avoid lost buffers in fsck_ffs.Kirk McKusick2021-10-071-7/+11
* Eliminate an unnecessary rerun request in fsck_ffs.Kirk McKusick2021-09-221-1/+0
* fsck_ffs: fix background fsck in preen modeRobert Wing2021-07-111-5/+4
* [skip ci] correct a few SPDX license tagsAlan Somers2021-07-071-1/+1
* fsck_ffs: don't try to write in read-only modeChuck Silvers2021-06-291-11/+13
* fsck_ufs: fix segfault with gjournalRobert Wing2021-06-031-0/+1
* Revert "Fix fsck_ufs segfaults with gjournal (SU+J)"Robert Wing2021-05-292-1/+1
* Fix fsck_ufs segfault when it needs to rerun.Kirk McKusick2021-05-291-5/+5
* fsck_ffs(8): fix divide by zero when debug messages are enabledRobert Wing2021-05-221-1/+1
* Fix fsck_ufs segfaults with gjournal (SU+J)Kirk McKusick2021-05-212-1/+1
* Fix fsck_ffs Pass 1b error exit "bad inode number 256 to nextinode".Kirk McKusick2021-05-191-1/+1
* Ensure that files with no allocated blocks are trimmed to zero length.Kirk McKusick2021-05-111-13/+25
* Clean up fsck_ffs error message output.Kirk McKusick2021-04-271-1/+7
* Make fsck_ffs more persistent in creating a lost+found directory.Kirk McKusick2021-04-263-8/+19
* Ensure that all allocated data structures in fsck_ffs are freed.Kirk McKusick2021-04-024-19/+40
* Fix fsck_ffs -R finds unfixed duplicate block errors when rerunning.Kirk McKusick2021-03-251-0/+3
* Fix fsck_ffs Pass 1b error exit "bad inode number 2 to nextinode".Kirk McKusick2021-03-241-1/+3
* Do not complain about incorrect cylinder group check-hashes whenKirk McKusick2021-03-121-1/+2
* Remove #define _KERNEL hacks from libprocstatKonstantin Belousov2021-02-211-0/+2
* 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