Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-3] src/sys/ufs/lfs
Module Name: src
Committed By: riz
Date: Sat May 20 22:38:57 UTC 2006
Modified Files:
src/sys/ufs/lfs [netbsd-3]: lfs.h lfs_alloc.c lfs_extern.h lfs_inode.c
lfs_segment.c lfs_vfsops.c lfs_vnops.c
Log Message:
Pull up following revision(s) (requested by perseant in ticket #1327):
sys/ufs/lfs/lfs.h: revision 1.104
sys/ufs/lfs/lfs_vfsops.c: revision 1.206
sys/ufs/lfs/lfs_vnops.c: revision 1.170
sys/ufs/lfs/lfs_extern.h: revision 1.80
sys/ufs/lfs/lfs_segment.c: revision 1.176
sys/ufs/lfs/lfs_inode.c: revision 1.103 via patch
sys/ufs/lfs/lfs_alloc.c: revision 1.90
Postpone the segment accounting changes coming from truncation until the
inode that makes those changes valid is either written to disk by
lfs_writeinode() or discarded by lfs_vfree().
A couple of locking fixes are also included as well.
To generate a diff of this commit:
cvs rdiff -r1.77.2.14 -r1.77.2.15 src/sys/ufs/lfs/lfs.h
cvs rdiff -r1.76.2.7 -r1.76.2.8 src/sys/ufs/lfs/lfs_alloc.c
cvs rdiff -r1.64.2.6 -r1.64.2.7 src/sys/ufs/lfs/lfs_extern.h
cvs rdiff -r1.90.2.4 -r1.90.2.5 src/sys/ufs/lfs/lfs_inode.c
cvs rdiff -r1.158.2.9 -r1.158.2.10 src/sys/ufs/lfs/lfs_segment.c
cvs rdiff -r1.167.2.18 -r1.167.2.19 src/sys/ufs/lfs/lfs_vfsops.c
cvs rdiff -r1.137.2.18 -r1.137.2.19 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