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:   reinoud
Date:           Sat Sep 27 13:01:07 UTC 2008

Modified Files:
        src/sys/conf: files
        src/sys/kern: vfs_init.c
Added Files:
        src/sys/kern: vfs_dirhash.c
        src/sys/sys: dirhash.h

Log Message:
Add generic FS agnostic directory hashing support. Currently only in use by
UDF. Future users could be msdosfs, ufs, nilfs2 (when ready), cd9660 etc.

Note that its not the same as UFS's DIRHASH support; UFS would need a good
cleanup/splitout of directory operations to adopt to this new directory
hashing support since most directory operations are interweaved with the
vnops itself. This is a TODO.


To generate a diff of this commit:
cvs rdiff -r1.918 -r1.919 src/sys/conf/files
cvs rdiff -r0 -r1.1 src/sys/kern/vfs_dirhash.c
cvs rdiff -r1.40 -r1.41 src/sys/kern/vfs_init.c
cvs rdiff -r0 -r1.1 src/sys/sys/dirhash.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