aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vfs_subr.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagupstream/2.1.7_cvsrelease/2.1.7_cvscvs2svn1997-03-111-1/+1
* Brought in fix from rev 1.58: splbio() protect vnode block lists inDavid Greenman1996-08-151-1/+5
* Brought in fix from 1.37: fix for hang caused by missing vfs_unbusy().David Greenman1995-10-281-3/+7
* Brought in changes from rev 1.31: use FNONBLOCK, not IO_NDELAY inDavid Greenman1995-08-241-2/+3
* Changes to fix the following bugs:David Greenman1995-05-211-1/+29
* Increased ratio of allowed vnodes on freelist to 1/4th of the total. ThisDavid Greenman1995-05-121-3/+3
* Changed #ifdef around printlockedvnodes() from DEBUG to DDB.David Greenman1995-04-161-2/+2
* Changes from John Dyson and myself:David Greenman1995-04-091-2/+2
* Fixed vinvalbuf() to work like NFS wants it to. The previous code wouldn'tDavid Greenman1995-03-211-10/+8
* Don't gain/lose a reference to the object when yanking its pages inDavid Greenman1995-03-201-12/+5
* Don't attempt to sync pages in the V_SAVE case of vinvalbuf; doing so canDavid Greenman1995-03-201-14/+17
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-3/+1
* Added a comment.David Greenman1995-03-111-1/+5
* Reorganized an if() expression for efficiency.David Greenman1995-03-101-3/+3
* Clean up and improve the namecache.Poul-Henning Kamp1995-03-091-11/+24
* Put VAGE vnodes at the head of the free list.David Greenman1995-03-071-5/+8
* Backed out previous change. I forgot (for about the fourth time) thatDavid Greenman1995-02-271-3/+2
* Initialize v_rdev in getnewvnode() - it appears that some filesystemsDavid Greenman1995-02-271-2/+3
* vfs_cluster.c:David Greenman1995-02-221-2/+2
* Fixed some formatting weirdness that I overlooked in the previous commit.David Greenman1995-01-101-5/+5
* These changes embody the support of the fully coherent merged VM buffer cache,David Greenman1995-01-091-158/+209
* Protect vnode buffer chain manipulation with splbio to prevent listDavid Greenman1994-12-231-1/+8
* Use tsleep() rather than sleep so that 'ps' is more informative aboutDavid Greenman1994-10-061-6/+6
* Stuff object into v_vmdata rather than pager. Not important which atDavid Greenman1994-10-051-2/+5
* All of this is cosmetic. prototypes, #includes, printfs and so on. MakesPoul-Henning Kamp1994-10-021-1/+4
* While in the real world, I had a bad case of being swapped out for a lot ofPoul-Henning Kamp1994-09-251-13/+12
* "bogus" fixes from 1.1.5 to work around some cache coherency problems.David Greenman1994-08-291-3/+19
* Initialized v_writecount.David Greenman1994-08-241-2/+3
* print "BUSY" instead of error number if filesystem was busy duringDavid Greenman1994-08-221-5/+13
* Implemented filesystem clean bit via:David Greenman1994-08-201-1/+65
* Fix up some sloppy coding practices:Garrett Wollman1994-08-181-2/+1
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-9/+38
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+1322