NetBSD/sys/ufs
perseant 737dec82d6 Change the way LFS does block accounting, from trying to infer from the
buffer cache flags, to marking the inode and/or indirect blocks with a
special disk address UNWRITTEN==-2 when a block is accounted for.  (This
address is never written to disk, but only used in-core.  This is essentially
the same method of block accounting as on the UBC branch, where the buffer
headers don't exist.)  Make sure that truncation is handled properly,
especially in the case of holey files.

Fixes PR#9994.
2000-05-05 20:59:20 +00:00
..
ext2fs Remove register declarations. 2000-03-30 12:41:09 +00:00
ffs Add a new sysctl variable vfs.ffs.log_changeopt - if this is true, 2000-04-04 09:23:20 +00:00
lfs Change the way LFS does block accounting, from trying to infer from the 2000-05-05 20:59:20 +00:00
mfs Remove register declarations. 2000-03-30 12:41:09 +00:00
ufs Change the way LFS does block accounting, from trying to infer from the 2000-05-05 20:59:20 +00:00
Makefile