1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-27 16:39:08 +00:00
freebsd/sys/ufs/ffs
Kirk McKusick 24b6748c42 The UFS filesystem requires that the last block of a file always be
allocated. When shortening the length of a file in which the new end
of the file contains a hole, the hole must have a block allocated.

Reported by: Maxim Sobolev
Reviewed by: kib
Tested by:   Peter Holm
2016-02-24 01:58:40 +00:00
..
ffs_alloc.c Do not relocate extents to make them contiguous if the underlying drive can do 2015-10-16 03:06:02 +00:00
ffs_balloc.c Do not perform read-ahead for BA_CLRBUF request when we are low on 2015-10-27 13:44:13 +00:00
ffs_extern.h Remove ffs_mountroot() prototype; seems to be long gone. 2016-01-28 12:21:23 +00:00
ffs_inode.c The UFS filesystem requires that the last block of a file always be 2016-02-24 01:58:40 +00:00
ffs_rawread.c
ffs_snapshot.c
ffs_softdep.c Recheck curthread->td_su after the VFS_SYNC() call, and re-sync if the 2015-12-21 11:50:32 +00:00
ffs_subr.c
ffs_suspend.c
ffs_tables.c
ffs_vfsops.c This fixes a bug in UFS2 exported NFS volumes. An NFS client can 2016-01-27 21:27:05 +00:00
ffs_vnops.c
fs.h
softdep.h