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: Sat Apr 8 00:16:56 UTC 2006
Modified Files:
src/sys/ufs/lfs: lfs.h lfs_alloc.c lfs_extern.h lfs_vfsops.c
Log Message:
Keep the free list ordered. This solves a problem first pointed out to me
by Michel Oey, in which an aged LFS writes up to an extra Ifile block for
every file created; and paves the way for the truncation of the Ifile when
many files are deleted.
To generate a diff of this commit:
cvs rdiff -r1.98 -r1.99 src/sys/ufs/lfs/lfs.h
cvs rdiff -r1.86 -r1.87 src/sys/ufs/lfs/lfs_alloc.c
cvs rdiff -r1.76 -r1.77 src/sys/ufs/lfs/lfs_extern.h
cvs rdiff -r1.198 -r1.199 src/sys/ufs/lfs/lfs_vfsops.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