| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |