Fork of e2fsprogs with inode table reallocator
 
 
 
 
 
 
Go to file
Theodore Ts'o e70ae99e07 Add a more sophisticated algorithm to e2fsck to salvage corrupted
directories.

Speed up e2fsck slightly by only updating the master superblock;
there is no point to update the backup superblocks.

Fix a small bug in the rehashing code which could leave the indexed
flag set even after the directory was compressed instead of indexed.
(Not fatal, since the kernel will deal with this, but technically
it filesystem isn't consistent, and the filesystem will be marked
as being in error when the kernel comes across the directory.  It
should also never happen in real life, since directories that small
will never be indexed, but better safe than sorry.)

Also change the threshold of when directories are indexed, so that
directories of size 2 blocks will be indexed.  Otherwise they will
never be indexed by the kernel when they grow.
2002-09-28 09:16:28 -04:00
contrib Update for 1.29 release. 2002-09-24 01:26:50 -04:00
debian Synchronize with Debian 1.28-5. 2002-09-24 01:30:00 -04:00
debugfs Update for 1.29 release. 2002-09-24 01:26:50 -04:00
doc Update for 1.29 release. 2002-09-24 01:26:50 -04:00
e2fsck Add a more sophisticated algorithm to e2fsck to salvage corrupted 2002-09-28 09:16:28 -04:00
ext2ed Update for 1.29 release. 2002-09-24 01:26:50 -04:00
include/nonunix Update for 1.29 release. 2002-09-24 01:26:50 -04:00
install-utils Update for 1.29 release. 2002-09-24 01:26:50 -04:00
intl Update for 1.29 release. 2002-09-24 01:26:50 -04:00
lib Update for 1.29 release. 2002-09-24 01:26:50 -04:00
misc Update for 1.29 release. 2002-09-24 01:26:50 -04:00
po Update for 1.29 release. 2002-09-24 01:26:50 -04:00
resize Update for 1.29 release. 2002-09-24 01:26:50 -04:00
tests Update for 1.29 release. 2002-09-24 01:26:50 -04:00
util Update for 1.29 release. 2002-09-24 01:26:50 -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_29 2002-09-24 01:32:57 -04: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 Update for 1.29 release. 2002-09-24 01:26:50 -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 Makefile.in: Revamp makefile so that it doesn't depend 2002-08-18 03:37:10 -04:00
README Update for 1.29 release. 2002-09-24 01:26:50 -04:00
RELEASE-NOTES Update for 1.29 release. 2002-09-24 01:26:50 -04:00
SHLIBS Many files: 1997-04-29 16:15:03 +00:00
TODO Update for 1.28 release. 2002-08-31 03:00:33 -04: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 Enable HTREE support by default. 2002-08-18 03:48:55 -04:00
configure.in Enable HTREE support by default. 2002-08-18 03:48:55 -04:00
depfix.sed ChangeLog, depfix.sed: 1999-07-19 15:48:08 +00:00
e2fsprogs.lsm Update LSM file for 1.29 release. 2002-09-24 01:32:57 -04:00
e2fsprogs.spec Update for 1.29 release. 2002-09-24 01:26:50 -04: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 for 1.29 release. 2002-09-24 01:26:50 -04:00
wordwrap.pl ChangeLog, wordwrap.pl: 2001-06-01 23:49:46 +00:00

README

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