Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [ad-namecache] src/sys
Module Name: src
Committed By: ad
Date: Wed Jan 8 11:02:16 UTC 2020
Modified Files:
src/sys/kern [ad-namecache]: init_sysctl.c vfs_cache.c vfs_vnode.c
src/sys/sys [ad-namecache]: namei.src vnode_impl.h
Log Message:
Redo the namecache to focus on per-directory data structures, removing the
huge hashtable and nasty locking scheme.
Initially this uses rbtrees (because that's what's there). The intent is
experiment with other data structures.
To generate a diff of this commit:
cvs rdiff -u -r1.223 -r1.223.2.1 src/sys/kern/init_sysctl.c
cvs rdiff -u -r1.126 -r1.126.2.1 src/sys/kern/vfs_cache.c
cvs rdiff -u -r1.105 -r1.105.2.1 src/sys/kern/vfs_vnode.c
cvs rdiff -u -r1.47 -r1.47.2.1 src/sys/sys/namei.src
cvs rdiff -u -r1.19 -r1.19.2.1 src/sys/sys/vnode_impl.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index