Fork of e2fsprogs with inode table reallocator
 
 
 
 
 
 
Go to file
Theodore Ts'o da307041e7 Check for inodes which are too big (either too many blocks, or
would cause i_size to be too big), and offer to truncate the inode.
Remove old bogus i_size checks.

Add test case which tests e2fsck's handling of large sparse files.
Older e2fsck with the old(er) bogus i_size checks didn't handle
this correctly.
2002-05-21 21:19:14 -04:00
contrib Update for 1.27 release. 2002-03-08 03:12:14 -05:00
debian Update makefiles to install mkfs.ext3, and to install man pages for 2002-02-24 03:08:57 -05:00
debugfs Add a new command "bmap" to debugfs which calculates the logical->physical block 2002-05-11 22:13:20 -04:00
doc Update for 1.27 release. 2002-03-08 03:12:14 -05:00
e2fsck Check for inodes which are too big (either too many blocks, or 2002-05-21 21:19:14 -04:00
ext2ed Fix up ncurses interface so that it handles resizes correctly. 2002-05-13 07:53:11 -04:00
include/nonunix Update for 1.27 release. 2002-03-08 03:12:14 -05:00
install-utils Update for 1.27 release. 2002-03-08 03:12:14 -05:00
intl Update for 1.27 release. 2002-03-08 03:12:14 -05:00
lib Fix up Andreas's 8k blocksize changes to fix a number of bugs, 2002-05-17 10:53:07 -04:00
misc misc/mke2fs.c: Minor fix for new page size checking code. 2002-05-18 13:27:33 -06:00
po Update for 1.27 release. 2002-03-08 03:12:14 -05:00
resize main.c (main): If resize_fs returns an error, don't print the 2002-04-09 12:46:19 -04:00
tests Check for inodes which are too big (either too many blocks, or 2002-05-21 21:19:14 -04:00
util Integrate ext2ed into the e2fsprogs build system, and make minimal changes so 2002-05-11 19:17:00 -04:00
.cvsignore .cvsignore: 2000-05-25 23:19:08 +00:00
.fix-Changelog Many files: 1997-04-29 16:15:03 +00:00
.head-Changelog Many files: 1997-04-29 14:51:31 +00:00
.hgtags ADD TAG: E2FSPROGS-1_27 2002-03-08 03:27:51 -05:00
.missing-copyright Many files: 1997-04-29 16:15:03 +00:00
.release-checklist .release-checklist: 1998-07-09 05:38:07 +00:00
ABOUT-NLS ABOUT-NLS, ChangeLog: 2000-04-03 13:31:09 +00:00
COPYING COPYING: 2001-05-11 05:41:37 +00:00
ChangeLog Fix up Andreas's 8k blocksize changes to fix a number of bugs, 2002-05-17 10:53:07 -04:00
INSTALL Many files: 1997-04-29 15:29:49 +00:00
INSTALL.dllbin Many files: 1997-04-29 16:15:03 +00:00
INSTALL.elfbin ChangeLog, INSTALL.elfbin: 1999-01-02 04:15:29 +00:00
MCONFIG.in Integrate ext2ed into the e2fsprogs build system, and make minimal changes so 2002-05-11 19:17:00 -04:00
Makefile.in Add "*.orig" to "make clean" target, change explicit listing of 2001-08-04 01:02:34 -06:00
README Update for 1.27-WIP release. 2002-03-05 03:31:06 -05:00
RELEASE-NOTES Update for 1.27 release. 2002-03-08 03:12:14 -05:00
SHLIBS Many files: 1997-04-29 16:15:03 +00:00
TODO ismounted.c (is_swap_device): New function used by 2001-12-24 15:20:22 -05:00
aclocal.m4 ChangeLog, configure, configure.in, aclocal.m4: 2000-02-08 20:17:21 +00:00
config.guess ChangeLog, config.guess, config.sub: 2001-05-05 06:49:27 +00:00
config.sub ChangeLog, config.guess, config.sub: 2001-05-05 06:49:27 +00:00
configure Fix up Andreas's 8k blocksize changes to fix a number of bugs, 2002-05-17 10:53:07 -04:00
configure.in Fix up Andreas's 8k blocksize changes to fix a number of bugs, 2002-05-17 10:53:07 -04:00
depfix.sed ChangeLog, depfix.sed: 1999-07-19 15:48:08 +00:00
e2fsprogs.lsm Update for 1.27 release. 2002-03-08 03:12:14 -05:00
e2fsprogs.spec Update for 1.27 release. 2002-03-08 03:12:14 -05:00
install-sh Many files: 1997-04-26 13:58:21 +00:00
mkinstalldirs Many files: 1997-04-26 13:58:21 +00:00
version.h Update lsm file and version file for 1.27 release. 2002-03-08 03:27:51 -05:00
wordwrap.pl ChangeLog, wordwrap.pl: 2001-06-01 23:49:46 +00:00

README

	This is the new version (1.27) of the second extended file
system management programs.

	From time to time, I release new versions of e2fsprogs, to fix
bugs and to make the utilities more robust.  You can always find
information about the latest version at the the e2fsprogs web page,
which is:

	http://e2fsprogs.sourceforge.net

	Note: If you are NOT using the RedHat RPM distributions of
e2fsprogs, and are building e2fsprogs from source, please see the file
INSTALL for instructions on building and installing e2fsprogs.  

	In case of bugs in these programs, please contact Ted Ts'o at
tytso@thunk.org or tytso@alum.mit.edu.  See the e2fsck man page for
suggestions of what sort of information to include when submitting bug
reports for these programs.