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