summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_cache.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-1/+1
* Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isattilio2008-02-251-5/+3
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-1/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-2/+2
* Remove remaining Giant acquisition around vn_fullpath1. This was missedkris2007-11-221-2/+0
* Fix some locking cases where we ask for exclusively locked vnode, but we getpjd2007-09-211-4/+17
* We only flush entries related to the given file system. Currently there arepjd2007-06-181-3/+0
* To avoid a deadlock when handling .. directory during a lookup, we unlockpjd2007-05-251-3/+6
* We no longer need to put namecache entries onto temporary mplist.pjd2007-05-251-11/+3
* The cache_leaf_test() function seems to be unused, so remove it.pjd2007-05-251-31/+0
* - Remove redundant initialization.pjd2007-05-221-2/+1
* Replace custom file descriptor array sleep lock constructed using a mutexrwatson2007-04-041-4/+4
* Further system call comment cleanup:rwatson2007-03-051-1/+1
* Axe Giant from vn_fullpath(9). The vnode -> pathname lookup should becsjp2006-06-161-4/+0
* remove duplicate sizeof vnode entry (debug.sizeof.vnode already existed)...jmg2006-04-161-2/+2
* - Don't check v_mount for NULL to determine if a vnode has been recycled.jeff2006-02-061-1/+1
* - Fix a leaked reference to a vnode via v_dd. We rely on cache_purge() andjeff2005-06-171-1/+11
* - Clear v_dd in cache_zap() instead of cache_purge() as cache_purge() mayjeff2005-06-131-13/+3
* - Add KTR_VFS messages for various name cache related events.jeff2005-06-131-0/+9
* - Assert that we're not adding a doomed vnode to the name cache.jeff2005-06-111-0/+3
* - Change all filesystems and vfs_cache to relock the dvp once the child isjeff2005-04-131-3/+5
* Eliminate v_id and v_ddid. The name cache now holds references todas2005-03-301-36/+10
* Merge kern___cwd() and vn_fullpath(), which were virtually identical,das2005-03-301-132/+89
* - Move the logic that locks and refs the new vnode from vfs_cache_lookup()jeff2005-03-291-35/+33
* - Get rid of the old LOOKUP_SHARED code. namei() now supplies thejeff2005-03-291-30/+6
* - Invalidate the childrens v_dd pointers when we cache_purge() a directory.jeff2005-03-291-8/+15
* - Remove an unused variable.jeff2005-03-281-2/+0
* - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.jeff2005-03-281-21/+4
* - All of the bugs which lead to the complication of the LOOKUP_SHAREDjeff2005-03-241-52/+10
* Make a SYSCTL_NODE and a mutex staticphk2005-02-101-2/+2
* - Simplify the cache locking. The lock order relationship with thejeff2005-01-241-37/+33
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* - Apply a big giant lock around the namecache. This has been sitting injeff2003-10-051-27/+94
* Make the VFS cache use zones instead of malloc(9). This results in ades2003-06-131-4/+33
* Whitespace cleanup.des2003-06-111-10/+10
* Use __FBSDID().obrien2003-06-111-1/+3
OpenPOWER on IntegriCloud