NetBSD/sys/ufs
chs eaa7f39f23 in ufs_balloc_range(), if we extend a fragment and need to write the
fragment synchronously, update the vnode's size before doing the flush.
otherwise we might only write part of the data and cause softdep's
accounting to get out of sync.  fixes PR 14201.
many thanks to enami for figuring out what was going on.
2001-10-10 06:37:53 +00:00
..
ext2fs check early for reads beyond EOF. 2001-09-22 22:44:08 +00:00
ffs in ffs_balloc(), clean up page cache state to avoid hangs when we 2001-09-30 02:54:42 +00:00
lfs don't depend on other headers to include sys/proc.h for us. 2001-09-28 11:59:51 +00:00
mfs add a new VFS op, vfs_reinit, which is called when desiredvnodes is 2001-09-15 16:12:54 +00:00
ufs in ufs_balloc_range(), if we extend a fragment and need to write the 2001-10-10 06:37:53 +00:00
Makefile