Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/ufs/ext2fs
Module Name: src
Committed By: ws
Date: Wed Feb 9 23:02:10 UTC 2005
Modified Files:
src/sys/ufs/ext2fs: ext2fs.h ext2fs_balloc.c ext2fs_extern.h
ext2fs_inode.c ext2fs_lookup.c ext2fs_readwrite.c ext2fs_vfsops.c
ext2fs_vnops.c
Log Message:
Add support for large files (>2GB).
Like Linux, automagically convert old filesystem to use this,
if they are already at revision 1.
For revision 0, just punt (unlike Linux; makes me a bit too nervous.)
There should be an option to fsck_ext2fs to upgrade revision 0 to revision 1.
Reviewd by Manuel (bouyer@).
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sys/ufs/ext2fs/ext2fs.h
cvs rdiff -r1.22 -r1.23 src/sys/ufs/ext2fs/ext2fs_balloc.c
cvs rdiff -r1.24 -r1.25 src/sys/ufs/ext2fs/ext2fs_extern.h
cvs rdiff -r1.43 -r1.44 src/sys/ufs/ext2fs/ext2fs_inode.c
cvs rdiff -r1.30 -r1.31 src/sys/ufs/ext2fs/ext2fs_lookup.c
cvs rdiff -r1.35 -r1.36 src/sys/ufs/ext2fs/ext2fs_readwrite.c
cvs rdiff -r1.81 -r1.82 src/sys/ufs/ext2fs/ext2fs_vfsops.c
cvs rdiff -r1.57 -r1.58 src/sys/ufs/ext2fs/ext2fs_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