Fork of e2fsprogs with inode table reallocator
 
 
 
 
 
 
Go to file
Theodore Ts'o e1018eeaa3 Add new debugfs commands and arguments which make it easier to
recover deleted files.  The lsdel command now takes an optional
argument which allows the user to only see the most recently
deleted files.  Also added a new command, undel, which automates
undeleting a deleted inode and linking it back to a directory.
Also added an optional count argument to the testb, freeb, setb,
and find_free_block commands.  The ls command now takes a new
option, -d, which lists deleted directory entries.

Factored out out commonly used code into utility subroutines
for ease of maintenance and to make the executable size smaller.
2002-01-03 04:55:25 -05:00
contrib Update changelogs for 1.25 release. 2001-09-20 10:47:47 -04:00
debian Update debian directory. 2001-09-13 11:09:20 -04:00
debugfs Add new debugfs commands and arguments which make it easier to 2002-01-03 04:55:25 -05:00
doc * Add new descriptions for the following functions: 2001-12-11 10:15:31 -05:00
e2fsck Miscellaneous cleanup before 1.26-WIP release. Removed unused 2001-12-24 15:33:49 -05:00
include/nonunix Miscellaneous cleanup before 1.26-WIP release. Removed unused 2001-12-24 15:33:49 -05:00
install-utils Update changelogs for 1.25 release. 2001-09-20 10:47:47 -04:00
intl Update changelogs for 1.25 release. 2001-09-20 10:47:47 -04:00
lib dir_iterate.c (ext2fs_dir_iterate2, ext2fs_process_dir_block): 2002-01-03 03:29:19 -05:00
misc badblocks.c (main): Open the device as O_RDWR if possible, since 2002-01-02 14:15:35 -05:00
po Added new Turkish translation file and updated e2fsprogs.pot file. 2001-10-08 12:51:00 -04:00
resize Update changelogs for 1.25 release. 2001-09-20 10:47:47 -04:00
tests Fix e2fsck's handling of external journals,and update journal 2001-12-16 02:23:36 -05:00
util Update changelogs for 1.25 release. 2001-09-20 10:47:47 -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_26-WIP-1224 2001-12-24 15:33:49 -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 Miscellaneous cleanup before 1.26-WIP release. Removed unused 2001-12-24 15:33:49 -05: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 Miscellaneous cleanup before 1.26-WIP release. Removed unused 2001-12-24 15:33:49 -05: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.26-WIP release. 2001-11-27 03:36:42 -05:00
RELEASE-NOTES Update for 1.26-WIP release. 2001-12-24 15:22:27 -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 e2fsck's handling of external journals,and update journal 2001-12-16 02:23:36 -05:00
configure.in Fix e2fsck's handling of external journals,and update journal 2001-12-16 02:23:36 -05:00
depfix.sed ChangeLog, depfix.sed: 1999-07-19 15:48:08 +00:00
e2fsprogs.lsm Update .lsm file for 1.25 release. 2001-09-20 10:50:04 -04:00
e2fsprogs.spec Add libuuid man pages to the RPM spec file. 2001-10-01 16:02:20 -06: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.26-WIP release. 2001-12-24 15:22:27 -05:00
wordwrap.pl ChangeLog, wordwrap.pl: 2001-06-01 23:49:46 +00:00

README

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