summaryrefslogtreecommitdiff
path: root/sys/ufs/ffs/ffs_alloc.c
AgeCommit message (Expand)Author
2001-11-30Don't brelse a random pointer in ffs_realloccg when filesystem is fullArtur Grabowski
2001-11-27Merge in the unified buffer cache code as found in NetBSD 2001/03/10. TheArtur Grabowski
2001-11-21Don't use #define QUOTA - use stub file insteadConstantine Sapuntzakis
2001-11-15Missed one place to check for bpp == NULLArtur Grabowski
2001-11-13Allow the bpp arguemnt on ffs_realloccg to be NULL, don't return theArtur Grabowski
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-10-09Fix comparison when start_lvl == 0Constantine Sapuntzakis
2001-06-27Remove old vm.Artur Grabowski
2001-06-23Privatize several vnode operations that are not used by the generic code.Constantine Sapuntzakis
2001-04-19Cleanup dirpref and synhronize superblock with freebsd.Grigoriy Orlov
2001-04-06Replace FFS directory preference algorithm(dirpref) by new one.Grigoriy Orlov
2001-03-27clean more dangling spacesArtur Grabowski
2001-03-20Even more cleanup. This file was a mess.Artur Grabowski
2001-03-20indentArtur Grabowski
2001-03-20Even more.Artur Grabowski
2001-03-2014 more NULL used as integer values.Artur Grabowski
2001-03-20NULL is not an u_longArtur Grabowski
2001-03-20NULL is not a daddr_tArtur Grabowski
2001-02-21Latest soft updates from FreeBSD/Kirk McKusickConstantine Sapuntzakis
2000-01-14Try to allocate the first indirect block in the same cg as the inode.Artur Grabowski
1999-12-06#if 0 some broken unreached code.Artur Grabowski
1999-06-01minor comment beautificationTodd C. Miller
1999-02-26compat with uvm vnode pagerArtur Grabowski
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1998-03-27Make compile without diagnistic possible. (Yes very small kernel)Per Fogelstrom
1998-03-03GCC 2.8 -Wallryker
1998-03-01GCC 2.8 -WallNiklas Hallqvist
1997-11-06Updates for VFS Lite 2 + soft update.Constantine Sapuntzakis
1997-10-06back out vfs lite2 till after 2.2Theo de Raadt
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
1997-07-22range error fix; mckusick@McKusick.COMTheo de Raadt
1997-05-30Integrate new ext2fs, reverting ufs support for the old one.Jason Downs
1997-02-11Add fs_id support and random inode generation numbers for ffs.Todd C. Miller
1996-05-22Change VOP_UPDATE() semantics:Theo de Raadt
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-02-27From NetBSD: update to 960217 sourcesNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt