NetBSD/sys/ufs/ffs
sommerfeld d02dde9937 Change ffs_dirpref() to pay attention to the amount of available free
space before deciding which cylinder group should contain a new directory
inode.

Fixes kern/11983; works around some, but not all, of the side effects
of kern/11989.

Tested by me for well over a month on my laptop; preliminary versions of
the fix were tested by Frank van der Linden and Herb Peyerl.
2001-03-13 21:16:23 +00:00
..
Makefile
ffs_alloc.c Change ffs_dirpref() to pay attention to the amount of available free 2001-03-13 21:16:23 +00:00
ffs_balloc.c
ffs_bswap.c
ffs_extern.h
ffs_inode.c Fix from chuq: 2001-01-27 04:23:21 +00:00
ffs_softdep.c attach the softdep pagecache pseudo-buffers to the inode 2001-01-10 04:47:10 +00:00
ffs_softdep.stub.c RCS ID 2001-01-10 16:45:56 +00:00
ffs_subr.c
ffs_tables.c constify 2001-01-18 20:28:15 +00:00
ffs_vfsops.c remove debug code that was left in by accident. 2001-02-07 22:40:06 +00:00
ffs_vnops.c make filesystem vnodeop, specop, fifoop and vnodeopv_* arrays const 2001-01-22 12:17:35 +00:00
fs.h Use int32_t for on-disk time_t values. 2001-02-23 02:25:10 +00:00
softdep.h