1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00
freebsd/sbin/fsck_ffs
Kirk McKusick d483391306 Followup to -r344552 in which fsck_ffs checks for a size past the
last allocated block of the file and if that is found, shortens the
file to reference the last allocated block thus avoiding having it
reference a hole at its end.

This update corrects an error where fsck_ffs miscalculated the last
logical block of the file when the file contained a large hole.

Reported by:  Jamie Landeg-Jones
Tested by:    Peter Holm
MFC after:    2 weeks
Sponsored by: Netflix
2019-04-13 13:31:06 +00:00
..
dir.c
ea.c
fsck_ffs.8
fsck.h Followup to -r344552 in which fsck_ffs checks for a size past the 2019-04-13 13:31:06 +00:00
fsutil.c
gjournal.c
globs.c After a crash, a file that extends into indirect blocks may end up 2019-02-25 21:58:19 +00:00
inode.c Followup to -r344552 in which fsck_ffs checks for a size past the 2019-04-13 13:31:06 +00:00
main.c
Makefile
Makefile.depend
pass1.c Followup to -r344552 in which fsck_ffs checks for a size past the 2019-04-13 13:31:06 +00:00
pass1b.c
pass2.c
pass3.c
pass4.c
pass5.c
setup.c After a crash, a file that extends into indirect blocks may end up 2019-02-25 21:58:19 +00:00
suj.c
utilities.c