Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/ufs/lfs
Module Name: src
Committed By: perseant
Date: Thu Apr 14 00:44:17 UTC 2005
Modified Files:
src/sys/ufs/lfs: lfs.h lfs_alloc.c lfs_balloc.c lfs_extern.h
lfs_vfsops.c lfs_vnops.c
Log Message:
Consolidate the hash table we use to maintain the integrity of lfs_avail
into a single, system-wide table, rather than having a separate hash table
per inode. Significantly reduces the "system" cpu usage of your average
file write.
To generate a diff of this commit:
cvs rdiff -r1.79 -r1.80 src/sys/ufs/lfs/lfs.h src/sys/ufs/lfs/lfs_alloc.c
cvs rdiff -r1.52 -r1.53 src/sys/ufs/lfs/lfs_balloc.c
cvs rdiff -r1.64 -r1.65 src/sys/ufs/lfs/lfs_extern.h
cvs rdiff -r1.172 -r1.173 src/sys/ufs/lfs/lfs_vfsops.c
cvs rdiff -r1.141 -r1.142 src/sys/ufs/lfs/lfs_vnops.c
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