Fork of e2fsprogs with inode table reallocator
 
 
 
 
 
 
Go to file
Theodore Ts'o f8188fff23 Many files:
pass1.c, pass2.c, pass3.c, pass4.c, pass5.c: Add calls to the progress
  	indicator function.
  pass1.c (scan_callback): Add call to the progress feedback function
  	(if it exists).
  super.c (check_super_block): Skip the device size check if the
  	get_device_size returns EXT2_EXT_UNIMPLEMENTED.
  iscan.c (main): Don't use fatal_error() anymore.
  pass1b.c, swapfs.c, badblocks.c: Set E2F_FLAG_ABORT instead of calling
  	fatal_error(0).
  problem.c, pass3.c (PR_3_ROOT_NOT_DIR_ABORT,
  	PR_3_NO_ROOT_INODE_ABORT): New problem codes.
  problem.c, pass2.c (PR_2_SPLIT_DOT): New problem code.
  problem.c, pass1.c (PR_1_SUPPRESS_MESSAGES): New problem code.
  problemP.h: New file which separates out the private fix_problem data
  	structures.
  util.c, dirinfo.c, pass1.c, pass1b.c, pass2.c, pass5.c, super.c,
  	swapfs.c util.c: allocate_memory() now takes a e2fsck context as its
  	first argument, and rename it to be e2fsck_allocate_memory().
problemP.h:
  New file which contains the private problem abstraction definitions.
Makefile.pq:
  Remove include of MAKEFILE.STD, which doesn't exist at this point.
1997-11-14 05:23:04 +00:00
contrib Many files: 1997-04-26 13:58:21 +00:00
debugfs ChangeLog, debugfs.c, dump.c: 1997-10-25 22:41:14 +00:00
doc Makefile.in: 1997-06-17 05:41:36 +00:00
e2fsck Many files: 1997-11-14 05:23:04 +00:00
include/linux ChangeLog, .del-ext2_fs.h~7a460879: 1997-10-20 00:37:40 +00:00
install-utils ChangeLog: 1997-06-17 05:38:35 +00:00
lib Many files: 1997-11-14 05:23:04 +00:00
misc Many files: 1997-11-03 19:46:49 +00:00
resize Many files: 1997-11-14 05:23:04 +00:00
tests version.h: 1997-10-25 23:50:09 +00:00
util Many files: 1997-11-14 05:23:04 +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: PQ_SNAPSHOT_971103 1997-11-04 00:31:22 +00:00
.missing-copyright Many files: 1997-04-29 16:15:03 +00:00
.release-checklist Many files: 1997-04-29 17:57:00 +00:00
COPYING Many files: 1997-04-29 17:39:27 +00:00
ChangeLog ChangeLog, configure.in: 1997-11-10 16:14:16 +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 Many files: 1997-04-29 17:57:00 +00:00
MCONFIG.in Many files: 1997-10-15 02:47:20 +00:00
Makefile.in Makefile.in: 1997-10-20 01:23:07 +00:00
README Makefile.in: 1997-06-17 05:41:36 +00:00
RELEASE-NOTES Makefile.in: 1997-06-17 05:41:36 +00:00
SHLIBS Many files: 1997-04-29 16:15:03 +00:00
config.guess Many files: 1997-04-26 13:58:21 +00:00
config.sub Many files: 1997-04-29 16:15:03 +00:00
configure configure: 1997-11-12 03:45:34 +00:00
configure.in ChangeLog, configure.in: 1997-11-10 16:14:16 +00:00
depfix.sed Many files: 1997-04-26 13:58:21 +00:00
e2fsprogs-1.11.lsm Makefile.in: 1997-06-17 05:41:36 +00:00
e2fsprogs-1.11.spec Makefile.in: 1997-06-17 05:41:36 +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 version.h: 1997-10-25 23:50:09 +00:00

README

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

	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.

	This version contains programs written by Theodore Ts'o and Remy Card.
This distribution was packaged by Ted and Remy with the help of Stephen Tweedie
and Alexy Vovenko.

	The programs written or rewritten by Ted are:
	- libext2fs: a new library containing entries to access the control
	  structures of a second extended file system.
	- e2fsck: a new file system checker which uses optimized routines.
	  This new checker is much more efficient and safer than the old
	  e2fsck.
	- mke2fs: a new file system creator which uses the ext2fs library.
	- debugfs: a file system debugger which can be used to examine and
	  change the state of a file system.  Use it with caution since it
	  can corrupt file systems if you are not careful.
	- fsck: a new fsck front-end.  This new fsck can run multiple
	  several file system checks simultanously if they are on different
	  disks.

	The programs written by Remy are:
	- badblocks: a new bad blocks checker.  It can be run by the super
	  user to search for bad blocks on a device and can also be called
	  by e2fsck and mke2fs.
	- dumpe2fs: a new program which displays the control structure of
	  a file system.  To understand the output of this program, one needs
	  to know the physical structure of a second extended file system.
	- mklost+found: re-creates a lost+found directory if it has been
	  deleted.
	- tune2fs: adjusts tunable paramaters on a file system.
	- chattr: changes files attributes and version.
	- lsattr: lists files attributes and version.

	Manual pages are included in this package.

	In case of bugs in these programs, please contact Ted
<tytso@mit.edu> and Remy <card@masi.ibp.fr>.  See the e2fsck man page
for suggestions of what sort of information to include when submitting
bug reports for e2fsck.