Subject: CVS commit: src/sbin/fsck_ext2fs
To: None <source-changes@NetBSD.org>
From: Wolfgang Solfrank <ws@netbsd.org>
List: source-changes
Date: 02/09/2005 22:55:45
Module Name:	src
Committed By:	ws
Date:		Wed Feb  9 22:55:45 UTC 2005

Modified Files:
	src/sbin/fsck_ext2fs: dir.c extern.h fsck.h inode.c pass1.c pass2.c
	    pass4.c setup.c

Log Message:
Add support for large files (>2GB).
Allow conversion of old filesystems to use this,
if they are already at revision 1.

There probably should be an option to turn revision 0 to revision 1.

Reviewed (in part) by Manuel (bouyer@).


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sbin/fsck_ext2fs/dir.c
cvs rdiff -r1.4 -r1.5 src/sbin/fsck_ext2fs/extern.h
cvs rdiff -r1.11 -r1.12 src/sbin/fsck_ext2fs/fsck.h \
    src/sbin/fsck_ext2fs/pass2.c
cvs rdiff -r1.16 -r1.17 src/sbin/fsck_ext2fs/inode.c
cvs rdiff -r1.13 -r1.14 src/sbin/fsck_ext2fs/pass1.c
cvs rdiff -r1.6 -r1.7 src/sbin/fsck_ext2fs/pass4.c
cvs rdiff -r1.17 -r1.18 src/sbin/fsck_ext2fs/setup.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.