Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: hannken
Date: Sun Aug 10 08:53:22 UTC 2014
Modified Files:
src/sys/fs/hfs: files.hfs hfs.h hfs_vfsops.c hfs_vnops.c
src/sys/modules/hfs: Makefile
src/sys/rump/fs/lib/libhfs: Makefile
Removed Files:
src/sys/fs/hfs: hfs_nhash.c
Log Message:
Change hfs from hashlist to vcache.
- use (cnid, fork) as key.
- use pool for hfs nodes.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/fs/hfs/files.hfs
cvs rdiff -u -r1.8 -r1.9 src/sys/fs/hfs/hfs.h
cvs rdiff -u -r1.13 -r0 src/sys/fs/hfs/hfs_nhash.c
cvs rdiff -u -r1.31 -r1.32 src/sys/fs/hfs/hfs_vfsops.c
cvs rdiff -u -r1.30 -r1.31 src/sys/fs/hfs/hfs_vnops.c
cvs rdiff -u -r1.1 -r1.2 src/sys/modules/hfs/Makefile
cvs rdiff -u -r1.3 -r1.4 src/sys/rump/fs/lib/libhfs/Makefile
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