NetBSD/sys/ufs
chs 94cfc87907 bring in the change from FreeBSD's rev. 1.107 of this file:
date: 2002/02/07 00:54:32;  author: mckusick;  state: Exp;  lines: +10 -7
  Occationally deleted files would hang around for hours or days
  without being reclaimed. This bug was introduced in revision 1.95
  dealing with filenames placed in newly allocated directory blocks,
  thus is not present in 4.X systems. The bug is triggered when a
  new entry is made in a directory after the data block containing
  the original new entry has been written, but before the inode
  that references the data block has been written.

  Submitted by:   Bill Fenner <fenner@research.att.com>

This should fix NetBSD PR 15531.
2002-02-10 18:06:03 +00:00
..
ext2fs fix an error case. 2002-01-26 08:32:05 +00:00
ffs bring in the change from FreeBSD's rev. 1.107 of this file: 2002-02-10 18:06:03 +00:00
lfs Correct free list tail pointer, when adding blocks of new inodes to v2 2002-02-04 03:32:16 +00:00
mfs fix PR 15299 by making MFS filesystems not be "async". 2002-02-03 03:51:57 +00:00
ufs #undef DIRBLKSIZ before #define-ing it 2002-02-06 15:44:49 +00:00
Makefile