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:           Fri Dec  5 20:49:17 UTC 2025

Modified Files:
        src/sys/ufs/lfs: lfs.h lfs_alloc.c lfs_extern.h lfs_inode.c lfs_inode.h
            lfs_segment.c lfs_vfsops.c lfs_vnops.c

Log Message:
Track individual inodes between the time that their accounting is
subtracted from one segment before it is added to the new segment.
Counting duplicates is not sufficient.  Addresses a "negative bytes"
panic.


To generate a diff of this commit:
cvs rdiff -u -r1.215 -r1.216 src/sys/ufs/lfs/lfs.h
cvs rdiff -u -r1.149 -r1.150 src/sys/ufs/lfs/lfs_alloc.c
cvs rdiff -u -r1.127 -r1.128 src/sys/ufs/lfs/lfs_extern.h
cvs rdiff -u -r1.161 -r1.162 src/sys/ufs/lfs/lfs_inode.c
cvs rdiff -u -r1.29 -r1.30 src/sys/ufs/lfs/lfs_inode.h
cvs rdiff -u -r1.302 -r1.303 src/sys/ufs/lfs/lfs_segment.c
cvs rdiff -u -r1.395 -r1.396 src/sys/ufs/lfs/lfs_vfsops.c
cvs rdiff -u -r1.349 -r1.350 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