aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs/setup.c
Commit message (Expand)AuthorAgeFilesLines
* Delete snapshot after opening it when running fsck_ffs(9) in background.Kirk McKusick2023-11-121-4/+4
* Fix a bug in fsck_ffs(8) triggered by corrupted filesystems.Kirk McKusick2023-10-281-0/+2
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* Correct several bugs in fsck_ffs(8) triggered by corrupted filesystems.Kirk McKusick2023-03-281-9/+10
* Add support for managing UFS/FFS snapshots to fsck_ffs(8).Kirk McKusick2022-12-111-1/+181
* Drop checks with last alternate superblock in fsck_ffs(8).Kirk McKusick2022-12-111-62/+2
* Correctness cleanups in fsck_ffs(8).Kirk McKusick2022-12-041-1/+1
* Ensure that fsck(8) / fsck_ffs(8) produces the correct exit code for missing ...Kirk McKusick2022-03-161-4/+1
* Update fsdb(8) to reflect new structure of fsck_ffs(8).Kirk McKusick2022-02-261-0/+39
* Avoid unaligned writes by fsck_ffs(8).Kirk McKusick2022-02-261-13/+17
* Have fsck_ffs(8) properly correct superblock check-hash failures.Kirk McKusick2022-02-161-3/+3
* Have fsck_ffs(8) properly correct superblock check-hash failures.Kirk McKusick2022-02-161-139/+43
* Rewrite the disk I/O management system in fsck_ffs(8). Other thanKirk McKusick2021-01-071-14/+4
* Various new check-hash checks have been added to the UFS filesystemKirk McKusick2020-10-251-1/+1
* Move all of the error prints in readsb() from stderr to stdout.Chuck Silvers2020-09-011-3/+3
* The libufs library needs to track and free the new fs_si structureKirk McKusick2020-06-231-1/+1
* fsck_ffs/fsdb: fix -fno-common buildKyle Evans2020-03-291-0/+2
* fsck_ffs: fix some memory leaks found by Coverity.Eric van Gyzen2019-12-101-3/+12
* After a crash, a file that extends into indirect blocks may end upKirk McKusick2019-02-251-0/+1
* 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-051-0/+7
* Properly recover from superblock check-hash failures. Specifically,Kirk McKusick2018-11-251-5/+3
* Refactoring of reading and writing of the UFS/FFS superblock.Kirk McKusick2018-01-261-47/+25
* More throughly integrate libufs into fsck_ffs by using its cgput()Kirk McKusick2018-01-241-2/+6
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* 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
* fsck_ffs: Unsign some variables and make use of reallocarray(3).Pedro F. Giffuni2017-04-221-6/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Fsck_ufs was using an int rather than a ufs2_daddr_t to store theKirk McKusick2016-08-191-2/+2
* Use MIN/MAX macros from sys/param.h.Marcelo Araujo2016-05-021-2/+1
* Remove old ioctl use and support, once and for all.Warner Losh2015-01-061-89/+2
* Revert 248634 and 248643 (e.g., restoring 248625 and 248639).Kirk McKusick2013-03-231-7/+7
* Revert svn r248625Sean Bruno2013-03-231-7/+7
* Speed up fsck by caching the cylinder group maps in pass1 soKirk McKusick2013-03-221-7/+7
* When running with the -d option, instrument fsck_ffs to track the number,Kirk McKusick2013-02-241-2/+5
* Be more helpful about alternate superblocks.Edward Tomasz Napierala2012-02-101-1/+1
* In checker, read journal by sectors.Konstantin Belousov2011-02-121-1/+1
* Add the '-C' "check clean" flag. If the FS is marked clean, skip fileDavid E. O'Brien2009-01-301-2/+2
* Be more careful when checking superblock. We have already checkedXin LI2008-02-261-1/+1
* Implements gjournal support. If file system has gjournal support enabledPawel Jakub Dawidek2006-10-311-3/+3
* Make background fsck based summary adjustments actually work byXin LI2005-03-071-0/+18
* Generalize the UFS bad magic value used to determine when a filesystemJohn Baldwin2004-08-191-2/+2
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-091-4/+0
* Avoid dereferencing null pointers in fsck_ffs. (pfatal may return,Colin Percival2004-01-261-0/+5
* Catch and report on filesystems that were interrupted during newfs,Wes Peters2003-11-161-0/+12
* Spell "file system" correctly.Ruslan Ermilov2003-08-011-1/+1