summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_cache.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r281829 (by trasz@):dchagin2017-07-151-4/+6
* MFC r293295:mjg2017-07-061-38/+17
* MFC r292384:bdrewery2016-06-271-2/+0
* MFC r298819:bdrewery2016-06-271-2/+2
* MFC r288336: save some bytes by using more concise SDT_PROBE<n>avg2015-10-231-45/+40
* Fix build with options DIAGNOSTIC.pho2015-10-161-3/+1
* MFC of 281677:mckusick2015-09-221-12/+54
* MFC r276564, r276654:dchagin2015-01-111-9/+1
* MFC r263710, r273377, r273378, r273423 and r273455:hselasky2014-10-271-1/+1
* MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2014-01-171-15/+15
* MFC r259953:kib2014-01-031-4/+10
* namecache sdt: freebsd doesn't support structured characters yetavg2013-07-091-2/+2
* When renaming a directory from one parent directory to another,mckusick2013-03-201-0/+22
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-37/+6
* Post r230394, the Lookup RPC counts for both NFS clients increasedrmacklem2012-03-031-5/+41
* o Reduce chances for integer overflow.maxim2012-02-251-2/+2
* Rename cache_lookup_times() to cache_lookup() and retire the old API andjhb2012-02-061-12/+2
* Fix remaining calls to cache_enter() in both NFS clients to providekib2012-01-251-9/+5
* Apparently, both nfs clients do not use cache_enter_time()kib2012-01-231-29/+23
* Remove the nc_time and nc_ticks elements from struct namecache, andkib2012-01-221-56/+131
* Close a race in NFS lookup processing that could result in stale name cachejhb2012-01-201-8/+58
* Fix missing in r230129:mm2012-01-151-1/+1
* Introduce vn_path_to_global_path()mm2012-01-151-0/+74
* put sys/systm.h at its proper place or add it if missingavg2011-12-121-1/+1
* Existing VOP_VPTOCNP() interface has a fatal flow that is critical forkib2011-11-191-17/+48
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+2
* 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
OpenPOWER on IntegriCloud