NetBSD/sys/ufs/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
..
Makefile
dinode.h
dir.h
inode.h
quota.h
ufs_bmap.c Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
ufs_bswap.h
ufs_extern.h Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
ufs_ihash.c
ufs_inode.c in ufs_balloc_range(), don't rely on uvm_vnp_setsize() to invalidate 2000-12-03 03:57:24 +00:00
ufs_lookup.c
ufs_quota.c
ufs_readwrite.c Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
ufs_vfsops.c
ufs_vnops.c Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
ufsmount.h Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00