Fork of e2fsprogs with inode table reallocator
 
 
 
 
 
 
Go to file
Theodore Ts'o 2c83031791 Fix debugfs's dump_unsued commands on filesystems with a 64k blocksize
Use EXT2_MAX_BLOCK_SIZE instead of a hardcoded blocksize of 32768, since 
this will fail on a filesystem with a 64k blocksize.  (Addresses SourceForge
bug #1424311)

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2006-05-28 23:42:47 -04:00
config Update config.guess and config.sub to latest version (2006-02-23) from FSF 2006-04-09 18:37:22 -04:00
contrib Update for e2fsprogs 1.38 release. 2005-06-30 20:06:45 -04:00
debian Fix typo that caused the Debian changelog to not be valid parseable English 2006-05-21 19:36:56 -04:00
debugfs Fix debugfs's dump_unsued commands on filesystems with a 64k blocksize 2006-05-28 23:42:47 -04:00
doc Fix documentation: BLOCK_FLAG_TRAVERSE should be BLOCK_FLAG_DEPTH_TRAVERSE 2006-03-18 08:26:36 -05:00
e2fsck Fix spelling mistakes in e2fsck, mke2fs.conf, and resize2fs man pages 2006-05-22 17:59:37 -04:00
ext2ed Fix bogus spaces before '!' and '?' characters in unused programs. 2005-12-09 19:16:40 -05:00
include/nonunix Update for e2fsprogs 1.38 release. 2005-06-30 20:06:45 -04:00
install-utils Update for e2fsprogs 1.38 release. 2005-06-30 20:06:45 -04:00
intl Update for e2fsprogs 1.38 release. 2005-06-30 20:06:45 -04:00
lib Fix type warning problem with sizeof() in ext2fs_open2() 2006-05-21 19:26:45 -04:00
misc Clarify -T option of mke2fs in its man page 2006-05-28 23:26:14 -04:00
po Update French, Dutch, Polish, Swedish, and Turkish translations. 2006-04-09 18:33:22 -04:00
resize Fix spelling mistakes in e2fsck, mke2fs.conf, and resize2fs man pages 2006-05-22 17:59:37 -04:00
tests Make test scripts more robust against locale-related environment variables 2006-05-28 23:41:23 -04:00
util Fix cross-compilation problems when CFLAGS contain target-specific options 2005-11-09 18:37:07 -04:00
.fix-Changelog Update files for 1.31 release. 2002-11-08 20:08:48 -05:00
.head-Changelog Many files: 1997-04-29 14:51:31 +00:00
.hgignore Ignore quilt work files 2005-07-19 08:41:27 -05:00
.hgtags Added tag E2FSPROGS-1.39-WIP-0409 for changeset a89eec026fc32ca7da786fbe3f76d892b6badb23 2006-04-22 04:29:41 -04:00
.missing-copyright Many files: 1997-04-29 16:15:03 +00:00
.release-checklist Update for 1.34 release. 2003-07-26 01:03:34 -04:00
ABOUT-NLS Update to gettext 0.11.5. We now enable NLS support by default. 2003-05-03 16:35:17 -04:00
COPYING Clarified that the lib/uuid directory is under a BSD-style and 2004-04-12 13:19:21 -04:00
ChangeLog Update config.guess and config.sub to latest version (2006-02-23) from FSF 2006-04-09 18:37:22 -04:00
INSTALL Remove the a.out DLL support, since it's been obsolete and unmaintained 2004-11-19 17:06:47 -05:00
INSTALL.elfbin ChangeLog, INSTALL.elfbin: 1999-01-02 04:15:29 +00:00
MCONFIG.in Change mke2fs to use /etc/mke2fs.conf as a configuration file 2006-03-23 22:00:01 -05:00
Makefile.in Fix asm_types.h type conflicts 2006-04-09 08:41:55 -04:00
README Update for e2fsprogs 1.38 release. 2005-06-30 20:06:45 -04:00
README.subset Update for 1.33 release. 2003-04-21 16:17:09 -04:00
RELEASE-NOTES Update release notes for a Debian WIP release. 2006-05-14 17:31:48 -04:00
SHLIBS Many files: 1997-04-29 16:15:03 +00:00
SUBMITTING-PATCHES Added SUBMITTING-PATCHES file 2005-07-05 22:30:13 -05:00
TODO Update TODO to remove item which is already completed. 2006-05-13 09:28:04 -04:00
aclocal.m4 Update to use gettext 0.14.1 and autoconf 2.50+ 2004-11-30 19:00:19 -05:00
configure Fix asm_types.h type conflicts 2006-04-09 08:41:55 -04:00
configure.in Fix asm_types.h type conflicts 2006-04-09 08:41:55 -04:00
depfix.sed ChangeLog, depfix.sed: 1999-07-19 15:48:08 +00:00
e2fsprogs.lsm Update for e2fsprogs 1.38 release. 2005-06-30 20:06:45 -04:00
e2fsprogs.spec.in Add pkg-config files to e2fsprogs's libraries. 2005-01-26 12:59:25 -05:00
version.h Update for e2fsprogs-1.39-WIP-0409 release 2006-04-22 04:29:16 -04:00
wordwrap.pl ChangeLog, wordwrap.pl: 2001-06-01 23:49:46 +00:00

README

	This is the new version (1.38) 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

	The INSTALL file has instructions on building and installing
e2fsprogs.  Provisions for building Red Hat RPMs and Debian dpkg files
are supplied as well.

	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.