freebsd-src/sbin/fsck_ffs
Kirk McKusick 010e3bc772 Avoid lost buffers in fsck_ffs.
Sponsored by: Netflix

(cherry picked from commit 4313e2ae44)
2021-10-23 21:24:08 -07:00
..
dir.c Eliminate an unnecessary rerun request in fsck_ffs. 2021-09-29 22:52:04 -07:00
ea.c [skip ci] correct a few SPDX license tags 2021-07-27 11:57:17 -06:00
fsck.h Ensure that all allocated data structures in fsck_ffs are freed. 2021-04-08 17:49:00 -07:00
fsck_ffs.8 Correct the location of the first backup superblock in fsck_ffs.8. 2019-08-07 16:56:00 +00:00
fsutil.c fsck_ffs(8): fix divide by zero when debug messages are enabled 2021-06-11 08:44:29 -08:00
gjournal.c Rewrite the disk I/O management system in fsck_ffs(8). Other than 2021-01-07 15:03:15 -08:00
globs.c Ensure that all allocated data structures in fsck_ffs are freed. 2021-04-08 17:49:00 -07:00
inode.c Avoid lost buffers in fsck_ffs. 2021-10-23 21:24:08 -07:00
main.c fsck_ffs: fix background fsck in preen mode 2021-07-19 10:06:53 -08:00
Makefile sbin: normalize paths using SRCTOP-relative paths or :H when possible 2017-03-04 11:33:01 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
pass1.c Ensure that files with no allocated blocks are trimmed to zero length. 2021-05-18 13:26:00 -07:00
pass1b.c Fix fsck_ffs Pass 1b error exit "bad inode number 256 to nextinode". 2021-05-22 14:03:37 -07:00
pass2.c Rewrite the disk I/O management system in fsck_ffs(8). Other than 2021-01-07 15:03:15 -08:00
pass3.c Rewrite the disk I/O management system in fsck_ffs(8). Other than 2021-01-07 15:03:15 -08:00
pass4.c Rewrite the disk I/O management system in fsck_ffs(8). Other than 2021-01-07 15:03:15 -08:00
pass5.c Use proper type (ino_t) for inode numbers to avoid improper sign extention 2020-10-25 21:04:07 +00:00
setup.c Rewrite the disk I/O management system in fsck_ffs(8). Other than 2021-01-07 15:03:15 -08:00
suj.c Rewrite the disk I/O management system in fsck_ffs(8). Other than 2021-01-07 15:03:15 -08:00
utilities.c Remove unused includes. 2019-12-22 05:44:29 +00:00