index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
vfs_hash.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add exported vfs_hash_index() function, which calculates the canonical
kib
2013-01-14
1
-0
/
+7
*
Rename vfs_hash_index() to vfs_hash_bucket().
kib
2013-01-14
1
-6
/
+6
*
In keeping with style(9)'s recommendations on macros, use a ';'
rwatson
2008-03-16
1
-1
/
+1
*
Make insmntque() externally visibile and allow it to fail (e.g. during
tegge
2007-03-13
1
-1
/
+0
*
In vfs_hash_get(): mount point should never be changed
delphij
2006-04-18
1
-2
/
+2
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
1
-1
/
+1
*
Don't retry when vget() returns ENOENT in the nonblocking case due to the
tegge
2005-09-12
1
-2
/
+2
*
Fix bug in vfs_hash_rehash(): use correct bucket. This only affected
phk
2005-04-07
1
-1
/
+1
*
- Grab the lock type that the caller requests in vfs_hash_insert().
jeff
2005-03-24
1
-1
/
+1
*
Fix a bad copy&paste mistake I made.
phk
2005-03-18
1
-1
/
+1
*
Add two arguments to the vfs_hash() KPI so that filesystems which do
phk
2005-03-16
1
-2
/
+6
*
Add mnt_hashseed to struct mount and initialize it witn PRNG bits, use
phk
2005-03-16
1
-15
/
+17
*
Improve the vfs_hash() API: vput() the unneeded vnode centrally to
phk
2005-03-15
1
-4
/
+4
*
Simplify the vfs_hash calling convention.
phk
2005-03-15
1
-1
/
+2
*
Cleanup accidentally include #if 0 section.
phk
2005-03-14
1
-35
/
+0
*
Currently (almost) all filesystems maintain a local inode hash table
phk
2005-03-14
1
-0
/
+184