Fork of e2fsprogs with inode table reallocator
 
 
 
 
 
 
Go to file
Theodore Ts'o 1917875fcd Many files:
unix.c (main): If compression is enabled on the filesystem, print a
  	warning message (for now).
  message.c: Add new compression shortcut: @c == compress
  problem.c, problem.h (PR_1_COMPR_SET): Add new error code.
  pass1.c (check_blocks): If the inode has EXT2_COMPRBLK_FL flag set,
  	check to see if the filesystem supports compression.  If it does pass
  	this information down to process_block() so it can treat the
  	compressed block flag words correctly.  If not, offer to clear the
  	flag, since it shouldn't be set.
  	(process_block): If an inode has the compressed inode flag set, allow
  	EXT2FS_COMPRESSED_BLKADDR.
  pass1b.c (process_pass1b_block, delete_file_block, clone_file_block):
  pass2.c (deallocate_inode_block): Use HOLE_BLKADDR to check to see if
  	the block can be skipped.
ChangeLog, Makefile.in:
  Makefile.in: Exclude the internationalization files from being
  	distributed.
ChangeLog, configure, configure.in:
  configure.in: Add support for --enable-compression.  This is
  	experimental code only for now, which is why it's under --enable test.
  	Once it's stable, it will always be compiled in.
TODO:
  Commit additional TODO items.
2000-02-11 15:55:07 +00:00
contrib Many files: 1997-04-26 13:58:21 +00:00
debugfs ChangeLog, debugfs.c: 2000-02-02 16:19:59 +00:00
doc libext2fs.texinfo, ChangeLog: 1999-11-10 16:00:39 +00:00
e2fsck Many files: 2000-02-11 15:55:07 +00:00
include ChangeLog, configure, configure.in: 2000-02-11 05:04:44 +00:00
install-utils libext2fs.texinfo, ChangeLog: 1999-11-10 16:00:39 +00:00
intl Many files: 2000-02-08 20:20:46 +00:00
lib ChangeLog, ext2fs.h: 2000-02-11 15:44:08 +00:00
misc Many files: 2000-02-11 05:00:19 +00:00
po .cvsignore, nyc.po: 2000-02-08 21:35:41 +00:00
resize ChangeLog, main.c, resize2fs.h: 2000-02-02 19:14:36 +00:00
tests ChangeLog, expect: 2000-02-08 00:50:34 +00:00
util ChangeLog, Makefile.in: 1999-11-19 18:42:30 +00:00
.cvsignore Many files: 1998-07-04 17:55:54 +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_17 1999-10-26 18:17:20 +00: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: 2000-02-08 22:05:28 +00:00
COPYING Many files: 1997-04-29 17:39:27 +00:00
ChangeLog Many files: 2000-02-11 15:55:07 +00: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 ChangeLog, configure, MCONFIG.in, configure.in: 2000-02-02 16:13:14 +00:00
Makefile.in Many files: 2000-02-11 15:55:07 +00:00
README README, RELEASE-NOTES, TODO, e2fsprogs.spec, version.h: 1999-11-10 15:56:16 +00:00
RELEASE-NOTES README, RELEASE-NOTES, TODO, e2fsprogs.spec, version.h: 1999-11-10 15:56:16 +00:00
SHLIBS Many files: 1997-04-29 16:15:03 +00:00
TODO Many files: 2000-02-11 15:55:07 +00:00
aclocal.m4 ChangeLog, configure, configure.in, aclocal.m4: 2000-02-08 20:17:21 +00:00
config.guess ChangeLog, config.guess: 1999-01-02 04:10:33 +00:00
config.sub ChangeLog, fileio.c: 1999-05-29 21:53:30 +00:00
configure Many files: 2000-02-11 15:55:07 +00:00
configure.in Many files: 2000-02-11 15:55:07 +00:00
depfix.sed ChangeLog, depfix.sed: 1999-07-19 15:48:08 +00:00
e2fsprogs.lsm e2fsprogs.lsm: 1999-11-10 18:32:40 +00:00
e2fsprogs.spec README, RELEASE-NOTES, TODO, e2fsprogs.spec, version.h: 1999-11-10 15:56:16 +00: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 TODO: 2000-02-08 23:16:51 +00:00
wordwrap.pl ChangeLog, Makefile.in, configure.in, MCONFIG.in, configure, wordwrap.pl: 1999-07-03 20:25:58 +00:00

README

	This is the new version (1.18) 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://web.mit.edu/tytso/www/linux/e2fsprogs.html

	Note: If you are using the RedHat RPM distributions of
e2fsprogs, don't worry about the next paragraph; all others, please
read on!

	See the file INSTALL for instructions on building and
installing e2fsprogs.  This is important!  Note that your /etc/fstab
file may need modifying before you install the new fsck program.  See
the INSTALL file for more details.

	In case of bugs in these programs, please contact Ted Ts'o at
tytso@valinux.com 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.