| Commit message (Expand) | Author | Age | Files | Lines |
* | When renaming a directory from one parent directory to another, | mckusick | 2013-03-20 | 1 | -0/+22 |
* | Remove the support for using non-mpsafe filesystem modules. | kib | 2012-10-22 | 1 | -37/+6 |
* | Post r230394, the Lookup RPC counts for both NFS clients increased | rmacklem | 2012-03-03 | 1 | -5/+41 |
* | o Reduce chances for integer overflow. | maxim | 2012-02-25 | 1 | -2/+2 |
* | Rename cache_lookup_times() to cache_lookup() and retire the old API and | jhb | 2012-02-06 | 1 | -12/+2 |
* | Fix remaining calls to cache_enter() in both NFS clients to provide | kib | 2012-01-25 | 1 | -9/+5 |
* | Apparently, both nfs clients do not use cache_enter_time() | kib | 2012-01-23 | 1 | -29/+23 |
* | Remove the nc_time and nc_ticks elements from struct namecache, and | kib | 2012-01-22 | 1 | -56/+131 |
* | Close a race in NFS lookup processing that could result in stale name cache | jhb | 2012-01-20 | 1 | -8/+58 |
* | Fix missing in r230129: | mm | 2012-01-15 | 1 | -1/+1 |
* | Introduce vn_path_to_global_path() | mm | 2012-01-15 | 1 | -0/+74 |
* | put sys/systm.h at its proper place or add it if missing | avg | 2011-12-12 | 1 | -1/+1 |
* | Existing VOP_VPTOCNP() interface has a fatal flow that is critical for | kib | 2011-11-19 | 1 | -17/+48 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+2 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -1/+1 |
* | Fix some more style(9) issues. | brucec | 2010-11-14 | 1 | -21/+21 |
* | Fix style(9) issues from r215281 and r215282. | brucec | 2010-11-14 | 1 | -14/+28 |
* | Add some descriptions to sys/kern sysctls. | brucec | 2010-11-14 | 1 | -23/+23 |
* | Remove sysctl debug.ncnegfactor, it is renamed to vfs.ncnegfactor. | kib | 2010-10-30 | 1 | -2/+0 |
* | Provide vfs.ncsizefactor instead of hard-coding namecache ratio. | kib | 2010-10-16 | 1 | -12/+20 |
* | Add an extra comment to the SDT probes definition. This allows us to get | rpaulo | 2010-08-22 | 1 | -16/+16 |
* | Use ISO C99 integer types in sys/kern where possible. | ed | 2010-06-21 | 1 | -2/+2 |
* | The cache_enter(9) function shall not be called for doomed dvp. | kib | 2010-04-20 | 1 | -0/+2 |
* | Fix typo. | kib | 2010-04-15 | 1 | -1/+1 |
* | Correctly handle unlock for !MAKEENTRY case, after successfull attempt of | kib | 2009-08-14 | 1 | -1/+2 |
* | Add explicit struct ucred * argument for VOP_VPTOCNP, to be used by | kib | 2009-06-21 | 1 | -7/+9 |
* | Unlock the cache lock before returning when we run out of buffer space | marcus | 2009-06-05 | 1 | -1/+4 |
* | Unbreak the build. Add missed probes. | kib | 2009-05-31 | 1 | -6/+12 |
* | Eliminate code duplication in vn_fullpath1() around the cache lookups | kib | 2009-05-31 | 1 | -85/+75 |
* | More fallout from negative dotdot caching. Negative entries should | kan | 2009-04-17 | 1 | -8/+13 |
* | Redo previous change using simpler patch that happens to be also | kan | 2009-04-14 | 1 | -9/+3 |
* | Fix yet another negative dotodot entry fallout. | kan | 2009-04-14 | 1 | -0/+12 |
* | Fix v_cache_dd handling for negative entries. v_cache_dd pointer was | kan | 2009-04-11 | 1 | -13/+14 |
* | When zapping v_cache_dd for !MAKEENTRY case in cache_lookup(), we shall | kib | 2009-04-11 | 1 | -0/+2 |
* | Cache_lookup() for DOTDOT drops dvp vnode lock, allowing dvp to be reclaimed. | kib | 2009-04-10 | 1 | -1/+8 |
* | Nul-terminate strings in the VFS name cache, which negligibly change | rwatson | 2009-04-07 | 1 | -10/+96 |
* | Revert change 190655 temporarily. It breaks many setups where nullfs is | kan | 2009-04-04 | 1 | -1/+1 |
* | vn_vptocnp() unlocks the name cache and forgets to re-lock it before | peter | 2009-04-02 | 1 | -1/+1 |
* | Replace v_dd vnode pointer with v_cache_dd pointer to struct namecache | kan | 2009-03-29 | 1 | -33/+90 |
* | When a file lookup fails due to encountering a doomed vnode from a forced | jhb | 2009-03-24 | 1 | -3/+3 |
* | Do not underflow the buffer and then report the problem. Check for the | kib | 2009-03-20 | 1 | -6/+6 |
* | Remove unneeded braces to reduce used vertical screen space. | kib | 2009-03-20 | 1 | -2/+1 |
* | Do not forget to adjust buflen for the first resolution of the path | kib | 2009-03-20 | 1 | -1/+2 |
* | The nc_nlen member of the struct namecache contains the length of the cached | kib | 2009-03-20 | 1 | -1/+1 |
* | When ktracing namei operations, log a result of the __getcwd(). | kib | 2009-03-20 | 1 | -0/+9 |
* | Remove unneeded braces to reduce used vertical screen space. | kib | 2009-03-20 | 1 | -4/+2 |
* | Move the debug.hashstat sysctl tree under DIAGNOSTIC. I measured the | jhb | 2009-03-09 | 1 | -0/+2 |
* | Enable caching of negative pathname lookups in the NFS client. To avoid | jhb | 2009-02-19 | 1 | -0/+18 |
* | Convert the global mutex protecting the directory lookup name cache from a | jhb | 2009-01-28 | 1 | -46/+81 |
* | - Mark all standalone INT/LONG/QUAD sysctl's MPSAFE. This is done | jhb | 2009-01-23 | 1 | -6/+8 |