summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_export.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix another vnode leak.dyson1998-01-121-2/+4
* Fix some vnode management problems, and better mgmt of vnode free list.dyson1998-01-121-8/+51
* Disable io optimizations again, minor bug found, and will be fixed indyson1998-01-071-2/+2
* Make our v_usecount vnode reference count work identically to thedyson1998-01-061-53/+113
* Add the vnode interlock back around vref.dyson1997-12-291-1/+9
* Fix the decl of vfs_ioopt, allow LFS to compile again, fix a minor problemdyson1997-12-291-1/+4
* Lots of improvements, including restructring the caching and managementdyson1997-12-291-100/+73
* Some performance improvements, and code cleanups (including changing ourdyson1997-12-191-1/+5
* Add support for poll(2) on files. vop_nopoll() now returns POLLNVALwollman1997-12-151-1/+85
* Staticized.bde1997-11-221-9/+11
* Reviewed by: various.julian1997-11-121-3/+3
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-2/+3
* VFS interior redecoration.phk1997-10-261-197/+1
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-3/+3
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-111-1/+3
* Dike out a weird warning.phk1997-10-111-1/+3
OpenPOWER on IntegriCloud