summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_subr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't misuse vnode interlocks in routines that can be called from interrupts.tegge1998-03-141-5/+7
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-081-12/+358
* This mega-commit is meant to fix numerous interrelated problems. Theredyson1998-03-071-3/+3
* Change vfs.ioopt default back to '0'.dyson1998-03-011-2/+2
* 1) Use a more consistent page wait methodology.dyson1998-03-011-2/+2
* Clean-up the vget mechanism by permanently attaching VM objects todyson1998-02-231-25/+33
* Fixed vnode interlock handling.kato1998-02-101-3/+13
* Staticize.eivind1998-02-091-3/+3
* When the vp is lcoked, vget() calls vfs_object_create() withkato1998-02-071-2/+3
* Back out DIAGNOSTIC changes.eivind1998-02-061-2/+1
* 1) Start using a cleaner and more consistant page allocator insteaddyson1998-02-051-5/+6
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+2
* Update freevnodes when adding a vnode to the head of the free list.tegge1998-01-311-2/+4
* Add better support for larger I/O clusters, including larger physicaldyson1998-01-241-1/+2
* VM level code cleanups.dyson1998-01-221-3/+7
* Tie up some loose ends in vnode/object management. Remove an unneededdyson1998-01-171-12/+23
OpenPOWER on IntegriCloud