| Commit message (Expand) | Author | Age | Files | Lines |
* | Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it is | attilio | 2008-02-25 | 1 | -5/+3 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -1/+1 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 1 | -2/+2 |
* | Remove remaining Giant acquisition around vn_fullpath1. This was missed | kris | 2007-11-22 | 1 | -2/+0 |
* | Fix some locking cases where we ask for exclusively locked vnode, but we get | pjd | 2007-09-21 | 1 | -4/+17 |
* | We only flush entries related to the given file system. Currently there are | pjd | 2007-06-18 | 1 | -3/+0 |
* | To avoid a deadlock when handling .. directory during a lookup, we unlock | pjd | 2007-05-25 | 1 | -3/+6 |
* | We no longer need to put namecache entries onto temporary mplist. | pjd | 2007-05-25 | 1 | -11/+3 |
* | The cache_leaf_test() function seems to be unused, so remove it. | pjd | 2007-05-25 | 1 | -31/+0 |
* | - Remove redundant initialization. | pjd | 2007-05-22 | 1 | -2/+1 |
* | Replace custom file descriptor array sleep lock constructed using a mutex | rwatson | 2007-04-04 | 1 | -4/+4 |
* | Further system call comment cleanup: | rwatson | 2007-03-05 | 1 | -1/+1 |
* | Axe Giant from vn_fullpath(9). The vnode -> pathname lookup should be | csjp | 2006-06-16 | 1 | -4/+0 |
* | remove duplicate sizeof vnode entry (debug.sizeof.vnode already existed)... | jmg | 2006-04-16 | 1 | -2/+2 |
* | - Don't check v_mount for NULL to determine if a vnode has been recycled. | jeff | 2006-02-06 | 1 | -1/+1 |
* | - Fix a leaked reference to a vnode via v_dd. We rely on cache_purge() and | jeff | 2005-06-17 | 1 | -1/+11 |
* | - Clear v_dd in cache_zap() instead of cache_purge() as cache_purge() may | jeff | 2005-06-13 | 1 | -13/+3 |
* | - Add KTR_VFS messages for various name cache related events. | jeff | 2005-06-13 | 1 | -0/+9 |
* | - Assert that we're not adding a doomed vnode to the name cache. | jeff | 2005-06-11 | 1 | -0/+3 |
* | - Change all filesystems and vfs_cache to relock the dvp once the child is | jeff | 2005-04-13 | 1 | -3/+5 |
* | Eliminate v_id and v_ddid. The name cache now holds references to | das | 2005-03-30 | 1 | -36/+10 |
* | Merge kern___cwd() and vn_fullpath(), which were virtually identical, | das | 2005-03-30 | 1 | -132/+89 |
* | - Move the logic that locks and refs the new vnode from vfs_cache_lookup() | jeff | 2005-03-29 | 1 | -35/+33 |
* | - Get rid of the old LOOKUP_SHARED code. namei() now supplies the | jeff | 2005-03-29 | 1 | -30/+6 |
* | - Invalidate the childrens v_dd pointers when we cache_purge() a directory. | jeff | 2005-03-29 | 1 | -8/+15 |
* | - Remove an unused variable. | jeff | 2005-03-28 | 1 | -2/+0 |
* | - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us. | jeff | 2005-03-28 | 1 | -21/+4 |
* | - All of the bugs which lead to the complication of the LOOKUP_SHARED | jeff | 2005-03-24 | 1 | -52/+10 |
* | Make a SYSCTL_NODE and a mutex static | phk | 2005-02-10 | 1 | -2/+2 |
* | - Simplify the cache locking. The lock order relationship with the | jeff | 2005-01-24 | 1 | -37/+33 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 1 | -4/+0 |
* | - Apply a big giant lock around the namecache. This has been sitting in | jeff | 2003-10-05 | 1 | -27/+94 |
* | Make the VFS cache use zones instead of malloc(9). This results in a | des | 2003-06-13 | 1 | -4/+33 |
* | Whitespace cleanup. | des | 2003-06-11 | 1 | -10/+10 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+3 |
* | Backout the getcwd changes, a more comprehensive effort will be needed. | phk | 2003-03-20 | 1 | -375/+3 |
* | (This commit certainly increases the need for a wash&clean of vfs_cache.c, | phk | 2003-03-17 | 1 | -3/+375 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -3/+3 |
* | - Update a couple of comments to make sense with what today's code is | arr | 2003-02-15 | 1 | -6/+12 |
* | - Remove old comment for PURGE() as it no longer exists and implied it | arr | 2003-02-15 | 1 | -2/+4 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -3/+3 |
* | Split up __getcwd so that kernel callers of the internal version | iedowse | 2002-09-02 | 1 | -18/+30 |
* | - Move a VOP assert to the right place. | jeff | 2002-08-05 | 1 | -1/+1 |
* | - Replace v_flag with v_iflag and v_vflag | jeff | 2002-08-04 | 1 | -2/+4 |
* | nuke caddr_t. | alfred | 2002-06-28 | 1 | -5/+5 |
* | Disable the shared locking namei() code for now. It breaks several stacking | jeff | 2002-05-14 | 1 | -4/+4 |
* | Turn #ifdef LOOKUP_SHARED into #ifndef LOOKUP_EXCLUSIVE to enable this | jeff | 2002-04-09 | 1 | -4/+4 |
* | Remove a comment which relates to the old name cache code, which | dwmalone | 2002-04-07 | 1 | -4/+0 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -1/+1 |