| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | This patch adds the "LOCKSHARED" option to namei which causes it to only acqu... | jeff | 2002-03-12 | 1 | -0/+63 |
* | Document all functions, global and static variables, and sysctls. | eivind | 2002-03-05 | 1 | -4/+17 |
* | Remove cache_purgeleafdirs(), it has been #if 0 for quite some time. | phk | 2002-02-17 | 1 | -60/+0 |
* | Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution. | alfred | 2002-01-13 | 1 | -0/+1 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 1 | -0/+17 |
* | Convert textvp_fullpath() into the more generic vn_fullpath() which takes a | des | 2001-10-21 | 1 | -9/+9 |
* | After extensive testing it has been determined that adding complexity | dillon | 2001-10-01 | 1 | -0/+31 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -12/+12 |
* | Fix a memory leak in __getcwd() that can occur after a filesystem | iedowse | 2001-09-04 | 1 | -1/+3 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -0/+1 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 1 | -2/+0 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 1 | -0/+2 |
* | Reclaim directory vnodes held in namecache if few free vnodes are | tanimura | 2001-04-18 | 1 | -2/+66 |
* | Create debug.hashstat.[raw]nchash and debug.hashstat.[raw]nfsnode to | peter | 2001-04-11 | 1 | -0/+80 |
* | Use the same API as the example code. | peter | 2001-03-20 | 1 | -6/+8 |
* | Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash). | peter | 2001-03-17 | 1 | -13/+6 |
* | Staticize some malloc M_ instances. | phk | 2000-12-08 | 1 | -1/+1 |
* | Untangle vfsinit() a bit. Use seperate sysinit functions rather than | peter | 2000-12-06 | 1 | -3/+5 |
* | o Export nchstats ("VFS cache effectiveness statistics") using | rwatson | 2000-11-20 | 1 | -0/+4 |
* | Add new flag PDIRUNLOCK to the component.cn_flags which should be set by | bp | 2000-09-17 | 1 | -7/+18 |
* | Change variable naming to be consistent with the rest of VFS code. | bp | 2000-09-10 | 1 | -25/+23 |
* | Support for unsigned integer and long sysctl variables. Update the | jhb | 2000-07-05 | 1 | -9/+6 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -5/+5 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -5/+5 |
* | Move procfs_fullpath() to vfs_cache.c, with a rename to textvp_fullpath(). | green | 2000-04-26 | 1 | -0/+110 |
* | Move the declaration of "struct namecache" to vnode.h, as it can be useful | green | 2000-04-22 | 1 | -16/+0 |
* | Avoid a panic in __getcwd(2) when combined with umount -f. | peter | 2000-02-14 | 1 | -0/+2 |
* | Before we start to mess with the VFS name-cache clean things up a little bit: | phk | 1999-10-03 | 1 | -13/+142 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Fix a braino in the v_id wraparound code. Give more (current) details | phk | 1999-04-24 | 1 | -9/+17 |
* | Don't use CTL_VFS at the wrong level. This caused loops in the sysctl | bde | 1998-09-09 | 1 | -3/+2 |
* | Removed some bogus casts. | bde | 1997-12-19 | 1 | -3/+3 |
* | Remove a bunch of variables which were unused both in GENERIC and LINT. | phk | 1997-11-07 | 1 | -5/+2 |
* | VFS mega cleanup commit (x/N) | phk | 1997-10-16 | 1 | -3/+2 |
* | vnops megacommit | phk | 1997-10-15 | 1 | -3/+2 |
* | Add one more counter so we can truly find out how good our name cache | phk | 1997-09-24 | 1 | -2/+7 |
* | A couple of handles to tweak, more statistics. | phk | 1997-09-24 | 1 | -1/+31 |
* | Revert to the previous hashing, double the hashtable size instead. | phk | 1997-09-04 | 1 | -4/+7 |
* | Use 2^N hash sizes rather than primesize, this replaces a division | phk | 1997-09-03 | 1 | -12/+10 |
* | Removed unused #includes. | bde | 1997-09-02 | 1 | -3/+1 |
* | Change the 0xdeadb hack to a flag called VDOOMED. | phk | 1997-08-31 | 1 | -7/+8 |
* | Uncut&paste cache_lookup(). | phk | 1997-08-26 | 1 | -1/+84 |