summaryrefslogtreecommitdiff
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* MfC (1.61: fixed access timestamp bugs).Bruce Evans1999-08-311-4/+16
* MFC 1.60: Fix for the case where DEBUG is used without DIAGNOSTIC.Sheldon Hearn1999-08-301-1/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2931-31/+31
* MFC (up to rev 1.27): Better performance at times of high rates of fileStephen McKay1999-08-291-141/+297
* MFC: Added $Id$Ollivier Robert1999-07-071-0/+1
* MFC 1.5 -> 1.6: New location for the soft-updates sources.John Polstra1999-07-031-4/+4
* Add RELENG_3 versions of the soft-updates sources in their newJohn Polstra1999-07-032-422/+181
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-07-011-0/+4485
* MFC: Use FS name instead of device name in exampleEivind Eklund1999-06-011-3/+3
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-05-081-0/+548
* Protect a list operatio behind splbio()Julian Elischer1999-03-161-1/+8
* MFC: Stop an mfs process from being swapped out. This can cause deadlockJulian Elischer1999-03-121-7/+7
* MFC: Fix link count overflow problems.Warner Losh1999-03-101-1/+6
* MFC:Julian Elischer1999-03-031-10/+18
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-01-212-4780/+0
* Silence warning about unused debug function. (I'll turn this functionEivind Eklund1999-01-121-3/+3
* Add a warning about the copyright restraints.Eivind Eklund1999-01-081-0/+4
* Don't pass unused unused timestamp args to UFS_UPDATE() or wasteBruce Evans1999-01-0711-84/+60
* UFS_UPDATE() takes a boolean `waitfor' arg, so don't pass it the valueBruce Evans1999-01-062-7/+7
* Ifdefed the conditionally used variable `prtrealloc'. Declare itBruce Evans1999-01-061-2/+4
* Backed out rev.1.47. It just broke my optimisations for lazy syncingBruce Evans1999-01-061-5/+3
* Remove the 'waslocked' parameter to vfs_object_create().Eivind Eklund1999-01-051-3/+3
* Ifdefed conditionally used simplock variables.Bruce Evans1999-01-021-1/+3
* Remove the last clients of vfs_object_create(..., waslocked=1);Eivind Eklund1999-01-021-3/+7
* The mount_mfs process that stays in a supervisor context handling MFSMatthew Dillon1999-01-011-1/+11
* Fixed null pointer panics which I introduced in rev.1.86. VnodesBruce Evans1998-12-241-7/+19
* Remove unused file. It seems to have been a vestige of when mfs did itsBruce Evans1998-12-201-43/+0
* In ufs_setattr(), if only one of va_atime or va_mtime are != VNOVAL, thenDoug Rabson1998-12-201-3/+3
* Add comments to code that I was trying to understand.Julian Elischer1998-12-151-5/+107
* Fix -Wuninitialized warning regarding zero-length var-args ctl element.Matthew Dillon1998-12-141-2/+2
* Remove some compiler warnings.Julian Elischer1998-12-101-9/+6
* Make compare correct with unsigned types. (Problem introduced by Lite/2).Eivind Eklund1998-12-091-3/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-2/+2
* Don't use the strange null pointer constant `(ufs_daddr_t)0' in a callBruce Evans1998-11-291-3/+3
* Restored the "reallocblks" code to its former glory. What this does isDavid Greenman1998-11-131-14/+4
* add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()Peter Wemm1998-11-103-3/+6
* Change dirty block list handling to use TAILQ macros.Peter Wemm1998-10-311-8/+8
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagsPeter Wemm1998-10-313-8/+9
* Clarify a rather ambiguous debugging message.Jordan K. Hubbard1998-10-281-2/+2
* Oops, the redundant tests for major numbers weren't redundant here.Bruce Evans1998-10-272-9/+8
* Removed redundant bitrotted checks for major numbers instead of updatingBruce Evans1998-10-261-4/+2
* Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rottedBruce Evans1998-10-251-4/+5
* Nitpicking and dusting performed on a train. Removes trivial warningsPoul-Henning Kamp1998-10-252-6/+4
* Use only the correct raw partition for writing labels. Don't use theBruce Evans1998-10-171-9/+4
* fixup for alpha.Jordan K. Hubbard1998-10-161-1/+4
* Fixed bloatage of `struct inode'. We used 5 "spare" fields for ext2fs,Bruce Evans1998-10-131-2/+2
* "fix" a warningPeter Wemm1998-10-121-3/+2
* Allow more flexible use of MFS root.Jordan K. Hubbard1998-10-101-12/+10
* MODINFO_ADDR has real addresses now, remove the manual relocation basedPeter Wemm1998-10-091-10/+5
* Add some evil temporary phys-to-kern translation for mfs.Jordan K. Hubbard1998-10-091-3/+11