NetBSD/sys/ufs
mycroft 941524439a Never call softdep_sync_metadata() in the FSYNC_RECLAIM case. Any pending
blocks are detached from the vnode at this point.  When the dependencies are
broken to enable writing the blocks, the vnode will be regenerated.  (The only
reason we sync buffers in this case is that they have to be detached from the
vnode.)
2000-05-29 17:19:20 +00:00
..
ext2fs Pull in indirect block unwind code from FFS. 2000-05-28 08:44:32 +00:00
ffs Never call softdep_sync_metadata() in the FSYNC_RECLAIM case. Any pending 2000-05-29 17:19:20 +00:00
lfs Prevent dirops from getting around lfs_check and wedging the buffer cache. 2000-05-27 00:19:52 +00:00
mfs Back out previous change; there is something Seriously Wrong. 2000-05-19 20:42:20 +00:00
ufs sleep() -> tsleep() 2000-05-27 04:52:27 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00