summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* Change type of a variable from u_int to size_t, so that pointer to it may bedt1999-04-211-2/+2
* Correct typo in panic messageeivind1999-04-111-2/+2
* Hold the mfs process's upages in-core with PHOLD rather than P_NOSWAP.peter1999-04-061-3/+3
* Catch a case spotted by Tor where files mmapped could leave garbage in thejulian1999-04-051-6/+17
* There's not much point in the EXPORTMFS #ifdef. I've had this sittingpeter1999-04-051-3/+1
* Stop the mfs from trying to swap out crucial bits of the mfsjulian1999-03-121-7/+7
* Don't depend on <ufs/ufs/quota.h> or another (old) prerequisite includingbde1999-03-061-1/+2
* Moved kernel declarations inside the KERNEL ifdef, and removedbde1999-03-051-7/+7
* Changed the type of quotactl()'s 4th arg from `char *' to `void *'bde1999-03-051-2/+2
* Reorganize locking to avoid holding the lock during calls to bdwritemckusick1999-03-021-3/+9
* Merge patch to ufs_vnops.c's ufs_rename to the copy of ufs_rename thatimp1999-03-021-2/+2
* When fsync'ing a file on a filesystem using soft updates, we first trymckusick1999-03-021-10/+18
* Ensure that softdep_sync_metadata can handle bmsafemap and mkdir entriesmckusick1999-03-022-5/+48
* Fix last commit based on feedback from Guido, Bruce and Terry.imp1999-02-261-5/+6
* Add missing check for LINK_MAX in ufs_rename. Since ip->i_effnlink andimp1999-02-251-1/+5
* Update ufs_vnops code to use new specinfo fields rather then guess.dillon1999-02-251-7/+14
* fix double LIST_REMOVE; other cosmetic changes to match version 9.32.mckusick1999-02-171-12/+13
* Remove XXX comment in regarsd to why NFS doesn't use VOP_ABORT(). NFSdillon1999-02-131-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-2810-54/+54
* Remove unintended trigraph sequences in comments for -Walldillon1999-01-271-2/+2
* Gutted softdep_deallocate_dependencies and replaced it with a panic. Itdg1999-01-221-41/+3
* Added support for VOP_FREEBLKS(), reducing MFS's impact on swap anddillon1999-01-211-1/+1
* Access to mfsp->buf_queue must be protected at splbio(). Other minordillon1999-01-211-1/+1
* This is a rather large commit that encompasses the new swapper,dillon1999-01-215-23/+141
* Silence warning about unused debug function. (I'll turn this functioneivind1999-01-121-3/+3
* Add a warning about the copyright restraints.eivind1999-01-081-0/+4
* Don't pass unused unused timestamp args to UFS_UPDATE() or wastebde1999-01-0711-84/+60
* UFS_UPDATE() takes a boolean `waitfor' arg, so don't pass it the valuebde1999-01-062-7/+7
* Ifdefed the conditionally used variable `prtrealloc'. Declare itbde1999-01-061-2/+4
* Backed out rev.1.47. It just broke my optimisations for lazy syncingbde1999-01-061-5/+3
* Remove the 'waslocked' parameter to vfs_object_create().eivind1999-01-051-3/+3
* Ifdefed conditionally used simplock variables.bde1999-01-021-1/+3
* Remove the last clients of vfs_object_create(..., waslocked=1);eivind1999-01-021-3/+7
* The mount_mfs process that stays in a supervisor context handling MFSdillon1999-01-011-1/+11
* Fixed null pointer panics which I introduced in rev.1.86. Vnodesbde1998-12-241-7/+19
* Remove unused file. It seems to have been a vestige of when mfs did itsbde1998-12-201-43/+0
* In ufs_setattr(), if only one of va_atime or va_mtime are != VNOVAL, thendfr1998-12-201-3/+3
* Add comments to code that I was trying to understand.julian1998-12-151-5/+107
* Fix -Wuninitialized warning regarding zero-length var-args ctl element.dillon1998-12-141-2/+2
* Remove some compiler warnings.julian1998-12-101-9/+6
* Make compare correct with unsigned types. (Problem introduced by Lite/2).eivind1998-12-091-3/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+2
* Don't use the strange null pointer constant `(ufs_daddr_t)0' in a callbde1998-11-291-3/+3
* Restored the "reallocblks" code to its former glory. What this does isdg1998-11-131-14/+4
* add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()peter1998-11-103-3/+6
* Change dirty block list handling to use TAILQ macros.peter1998-10-311-8/+8
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagspeter1998-10-313-8/+9
* Clarify a rather ambiguous debugging message.jkh1998-10-281-2/+2
* Oops, the redundant tests for major numbers weren't redundant here.bde1998-10-272-9/+8
* Removed redundant bitrotted checks for major numbers instead of updatingbde1998-10-261-4/+2
OpenPOWER on IntegriCloud