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 Fix so non-kernel code will compile (_LKM) 2000-07-06 20:32:06 +00:00
quota.h Change ufs_init() to keep global count of how many times it was called. 2000-03-16 18:26:49 +00:00
ufs_bmap.c Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
ufs_bswap.h Sync copyrigth notice. 2000-05-15 08:51:55 +00:00
ufs_extern.h Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
ufs_ihash.c Update for hashinit() change. 2000-11-08 14:28:12 +00:00
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 remove include of <vm/vm.h> and <uvm/uvm_extern.h> 2000-06-28 14:16:37 +00:00
ufs_quota.c Update for hashinit() change. 2000-11-08 14:28:12 +00:00
ufs_readwrite.c Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
ufs_vfsops.c Remove register declarations. 2000-03-30 12:41:09 +00:00
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