NetBSD/sys/ufs
perseant 9139045320 Protect inode free list with seglock, instead of separate lock, so that
the head of the inode free list (on the superblock) always matches the
rest of the free list (in the ifile).

Protect lfs_fragextend with seglock, to prevent the segment byte count
fudging from making its way to disk.

Don't try to inactivate dirop vnodes that are still in the middle of
their dirop (may address PR#10285).
2000-06-06 20:19:14 +00:00
..
ext2fs Adjust where IN_MODIFIED and IN_ACCESSED are cleared (as in the FFS code). 2000-05-30 19:09:44 +00:00
ffs In ffs_update(): 2000-05-30 17:23:52 +00:00
lfs Protect inode free list with seglock, instead of separate lock, so that 2000-06-06 20:19:14 +00:00
mfs Back out previous change; there is something Seriously Wrong. 2000-05-19 20:42:20 +00:00
ufs Back out previous kluge. 2000-05-30 17:40:12 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00