aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vfs_export.c
Commit message (Expand)AuthorAgeFilesLines
* Reviewed by: Many at differnt times in differnt parts,Julian Elischer1999-03-121-12/+23
* Reviewed by: Julian Elischer <julian@whistle.com>Matthew Dillon1999-02-251-7/+29
* Protect vn worklist and vn->v_{clean,dirty}blkhd at splbio().Matthew Dillon1999-02-191-9/+17
* vp->v_object must be valid after normal flow of vfs_object_create()Matthew Dillon1999-02-041-3/+9
* More const fixes for -Wall, -Wcast-qualMatthew Dillon1999-01-291-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-2/+2
* This is a rather large commit that encompasses the new swapper,Matthew Dillon1999-01-211-1/+45
* KNFize, by bde.Eivind Eklund1999-01-101-2/+4
* Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT asEivind Eklund1999-01-081-30/+11
* Remove the 'waslocked' parameter to vfs_object_create().Eivind Eklund1999-01-051-19/+6
* Finish staticization.Eivind Eklund1999-01-051-5/+5
* Ifdefed conditionally used simplock variables.Bruce Evans1999-01-021-2/+4
* Restored rev.1.31 which was clobbered by rev.1.69 (the big Lite2Bruce Evans1998-12-241-2/+3
* Check return value of tsleep(). I've checked of all call points -Eivind Eklund1998-12-221-4/+7
* Staticize.Eivind Eklund1998-12-211-9/+9
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-2/+2
* Convert lists for bufs attached to vnodes from a LIST to a TAILQ.Peter Wemm1998-10-311-51/+58
* The last argument to vm_object_page_clean() are now bit flags, rather thanPeter Wemm1998-10-311-2/+2
* Oops, rev.1.167 made the device number checking in bdevvp() too strictBruce Evans1998-10-291-3/+4
* Remove the V_SAVEMETA flag, nothing uses it any more now that msdosfs andPeter Wemm1998-10-291-18/+7
* Updated the major number check in vfs_object_create(). It's notBruce Evans1998-10-261-2/+3
* Nitpicking and dusting performed on a train. Removes trivial warningsPoul-Henning Kamp1998-10-251-13/+5
* Fixed device number checking in bdevvp():Bruce Evans1998-10-251-6/+10
* Backed out rev. 1.164. It caused problems on SMP.Dmitrij Tejblum1998-10-141-13/+1
* Fixed two potentially serious classes of bugs:David Greenman1998-10-131-4/+3
* UnVMIO vnodes of block devices when they are no longer in use. (SomeDmitrij Tejblum1998-10-121-2/+13
* Remove the SLICE code.Søren Schmidt1998-09-141-3/+1
* Instantiate `nfs_mount_type' in a standard file so that it is presentBruce Evans1998-09-051-1/+2
* Oops, the previous revision unconfigured too much pre-Lite2 compatibiltyBruce Evans1998-08-291-4/+4
* Don't configure compatibility code for pre-Lite2 mount() calls byBruce Evans1998-08-121-4/+4
* Initialise all the fields separately in vattr_null since on the alphaDoug Rabson1998-07-121-8/+17
* Fixed printf format errors.Bruce Evans1998-07-111-4/+4
* Removed unused includes.Bruce Evans1998-06-211-5/+1
* Replace 'sleep()' with 'tsleep()'Julian Elischer1998-06-101-2/+4
* Submitted by: Kirk McKusick <mckusick@McKusick.COM>Julian Elischer1998-06-101-8/+18
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-1/+3
* Supply the correct process argument to dounmount when possible.Tor Egge1998-05-171-2/+6
* Add changes and code to implement a functional DEVFS.Julian Elischer1998-04-191-3/+28
* In vfs_msync(), test to see if the vnode being examined is "interesting"Peter Wemm1998-04-181-3/+10
* When the softdep conversion took place, the periodic vfs_msync() fromPeter Wemm1998-04-161-1/+2
* Unlock mountlist_slock if the mount point was busy (unmount in progress)Tor Egge1998-04-151-2/+4
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-3/+3
* Removed unused #includes.Bruce Evans1998-03-281-2/+1
* Don't depend on <sys/mount.h> including <sys/socket.h>.Bruce Evans1998-03-281-1/+2
* In kern_physio.c fix tsleep priority messup.John Dyson1998-03-191-28/+36
* Fix an embarassing problem in vtruncbuf.John Dyson1998-03-191-2/+2
* Correct a severely evil bug in the vtruncbuf code. It didn't causeJohn Dyson1998-03-171-2/+34
* Allow vfs_ioopt to be enabled with a (temporary) config option.John Dyson1998-03-161-3/+1
* Some VM improvements, including elimination of alot of Sig-11John Dyson1998-03-161-1/+88
* Disable the vfs.ioopt option for now, so that we don't get gratuitiousJohn Dyson1998-03-141-1/+3