summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_subr.c
Commit message (Expand)AuthorAgeFilesLines
* The buffer queue mechanism has been reformulated. Instead of havingmckusick1999-07-041-10/+42
* Make sure that stat(2) and friends always return a valid st_dev field.phk1999-07-021-4/+5
* Slight reorganization of kernel thread/process creation. Instead of usingpeter1999-07-011-3/+4
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-28/+23
* Add a vnode argument to VOP_BWRITE to get rid of the last vnodemckusick1999-06-161-4/+4
* Get rid of the global variable rushjob and replace it with a function inmckusick1999-06-151-6/+36
* Simplify cdevsw registration.phk1999-05-311-9/+7
* Remove the test for bdevsw(dev) == NULL from bdevvp() because it failsjb1999-05-241-2/+2
* Legally acquire a major number for mfs.luoqi1999-05-141-5/+2
* Previously directories were sync'ed every 10 seconds while bitmaps &mckusick1999-05-141-3/+3
* Fix (?) SPECHASH dev_t/major/minor/etc argspeter1999-05-121-2/+2
* Don't peek into dev_tphk1999-05-121-2/+2
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-10/+13
* Fix some of the places where too much inside knowledge about major/minorphk1999-05-081-3/+3
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-081-7/+7
* Continue where Julian left off in July 1998:phk1999-05-071-5/+5
* Add sysctl descriptions to many SYSCTL_XXXsbillf1999-05-031-2/+3
* Reviewed by: Many at differnt times in differnt parts,julian1999-03-121-12/+23
* Reviewed by: Julian Elischer <julian@whistle.com>dillon1999-02-251-7/+29
* Protect vn worklist and vn->v_{clean,dirty}blkhd at splbio().dillon1999-02-191-9/+17
* vp->v_object must be valid after normal flow of vfs_object_create()dillon1999-02-041-3/+9
* More const fixes for -Wall, -Wcast-qualdillon1999-01-291-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-2/+2
* This is a rather large commit that encompasses the new swapper,dillon1999-01-211-1/+45
* KNFize, by bde.eivind1999-01-101-2/+4
* Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT aseivind1999-01-081-30/+11
* Remove the 'waslocked' parameter to vfs_object_create().eivind1999-01-051-19/+6
* Finish staticization.eivind1999-01-051-5/+5
* Ifdefed conditionally used simplock variables.bde1999-01-021-2/+4
* Restored rev.1.31 which was clobbered by rev.1.69 (the big Lite2bde1998-12-241-2/+3
* Check return value of tsleep(). I've checked of all call points -eivind1998-12-221-4/+7
* Staticize.eivind1998-12-211-9/+9
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-2/+2
* Convert lists for bufs attached to vnodes from a LIST to a TAILQ.peter1998-10-311-51/+58
* The last argument to vm_object_page_clean() are now bit flags, rather thanpeter1998-10-311-2/+2
* Oops, rev.1.167 made the device number checking in bdevvp() too strictbde1998-10-291-3/+4
* Remove the V_SAVEMETA flag, nothing uses it any more now that msdosfs andpeter1998-10-291-18/+7
* Updated the major number check in vfs_object_create(). It's notbde1998-10-261-2/+3
* Nitpicking and dusting performed on a train. Removes trivial warningsphk1998-10-251-13/+5
* Fixed device number checking in bdevvp():bde1998-10-251-6/+10
* Backed out rev. 1.164. It caused problems on SMP.dt1998-10-141-13/+1
* Fixed two potentially serious classes of bugs:dg1998-10-131-4/+3
* UnVMIO vnodes of block devices when they are no longer in use. (Somedt1998-10-121-2/+13
* Remove the SLICE code.sos1998-09-141-3/+1
* Instantiate `nfs_mount_type' in a standard file so that it is presentbde1998-09-051-1/+2
* Oops, the previous revision unconfigured too much pre-Lite2 compatibiltybde1998-08-291-4/+4
* Don't configure compatibility code for pre-Lite2 mount() calls bybde1998-08-121-4/+4
* Initialise all the fields separately in vattr_null since on the alphadfr1998-07-121-8/+17
* Fixed printf format errors.bde1998-07-111-4/+4
* Removed unused includes.bde1998-06-211-5/+1
OpenPOWER on IntegriCloud