summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_subr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* oops, need sys/acct.h tooderaadt2012-07-161-1/+2
* Put acct_shutdown() proto in a better placederaadt2012-07-161-3/+1
* move the specfs code to a place people can see it; ok guenther thib krwderaadt2011-07-041-3/+2
* rename VFSDEBUG to VFLCKDEBUG;thib2011-07-021-3/+3
* Bring back the "End the VOP experiment." diff, naddy's issues wherethib2010-12-211-6/+5
* - drop NENTS(), which was yet another copy of nitems().jasper2010-12-061-4/+3
* Backout the VOP diff until the issues naddy was seeing on alpha (gcc3)thib2010-09-101-5/+6
* End the VOP experiment. Instead of the ridicolusly complicated operationthib2010-09-061-6/+5
* Nuke extra (typoed) extern declaration and a spare newline from the lastoga2010-08-121-3/+1
* Make the number of vnodes to correspond to the number of buffers inbeck2010-08-111-5/+14
* makefstype was only used in ported from freebsd filesystems. fix themtedu2010-06-291-18/+1
* Add the rtable id as an argument to rn_walktree(). Functions likeclaudio2010-06-281-3/+3
* Fix favail format string.mpf2010-05-061-2/+2
* if anyone vref()s a VNON vnode, panic. This should not happen.oga2009-12-171-1/+3
* dd 'show all bufs' to show all the buffers in the systemjasper2009-08-171-2/+3
* add a show all vnodes command, use dlg's nice pool_walk() to accomplishthib2009-08-131-3/+3
* Namecache revamp.beck2009-08-121-1/+3
* Dynamic buffer cache support - a re-commit of what was backed outbeck2009-08-021-1/+16
* backout the buf_acquire() does the bremfree() since all callersthib2009-06-251-1/+4
* Back out all the buffer cache changes I committed during c2k9. This reverts threebeck2009-06-151-16/+1
* All caller of buf_acquire were doing bremfree before the call.art2009-06-061-4/+1
* Change bufhash from the old grotty hash table to red-black trees hangingbeck2009-06-031-1/+16
* Fix typo in comment, okay jmc@.pedro2008-11-101-2/+2
* change vrele() to return an int. if it returns 0, it can gaurantee thatderaadt2008-11-011-4/+6
* re-introduce vdrop() to signal a lost intrest in a vnode;thib2008-07-051-23/+28
* A bunch of pool_get() + bzero() -> pool_get(..., .. | PR_ZERO)mk2008-06-141-3/+2
* back out stupid vnode change that was unintentionally includedbeck2008-06-131-2/+2
* Bring biomem diff back into the tree after the nfs_bio.c fix went in.deraadt2008-06-121-6/+10
* back out biomem diff since it is not right yet. Doing very largederaadt2008-06-111-10/+6
* Buffer cache revampbeck2008-06-101-6/+10
* Update access(2) to have modern semantics with respect to X_OK andmillert2008-06-091-5/+10
* remove the vfc_mountroot member from vfsconf andthib2008-05-071-2/+1
* Implement routing priorities. Every route inserted has a priority assignedclaudio2008-05-071-2/+2
* retire vfs_mountroot();thib2008-05-061-25/+1
* Wrong printf construct.miod2008-03-231-2/+2
* Widen some struct statfs fields to support large filesystem stataotto2008-03-161-5/+33
* replace calls to ltsleep with tsleepblambert2007-12-131-3/+3
* er, the newline is wrong. dissapointing.deraadt2007-11-161-2/+2
* newline before syncing disks is way prettierderaadt2007-11-151-2/+2
* MALLOC/FREE -> malloc/freechl2007-10-291-4/+4
* Allow to pull out an usb stick with ffs filesystem while mountedbluhm2007-09-151-17/+1
* Use M_ZERO in a few more places to shave bytes from the kernel.art2007-09-071-5/+3
* A few changes to deal with multi-user performance issues seen. thisbeck2007-08-071-7/+2
* decouple the allocated number of vnodes from the "desiredvnodes" variablebeck2007-06-011-3/+11
* remove some silly casts, no real changetedu2007-05-311-6/+6
* NFSv2 cannot cope with a big number of vnodes, so revert to NPROC-basedpedro2007-05-311-4/+1
* back out vfs change - todd fries has seen afs issues, and I'm suspiciousbeck2007-05-301-56/+37
* Step one of some vnode improvements - change getnewvnode tobeck2007-05-291-37/+56
* de-inline vref();thib2007-05-281-6/+4
* Dynamic buffer cache. Initial diff from mickey@, okay art@ beck@ toby@pedro2007-05-261-4/+3