NetBSD/sys/ufs
chs 6944ee458a in ufs_balloc_range(), don't rely on uvm_vnp_setsize() to invalidate
pages we've allocated past the real EOF when we fail to allocate a block.
we used to play games with the VM notion of the file size but we don't do
that anymore, so uvm_vnp_setsize() doesn't do what we want anymore.
call the pager flush op instead.
2000-12-03 03:57:24 +00:00
..
ext2fs fix merge error: ext2fs uses a custom balloc rather than a VOP-style one. 2000-12-01 07:02:40 +00:00
ffs Don't set the value of doreallocblks here; it's defined over in vfs_cluster.c 2000-11-30 20:56:10 +00:00
lfs only include opt_ddb.h for !LKM 2000-11-30 15:59:47 +00:00
mfs Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
ufs in ufs_balloc_range(), don't rely on uvm_vnp_setsize() to invalidate 2000-12-03 03:57:24 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00