NetBSD/sys/ufs
perseant 26c34e715f If ifile blocks were written before dirops were complete, and then the
system crashed, inodes could be allocated that were not referenced.  (Though
not a serious problem, it evidences itself in phase 4 of fsck_lfs.)  Fix
this by marking if_daddr with UNASSIGNED before the inodes are actually
written; at mount time the ifile is checked for UNASSIGNED entries and
any that are found are linked back into the free list.  (The latter
functionality should move into the roll-forward agent when it materializes.)
1999-11-09 02:21:05 +00:00
..
ext2fs Check if the type of device node isn't VBAD before touching v_specinfo. If 1999-10-20 14:32:09 +00:00
ffs Check if the type of device node isn't VBAD before touching v_specinfo. If 1999-10-20 14:32:09 +00:00
lfs If ifile blocks were written before dirops were complete, and then the 1999-11-09 02:21:05 +00:00
mfs Fix printf() formats. 1999-10-01 22:07:42 +00:00
ufs Adapt to cache_lookup() changes. 1999-09-05 14:26:32 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00