NetBSD/sys/ufs
hannken 336f2a69f4 ffs_copyonwrite(): stop abusing ffs_balloc() to get a block address.
Use ufs_getlbns()/bread() instead.
Saves some reads and removes deep recursion with possible deadlock
when ffs_balloc() runs copy-on-write on the buffer returned.
2008-05-29 10:00:50 +00:00
..
ext2fs Make sure all cached buffers with valid, not yet written data have been 2008-05-16 09:21:59 +00:00
ffs ffs_copyonwrite(): stop abusing ffs_balloc() to get a block address. 2008-05-29 10:00:50 +00:00
lfs s/log file system/log-structured file system/ 2008-05-24 18:14:24 +00:00
mfs Convert file systems to dynamically attach with the new module interface. 2008-05-10 02:26:09 +00:00
ufs Make sure all cached buffers with valid, not yet written data have been 2008-05-16 09:21:59 +00:00
files.ufs defflag LFS_KERNEL_RFW (in opt_lfs.h). 2007-12-12 02:56:03 +00:00
Makefile