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