aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs/ffs/ffs_softdep_stub.c
Commit message (Expand)AuthorAgeFilesLines
* Add a missing argument to the stub for softdep_setup_freeblocks.Benno Rice2002-07-201-1/+2
* Add support to UFS2 to provide storage for extended attributes.Kirk McKusick2002-07-191-0/+14
* Add the ffs bits necessary to support unloading of the ufs kernelIan Dowse2002-07-011-0/+7
* Prototype fixes (long newinum --> ino_t newinum).Jonathan Lemon2002-06-241-2/+2
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-6/+6
* Add a stub for softdep_request_cleanup() so that compilation withoutKirk McKusick2002-01-231-0/+9
* KSE Milestone 2Julian Elischer2001-09-121-5/+5
* Revert the previous commit in favor of the fix in rev 1.42 ofJohn Baldwin2001-05-301-1/+0
* Include <ufs/ffs/fs.h> to get the definition of struct cg to quiet aJohn Baldwin2001-05-291-0/+1
* Update softdep_setup_directory_add prototype to reflect changes inKirk McKusick2001-05-201-2/+3
* When running with soft updates, track the number of blocks and filesKirk McKusick2001-05-081-0/+9
* add a stub for softdep_slowdown so that it's possible to build theAssar Westerlund2000-12-171-0/+6
* Initialize *countp to 0 in stub for softdep_flushworklist().Tor Egge2000-08-091-0/+1
* Add stub for softdep_flushworklist() so that kernels compiledKirk McKusick2000-07-251-0/+10
* Make the two calls from kern/* into softupdates #ifdef SOFTUPDATES,Poul-Henning Kamp2000-07-031-15/+0
* ARGH! I have too many source trees :-(Poul-Henning Kamp2000-06-161-0/+1
* Virtualizes & untangles the bioops operations vector.Poul-Henning Kamp2000-06-161-0/+16
* Remove a comment which should never have made it in.Poul-Henning Kamp2000-06-141-1/+0
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Several performance improvements for soft updates have been added:Kirk McKusick2000-01-101-2/+2
* Get rid of unreferenced function.Kirk McKusick2000-01-091-9/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add $Id$Ollivier Robert1999-07-071-0/+1
* Add a hook to ffs_fsync to allow soft updates to get first chance at doingKirk McKusick1999-05-141-0/+8
* Ensure that there is enough information here, so that people can useJulian Elischer1998-05-191-0/+3
* Submitted by: kirk McKusickJulian Elischer1998-03-081-0/+255