| Commit message (Expand) | Author | Age | Files | Lines |
* | Sync VFS documentation with reality |  kn | 2018-06-04 | 1 | -4/+2 |
* | Drop unnecessary `p' parameter from vget(9). |  visa | 2018-05-27 | 1 | -4/+3 |
* | Remove proc from the parameters of vn_lock(). The parameter is |  visa | 2018-05-02 | 1 | -3/+3 |
* | Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always |  visa | 2018-04-28 | 1 | -3/+3 |
* | Use TAILQ_FOREACH_SAFE in cache_purgevfs(). Fix whitespaces. |  bluhm | 2017-02-09 | 1 | -11/+7 |
* | move the namecache_rb_tree from RB macros to RBT functions. |  dlg | 2016-09-16 | 1 | -10/+17 |
* | all pools have their ipl set via pool_setipl, so fold it into pool_init. |  dlg | 2016-09-15 | 1 | -3/+2 |
* | pool_setipl |  dlg | 2016-08-25 | 1 | -1/+2 |
* | Remove the unused flags argument from VOP_UNLOCK(). |  natano | 2016-03-19 | 1 | -3/+3 |
* | Sync no-argument function declaration and definition by adding (void). |  naddy | 2016-03-07 | 1 | -2/+2 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | revert back to initial vnodes again so we can be sure nfs likes it |  tedu | 2015-01-28 | 1 | -2/+2 |
* | increase namecache to maxvnodes again now that the n^2 loop is no more. |  tedu | 2015-01-16 | 1 | -2/+2 |
* | increasing the size of the namecache suddenly made the comment |  tedu | 2015-01-16 | 1 | -11/+3 |
* | revert the namecache embiggening since it seems to cause hangs at reboot. |  tedu | 2015-01-12 | 1 | -2/+2 |
* | rename desiredvnodes to initialvnodes. less of a lie. ok beck deraadt |  tedu | 2015-01-09 | 1 | -2/+2 |
* | increase namecache size to follow maxvnodes. seems better than desiredvnodes. |  tedu | 2015-01-08 | 1 | -2/+2 |
* | start retiring the nointr allocator. specify PR_WAITOK as a flag as a |  tedu | 2014-12-19 | 1 | -3/+3 |
* | primary change: move uvm_vnode out of vnode, keeping only a pointer. |  tedu | 2014-12-16 | 1 | -1/+2 |
* | convert bcopy to memcpy. ok millert |  tedu | 2014-12-10 | 1 | -2/+2 |
* | Replace all queue *_END macro calls except CIRCLEQ_END with NULL. |  doug | 2014-09-13 | 1 | -5/+3 |
* | Assert that we never have destinations cached for a non-VDIR vnode. |  jsing | 2013-11-27 | 1 | -1/+4 |
* | rename NCHNAMLEN to NAMECACHE_MAXLEN. easier to read, easier to type. |  tedu | 2013-03-27 | 1 | -4/+4 |
* | Fix use after free in cache_lookup() - found by Pedro |  beck | 2012-01-04 | 1 | -8/+9 |
* | clean up a few things that where left to rot after bob's vfs cache work. |  thib | 2010-05-19 | 1 | -24/+11 |
* | garbage collect the nchash variable that used to store the |  thib | 2009-08-24 | 1 | -2/+1 |
* | Namecache revamp. |  beck | 2009-08-12 | 1 | -147/+179 |
* | Remove the VREF() macro and replaces all instances with a call to verf(), |  thib | 2009-07-09 | 1 | -2/+2 |
* | another oops. |  tedu | 2008-10-24 | 1 | -10/+8 |
* | a better fix for the "uvm_km thread runs out of memory" problem. |  tedu | 2008-10-23 | 1 | -8/+10 |
* | The optimization done in 1.19 (and repaired in 1.20) results in |  deraadt | 2008-10-20 | 1 | -9/+14 |
* | Add a PR_ZERO flag for pools, to compliment the M_ZERO |  thib | 2008-05-06 | 1 | -3/+2 |
* | english, okay jmc@ |  pedro | 2007-06-21 | 1 | -5/+4 |
* | back out vfs change - todd fries has seen afs issues, and I'm suspicious |  beck | 2007-05-30 | 1 | -87/+50 |
* | missing couple of #ifdef DIAGNOSTIC and style nits from art@ |  beck | 2007-05-29 | 1 | -6/+7 |
* | Step one of some vnode improvements - change getnewvnode to |  beck | 2007-05-29 | 1 | -47/+83 |
* | Fix freeing of namecache entries in cache_purgevfs(), okay miod@ art@ |  pedro | 2007-04-19 | 1 | -6/+7 |
* | After we bumped the maximal number of vnodes by quite a bit we became |  art | 2007-04-19 | 1 | -14/+8 |
* | Make sure cache_revlookup() doesn't return invalid cache entries. |  pedro | 2006-01-21 | 1 | -2/+2 |
* | Remove remaining whiteout tentacles; OK deraadt@ miod@ weingart@ |  millert | 2005-06-18 | 1 | -12/+1 |
* | fix one missed case for removing reverse name cache entries. |  marius | 2005-05-28 | 1 | -1/+5 |
* | styling nits, ok marius@ |  pedro | 2005-05-26 | 1 | -10/+10 |
* | add a reverse name mapping into the namecache. (vnode->name) |  marius | 2005-05-26 | 1 | -23/+126 |
* | Fix handling of names bigger than NCHNAMLEN in cache_enter(), okay tedu@ |  pedro | 2005-03-04 | 1 | -6/+3 |
* | Use list and queue macros where applicable to make the code easier to read; |  miod | 2004-12-26 | 1 | -6/+7 |
* | cacheing -> caching |  pedro | 2004-10-04 | 1 | -3/+3 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | set *vpp to NULL on entry. this provides a good example for other fs. |  tedu | 2003-02-25 | 1 | -6/+3 |
* | File system locking fixups, mostly from NetBSD: |  art | 2003-01-31 | 1 | -21/+102 |
* | Change all variables definitions (int foo) in sys/sys/*.h to variable |  miod | 2002-07-03 | 1 | -1/+3 |