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:           Sun Feb 23 00:22:35 UTC 2003

Modified Files:
        src/sys/ufs/lfs: TODO lfs.h lfs_extern.h lfs_segment.c lfs_subr.c
            lfs_vfsops.c lfs_vnops.c

Log Message:
Fix a buffer overflow bug in the LFS_UBC case that manifested itself
either as a mysterious UVM error or as "panic: dirty bufs".  Verify
maximum size in lfs_malloc.

Teach lfs_updatemeta and lfs_shellsort about oversized cluster blocks from
lfs_gop_write.

When unwiring pages in lfs_gop_write, deactivate them, under the theory
that the pagedaemon wanted to free them last we knew.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/ufs/lfs/TODO
cvs rdiff -r1.49 -r1.50 src/sys/ufs/lfs/lfs.h
cvs rdiff -r1.41 -r1.42 src/sys/ufs/lfs/lfs_extern.h
cvs rdiff -r1.103 -r1.104 src/sys/ufs/lfs/lfs_segment.c
cvs rdiff -r1.33 -r1.34 src/sys/ufs/lfs/lfs_subr.c
cvs rdiff -r1.96 -r1.97 src/sys/ufs/lfs/lfs_vfsops.c
cvs rdiff -r1.87 -r1.88 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