aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* - Back out Luoqi's cdevsw stuff. It panics on my system and is not required.John Birrell1999-05-241-7/+10
* Cosmetic changes to make it compile without errors in gcc -WallJulian Elischer1999-05-221-10/+17
* Legally acquire a major number for mfs.Luoqi Chen1999-05-141-2/+7
* Add a hook to ffs_fsync to allow soft updates to get first chance at doingKirk McKusick1999-05-144-30/+113
* Try and fix a dev_t/major/minor etc nit.Peter Wemm1999-05-121-3/+3
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledPoul-Henning Kamp1999-05-113-7/+7
* Fixed disordering in previous 2 commits.Bruce Evans1999-05-111-3/+3
* Move the mfs_getimage() prototype to mfs_extern.h duplicating itPeter Wemm1999-05-102-4/+3
* Put back changes that might be causing trouble on Alpha.Kirk McKusick1999-05-091-3/+5
* I got tired of seeing all the cdevsw[major(foo)] all over the place.Poul-Henning Kamp1999-05-082-12/+12
* Continue where Julian left off in July 1998:Poul-Henning Kamp1999-05-072-12/+12
* Whitespace cleanup.Kirk McKusick1999-05-071-2/+2
* Get rid of random debugging cruft; sync up with latest version.Kirk McKusick1999-05-071-38/+10
* Severe slowdowns have been reported when creating or removing manyKirk McKusick1999-05-071-108/+290
* Add sufficient braces to keep egcs happy about potentially ambiguousPeter Wemm1999-05-061-2/+3
* The VFS/BIO subsystem contained a number of hacks in order to optimizeAlan Cox1999-05-023-3/+8
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-282-8/+8
* Simplify the tunefs example, since tunefs uses getfsfile(). Lots ofMike Smith1999-04-271-3/+3
* Suser() simplification:Poul-Henning Kamp1999-04-272-8/+8
* Change type of a variable from u_int to size_t, so that pointer to it may beDmitrij Tejblum1999-04-211-2/+2
* Correct typo in panic messageEivind Eklund1999-04-111-2/+2
* Hold the mfs process's upages in-core with PHOLD rather than P_NOSWAP.Peter Wemm1999-04-061-3/+3
* Catch a case spotted by Tor where files mmapped could leave garbage in theJulian Elischer1999-04-051-6/+17
* There's not much point in the EXPORTMFS #ifdef. I've had this sittingPeter Wemm1999-04-051-3/+1
* Stop the mfs from trying to swap out crucial bits of the mfsJulian Elischer1999-03-121-7/+7
* Don't depend on <ufs/ufs/quota.h> or another (old) prerequisite includingBruce Evans1999-03-061-1/+2
* Moved kernel declarations inside the KERNEL ifdef, and removedBruce Evans1999-03-051-7/+7
* Changed the type of quotactl()'s 4th arg from `char *' to `void *'Bruce Evans1999-03-051-2/+2
* Reorganize locking to avoid holding the lock during calls to bdwriteKirk McKusick1999-03-021-3/+9
* Merge patch to ufs_vnops.c's ufs_rename to the copy of ufs_rename thatWarner Losh1999-03-021-2/+2
* When fsync'ing a file on a filesystem using soft updates, we first tryKirk McKusick1999-03-021-10/+18
* Ensure that softdep_sync_metadata can handle bmsafemap and mkdir entriesKirk McKusick1999-03-022-5/+48
* Fix last commit based on feedback from Guido, Bruce and Terry.Warner Losh1999-02-261-5/+6
* Add missing check for LINK_MAX in ufs_rename. Since ip->i_effnlink andWarner Losh1999-02-251-1/+5
* Update ufs_vnops code to use new specinfo fields rather then guess.Matthew Dillon1999-02-251-7/+14
* fix double LIST_REMOVE; other cosmetic changes to match version 9.32.Kirk McKusick1999-02-171-12/+13
* Remove XXX comment in regarsd to why NFS doesn't use VOP_ABORT(). NFSMatthew Dillon1999-02-131-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-2810-54/+54
* Remove unintended trigraph sequences in comments for -WallMatthew Dillon1999-01-271-2/+2
* Gutted softdep_deallocate_dependencies and replaced it with a panic. ItDavid Greenman1999-01-221-41/+3
* Added support for VOP_FREEBLKS(), reducing MFS's impact on swap andMatthew Dillon1999-01-211-1/+1
* Access to mfsp->buf_queue must be protected at splbio(). Other minorMatthew Dillon1999-01-211-1/+1
* This is a rather large commit that encompasses the new swapper,Matthew Dillon1999-01-215-23/+141
* 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