summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_subr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace 'sleep()' with 'tsleep()'julian1998-06-101-2/+4
* Submitted by: Kirk McKusick <mckusick@McKusick.COM>julian1998-06-101-8/+18
* This commit fixes various 64bit portability problems required fordfr1998-06-071-1/+3
* Supply the correct process argument to dounmount when possible.tegge1998-05-171-2/+6
* Add changes and code to implement a functional DEVFS.julian1998-04-191-3/+28
* In vfs_msync(), test to see if the vnode being examined is "interesting"peter1998-04-181-3/+10
* When the softdep conversion took place, the periodic vfs_msync() frompeter1998-04-161-1/+2
* Unlock mountlist_slock if the mount point was busy (unmount in progress)tegge1998-04-151-2/+4
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-3/+3
* Removed unused #includes.bde1998-03-281-2/+1
* Don't depend on <sys/mount.h> including <sys/socket.h>.bde1998-03-281-1/+2
* In kern_physio.c fix tsleep priority messup.dyson1998-03-191-28/+36
* Fix an embarassing problem in vtruncbuf.dyson1998-03-191-2/+2
* Correct a severely evil bug in the vtruncbuf code. It didn't causedyson1998-03-171-2/+34
* Allow vfs_ioopt to be enabled with a (temporary) config option.dyson1998-03-161-3/+1
* Some VM improvements, including elimination of alot of Sig-11dyson1998-03-161-1/+88
* Disable the vfs.ioopt option for now, so that we don't get gratuitiousdyson1998-03-141-1/+3
OpenPOWER on IntegriCloud