| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -1/+1 |
* | This patch adds the "LOCKSHARED" option to namei which causes it to only acqu... | Jeff Roberson | 2002-03-12 | 1 | -0/+63 |
* | Document all functions, global and static variables, and sysctls. | Eivind Eklund | 2002-03-05 | 1 | -4/+17 |
* | Remove cache_purgeleafdirs(), it has been #if 0 for quite some time. | Poul-Henning Kamp | 2002-02-17 | 1 | -60/+0 |
* | Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution. | Alfred Perlstein | 2002-01-13 | 1 | -0/+1 |
* | SMP Lock struct file, filedesc and the global file list. | Alfred Perlstein | 2002-01-13 | 1 | -0/+17 |
* | Convert textvp_fullpath() into the more generic vn_fullpath() which takes a | Dag-Erling Smørgrav | 2001-10-21 | 1 | -9/+9 |
* | After extensive testing it has been determined that adding complexity | Matthew Dillon | 2001-10-01 | 1 | -0/+31 |
* | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -12/+12 |
* | Fix a memory leak in __getcwd() that can occur after a filesystem | Ian Dowse | 2001-09-04 | 1 | -1/+3 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -0/+1 |
* | Revert consequences of changes to mount.h, part 2. | Greg Lehey | 2001-04-29 | 1 | -2/+0 |
* | Correct #includes to work with fixed sys/mount.h. | Greg Lehey | 2001-04-23 | 1 | -0/+2 |
* | Reclaim directory vnodes held in namecache if few free vnodes are | Seigo Tanimura | 2001-04-18 | 1 | -2/+66 |
* | Create debug.hashstat.[raw]nchash and debug.hashstat.[raw]nfsnode to | Peter Wemm | 2001-04-11 | 1 | -0/+80 |
* | Use the same API as the example code. | Peter Wemm | 2001-03-20 | 1 | -6/+8 |
* | Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash). | Peter Wemm | 2001-03-17 | 1 | -13/+6 |
* | Staticize some malloc M_ instances. | Poul-Henning Kamp | 2000-12-08 | 1 | -1/+1 |
* | Untangle vfsinit() a bit. Use seperate sysinit functions rather than | Peter Wemm | 2000-12-06 | 1 | -3/+5 |
* | o Export nchstats ("VFS cache effectiveness statistics") using | Robert Watson | 2000-11-20 | 1 | -0/+4 |