summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_cache.c
Commit message (Expand)AuthorAgeFilesLines
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-1/+1
* Fix some more style(9) issues.brucec2010-11-141-21/+21
* Fix style(9) issues from r215281 and r215282.brucec2010-11-141-14/+28
* Add some descriptions to sys/kern sysctls.brucec2010-11-141-23/+23
* Remove sysctl debug.ncnegfactor, it is renamed to vfs.ncnegfactor.kib2010-10-301-2/+0
* Provide vfs.ncsizefactor instead of hard-coding namecache ratio.kib2010-10-161-12/+20
* Add an extra comment to the SDT probes definition. This allows us to getrpaulo2010-08-221-16/+16
* Use ISO C99 integer types in sys/kern where possible.ed2010-06-211-2/+2
* The cache_enter(9) function shall not be called for doomed dvp.kib2010-04-201-0/+2
* Fix typo.kib2010-04-151-1/+1
* Correctly handle unlock for !MAKEENTRY case, after successfull attempt ofkib2009-08-141-1/+2
* Add explicit struct ucred * argument for VOP_VPTOCNP, to be used bykib2009-06-211-7/+9
* Unlock the cache lock before returning when we run out of buffer spacemarcus2009-06-051-1/+4
* Unbreak the build. Add missed probes.kib2009-05-311-6/+12
* Eliminate code duplication in vn_fullpath1() around the cache lookupskib2009-05-311-85/+75
* More fallout from negative dotdot caching. Negative entries shouldkan2009-04-171-8/+13
* Redo previous change using simpler patch that happens to be alsokan2009-04-141-9/+3
* Fix yet another negative dotodot entry fallout.kan2009-04-141-0/+12
* Fix v_cache_dd handling for negative entries. v_cache_dd pointer waskan2009-04-111-13/+14
* When zapping v_cache_dd for !MAKEENTRY case in cache_lookup(), we shallkib2009-04-111-0/+2
* Cache_lookup() for DOTDOT drops dvp vnode lock, allowing dvp to be reclaimed.kib2009-04-101-1/+8
* Nul-terminate strings in the VFS name cache, which negligibly changerwatson2009-04-071-10/+96
* Revert change 190655 temporarily. It breaks many setups where nullfs iskan2009-04-041-1/+1
* vn_vptocnp() unlocks the name cache and forgets to re-lock it beforepeter2009-04-021-1/+1
* Replace v_dd vnode pointer with v_cache_dd pointer to struct namecachekan2009-03-291-33/+90
* When a file lookup fails due to encountering a doomed vnode from a forcedjhb2009-03-241-3/+3
* Do not underflow the buffer and then report the problem. Check for thekib2009-03-201-6/+6
* Remove unneeded braces to reduce used vertical screen space.kib2009-03-201-2/+1
* Do not forget to adjust buflen for the first resolution of the pathkib2009-03-201-1/+2
* The nc_nlen member of the struct namecache contains the length of the cachedkib2009-03-201-1/+1
* When ktracing namei operations, log a result of the __getcwd().kib2009-03-201-0/+9
* Remove unneeded braces to reduce used vertical screen space.kib2009-03-201-4/+2
* Move the debug.hashstat sysctl tree under DIAGNOSTIC. I measured thejhb2009-03-091-0/+2
* Enable caching of negative pathname lookups in the NFS client. To avoidjhb2009-02-191-0/+18
* Convert the global mutex protecting the directory lookup name cache from ajhb2009-01-281-46/+81
* - Mark all standalone INT/LONG/QUAD sysctl's MPSAFE. This is donejhb2009-01-231-6/+8
* Add a limit on namecache entries.mckay2009-01-201-0/+6
* In r185557, the check for existing negative entry for the given namekib2008-12-301-22/+11
* Do not KASSERT when vp->v_dd is NULL. Only directories which have had ".."marcus2008-12-231-1/+1
* Keep the hold on the vnode during VOP_VPTOCNP() call, allowing the vopkib2008-12-231-1/+1
* Add a new VOP, VOP_VPTOCNP, which translates a vnode to its component namemarcus2008-12-121-24/+77
* Shared lookup makes it possible to create several negative cachekib2008-12-021-4/+11
* Move vn_fullpath1() outside of FILEDESC locking. This is being done inmarcus2008-11-251-5/+21
* Part 1 of making shared lookups more resilient with respect to forcedjhb2008-09-241-8/+18
* Sort includes.jhb2008-09-181-8/+8
* Fix a race condition with concurrent LOOKUP namecache operations for a vnodejhb2008-08-231-9/+33
* Prevent crashes due to unlocked access to hash buckets in two sysctls.alfred2008-08-161-0/+4
* Currently, BSM audit pathname token generation for chrooted or jailedcsjp2008-07-311-0/+26
* - Use LK_TYPE_MASK where needed. Actually after sys/sys/lockmgr.h:1.69 it ispjd2008-04-091-3/+5
* Add the utility function vn_commname() to retrieve the command namekib2008-03-311-0/+19
OpenPOWER on IntegriCloud