| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete snapshot after opening it when running fsck_ffs(9) in background. | Kirk McKusick | 2023-11-12 | 1 | -4/+4 |
* | Fix a bug in fsck_ffs(8) triggered by corrupted filesystems. | Kirk McKusick | 2023-10-28 | 1 | -0/+2 |
* | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-23 | 1 | -2/+0 |
* | Correct several bugs in fsck_ffs(8) triggered by corrupted filesystems. | Kirk McKusick | 2023-03-28 | 1 | -9/+10 |
* | Add support for managing UFS/FFS snapshots to fsck_ffs(8). | Kirk McKusick | 2022-12-11 | 1 | -1/+181 |
* | Drop checks with last alternate superblock in fsck_ffs(8). | Kirk McKusick | 2022-12-11 | 1 | -62/+2 |
* | Correctness cleanups in fsck_ffs(8). | Kirk McKusick | 2022-12-04 | 1 | -1/+1 |
* | Ensure that fsck(8) / fsck_ffs(8) produces the correct exit code for missing ... | Kirk McKusick | 2022-03-16 | 1 | -4/+1 |
* | Update fsdb(8) to reflect new structure of fsck_ffs(8). | Kirk McKusick | 2022-02-26 | 1 | -0/+39 |
* | Avoid unaligned writes by fsck_ffs(8). | Kirk McKusick | 2022-02-26 | 1 | -13/+17 |
* | Have fsck_ffs(8) properly correct superblock check-hash failures. | Kirk McKusick | 2022-02-16 | 1 | -3/+3 |
* | Have fsck_ffs(8) properly correct superblock check-hash failures. | Kirk McKusick | 2022-02-16 | 1 | -139/+43 |
* | Rewrite the disk I/O management system in fsck_ffs(8). Other than | Kirk McKusick | 2021-01-07 | 1 | -14/+4 |
* | Various new check-hash checks have been added to the UFS filesystem | Kirk McKusick | 2020-10-25 | 1 | -1/+1 |
* | Move all of the error prints in readsb() from stderr to stdout. | Chuck Silvers | 2020-09-01 | 1 | -3/+3 |
* | The libufs library needs to track and free the new fs_si structure | Kirk McKusick | 2020-06-23 | 1 | -1/+1 |
* | fsck_ffs/fsdb: fix -fno-common build | Kyle Evans | 2020-03-29 | 1 | -0/+2 |
* | fsck_ffs: fix some memory leaks found by Coverity. | Eric van Gyzen | 2019-12-10 | 1 | -3/+12 |
* | After a crash, a file that extends into indirect blocks may end up | Kirk McKusick | 2019-02-25 | 1 | -0/+1 |
* | Normally when an attempt is made to mount a UFS/FFS filesystem whose | Kirk McKusick | 2018-12-06 | 1 | -1/+1 |
* | Ensure that cylinder-group check-hashes are properly updated when first | Kirk McKusick | 2018-12-05 | 1 | -0/+7 |
* | Properly recover from superblock check-hash failures. Specifically, | Kirk McKusick | 2018-11-25 | 1 | -5/+3 |
* | Refactoring of reading and writing of the UFS/FFS superblock. | Kirk McKusick | 2018-01-26 | 1 | -47/+25 |
* | More throughly integrate libufs into fsck_ffs by using its cgput() | Kirk McKusick | 2018-01-24 | 1 | -2/+6 |
* | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -1/+3 |
* | The new fsck recovery information to enable it to find backup | Kirk McKusick | 2017-09-04 | 1 | -25/+65 |
* | Since the switch to GPT disk labels, fsck for UFS/FFS has been | Kirk McKusick | 2017-08-09 | 1 | -4/+101 |
* | Remove now-unused badsb declaration, missed in r322200 | Ed Maste | 2017-08-08 | 1 | -2/+0 |
* | In debug mode, print the differences between the superblock and | Warner Losh | 2017-08-07 | 1 | -25/+35 |
* | Make it possible to ignore superblock mismatch. This will not fix such | Warner Losh | 2017-08-07 | 1 | -36/+13 |
* | fsck_ffs: Unsign some variables and make use of reallocarray(3). | Pedro F. Giffuni | 2017-04-22 | 1 | -6/+3 |
* | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
* | Fsck_ufs was using an int rather than a ufs2_daddr_t to store the | Kirk McKusick | 2016-08-19 | 1 | -2/+2 |
* | Use MIN/MAX macros from sys/param.h. | Marcelo Araujo | 2016-05-02 | 1 | -2/+1 |
* | Remove old ioctl use and support, once and for all. | Warner Losh | 2015-01-06 | 1 | -89/+2 |
* | Revert 248634 and 248643 (e.g., restoring 248625 and 248639). | Kirk McKusick | 2013-03-23 | 1 | -7/+7 |
* | Revert svn r248625 | Sean Bruno | 2013-03-23 | 1 | -7/+7 |
* | Speed up fsck by caching the cylinder group maps in pass1 so | Kirk McKusick | 2013-03-22 | 1 | -7/+7 |
* | When running with the -d option, instrument fsck_ffs to track the number, | Kirk McKusick | 2013-02-24 | 1 | -2/+5 |
* | Be more helpful about alternate superblocks. | Edward Tomasz Napierala | 2012-02-10 | 1 | -1/+1 |
* | In checker, read journal by sectors. | Konstantin Belousov | 2011-02-12 | 1 | -1/+1 |
* | Add the '-C' "check clean" flag. If the FS is marked clean, skip file | David E. O'Brien | 2009-01-30 | 1 | -2/+2 |
* | Be more careful when checking superblock. We have already checked | Xin LI | 2008-02-26 | 1 | -1/+1 |
* | Implements gjournal support. If file system has gjournal support enabled | Pawel Jakub Dawidek | 2006-10-31 | 1 | -3/+3 |
* | Make background fsck based summary adjustments actually work by | Xin LI | 2005-03-07 | 1 | -0/+18 |
* | Generalize the UFS bad magic value used to determine when a filesystem | John Baldwin | 2004-08-19 | 1 | -2/+2 |
* | Remove advertising clause from University of California Regent's license, | Mark Murray | 2004-04-09 | 1 | -4/+0 |
* | Avoid dereferencing null pointers in fsck_ffs. (pfatal may return, | Colin Percival | 2004-01-26 | 1 | -0/+5 |
* | Catch and report on filesystems that were interrupted during newfs, | Wes Peters | 2003-11-16 | 1 | -0/+12 |
* | Spell "file system" correctly. | Ruslan Ermilov | 2003-08-01 | 1 | -1/+1 |