summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_subr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* I lost a bit of my change in the last commit, this is more like it.phk1997-09-261-2/+5
* Reduce the target number of vnodes on the freelist from desiredvnodesphk1997-09-251-2/+2
* A couple of handles to tweak, more statistics.phk1997-09-241-4/+8
* Fixed gratuitous ANSIisms.bde1997-09-161-8/+16
* Provide a 'return true' poll vnode op rather than duplicating thepeter1997-09-141-1/+21
* print correct function name in a panic (vop_nolock -> vop_sharedlock)peter1997-09-131-2/+2
* Removed yet more vestiges of config-time swap configuration and/orbde1997-09-071-3/+2
* Removed vestiges of config-time "argument processing" configuration.bde1997-09-071-2/+2
* Hmm, this is hopefully better.phk1997-09-031-7/+3
* Revert the v_usecount handling in relation to VOP_INACTIVE.phk1997-09-031-7/+2
* Removed unused #includes.bde1997-09-021-9/+1
* Change the 0xdeadb hack to a flag called VDOOMED.phk1997-08-311-55/+66
* Restored rev.1.92 which was clobbered by the previous commit.bde1997-08-261-1/+3
* Back out some incorrect changes that was worse than the original bug.dyson1997-08-261-21/+16
* This is a trial improvement for the vnode reference count while on the vnodedyson1997-08-221-16/+19
* #include <machine/limits.h> explicitly in the few places that it is required.bde1997-08-211-1/+3
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-3/+3
* Fix a problem with the vfs vnode caching that it doesn't grow quicklydyson1997-08-041-16/+21
* Merge WebNFS support from NetBSDdfr1997-07-171-1/+93
* Remove a window during running down a file vnode. Also, the OBJ_DEADdyson1997-06-221-15/+24
* Disabled the kern.vnode sysctl variable. It's causing system crashes ondg1997-06-101-1/+8
* Fix a race condition that did, after all, exist.phk1997-05-061-3/+5
* 1. Add a {pointer, v_id} pair to the vnode to store the reference to thephk1997-05-041-44/+52
* Staticize an unnecessarily global function: vputrele.dyson1997-04-301-3/+3
* copyin the export network mask to the correct variable.peter1997-04-251-2/+2
* Add a function vop_sharedlock which a copy of vop_nolock without thedfr1997-04-041-2/+73
* Use OID_AUTO instead of magic number for the Lite2 sysctl debug.busyprt.bde1997-04-011-5/+4
OpenPOWER on IntegriCloud