Whamcloud - gitweb
Newer libintl needs LC_CTYPE to be set in addition to LC_MESSAGES.
[tools/e2fsprogs.git] / e2fsck /
2002-03-05 Theodore Ts'oNewer libintl needs LC_CTYPE to be set in addition...
2002-02-26 Theodore Ts'oUpdate Changelog messages to use tytso@mit.edu for...
2002-02-24 Theodore Ts'oFix typo in previous changeset; the man pages for fsck...
2002-02-24 Theodore Ts'oUpdate makefiles to install mkfs.ext3, and to install...
2002-02-22 Theodore Ts'oCleaned up journal handling code in e2fsck.
2002-02-03 Theodore Ts'oUpdate files for 1.26 release.
2001-12-24 Theodore Ts'oMiscellaneous cleanup before 1.26-WIP release. Removed...
2001-12-24 Theodore Ts'oIn mke2fs and e2fsck, specifying the -c option twice...
2001-12-24 Theodore Ts'oInitialize buf to NULL to avoid crashing when called...
2001-12-24 Theodore Ts'oEnhnaced the get backup superblock function so that...
2001-12-24 Theodore Ts'oMove linux/jbd.h to ext2fs/kernel-jbd.h, to avoid using the
2001-12-22 Theodore Ts'oUse ctx->filesystem_name if the ctx->device_name is...
2001-12-22 Theodore Ts'oGive the opportunity for e2fsck to run the journal...
2001-12-17 Theodore Ts'oFix various gcc -Wall nits. Fixed a bug in mke2fs...
2001-12-16 Theodore Ts'oFix e2fsck's handling of external journals,and update...
2001-12-02 Theodore Ts'oFixes necessary for e2fsprogs to work using the diet...
2001-11-30 Gabriel Paubertjournal.c: fix an endianness bug.
2001-11-26 Theodore Ts'osuper.c (check_super_block): Make sure that if the...
2001-11-24 Theodore Ts'o2fsck.8.in: Fix minor typo in man page and clarify...
2001-11-09 Andreas DilgerAllow a single user for internal journals (the current...
2001-10-07 Theodore Ts'ojournal.c (clear_v2_journal_fields, e2fsck_journal_load...
2001-10-07 Theodore Ts'oe2fsck.h, journal.c (e2fsck_move_ext3_journal): Add...
2001-09-20 Theodore Ts'oUpdate changelogs for 1.25 release.
2001-09-19 Theodore Ts'oe2fsck: If a superblock is specified explicitly by the
2001-09-04 Theodore Ts'oUpdate for 1.24a release
2001-08-31 Theodore Ts'oUpdate for 1.24 release.
2001-08-30 Andreas Dilgermke2fs.c (main): Zap the second sector of the disk...
2001-08-30 Theodore Ts'opass1.c (e2fsck_pass1): For EXT2_RESIZE_INO, allow...
2001-08-27 Theodore Ts'oRemove EXT2FS_VERSION from the version display, since it
2001-08-27 Theodore Ts'oAdd missing log entry showing when we released e2fsprog...
2001-08-27 Theodore Ts'oDeal with libc5's lack of strnlen.
2001-08-13 Theodore Ts'osuper.c (release_orphan_inodes): If the filesystem...
2001-08-13 Theodore Ts'oe2fsck/pass1.c (e2fsck_pass1_check_device_inode): If...
2001-08-13 Theodore Ts'opass1.c (check_size): Fix logic in check_size; the...
2001-08-09 Theodore Ts'opass1.c, pass2.c, problem.c, problem.h: Fix bug introdu...
2001-08-09 Theodore Ts'ounix.c (show_stats): Print the number of large files...
2001-08-09 Theodore Ts'oAdd dependencies to iscan.
2001-08-08 Theodore Ts'oAdd missing errcode_t variable so that iscan compiles.
2001-08-07 Theodore Ts'o* journal.c (recover_ext3_journal): If s_errno is set...
2001-08-05 Theodore Ts'oAdd ChangeLog entry for changes made by Andreas
2001-08-04 Andreas DilgerChange comments for %D and %d expansion in e2fsck probl...
2001-08-05 Theodore Ts'oCleanup changes to Andreas' symlink patch. Remove...
2001-08-04 Andreas DilgerAdd extra checks for bad symlinks, including zero lengt...
2001-07-30 Theodore Ts'ounix.c (check_mount): Remove the code in e2fsck which...
2001-07-29 Theodore Ts'ounix.c (main): Move the final print_resource_track...
2001-07-29 Theodore Ts'oFix memory leaks in e2fsck's journal.c, and remove...
2001-07-29 Theodore Ts'oe2fsck.c (e2fsck_reset_context): Fix bug; only close...
2001-07-28 Theodore Ts'oUpdate problem message printed when special files have...
2001-07-28 Theodore Ts'opass1.c (e2fsck_pass1): Check for symlinks that have the
2001-07-26 Theodore Ts'opass1.c (e2fsck_pass1): Free ctx->block_ea_map at the...
2001-07-25 Theodore Ts'oApply fixes reported by Andreas Gruenbacher:
2001-07-23 Theodore Ts'oAdd support for use of an external journal (so long...
2001-07-20 Theodore Ts'ounix.c (main): Add an explicit warning when the filesys...
2001-07-19 Theodore Ts'oThis patch completes the initial extended attribute...
2001-07-10 Theodore Ts'oFix really stupid typo.
2001-07-10 Theodore Ts'oSpeed up journal recovery in userspace by avoiding...
2001-07-08 Theodore Ts'opass1b.c (pass1b, process_pass1b_block): Change the...
2001-07-08 Theodore Ts'opass1.c (e2fsck_pass1): Defer inodes which have an...
2001-07-07 Theodore Ts'opass1b.c (clone_file_block): Fix bugs when cloning...
2001-07-07 Theodore Ts'oAdd code to check and fix incorrect reference counts...
2001-07-02 Theodore Ts'oAdd initial support for extended attribute blocks
2001-06-29 Theodore Ts'oUse long long to calculate the percentage
2001-06-23 Theodore Ts'oUpdate changelogs for 1.22.
2001-06-23 Theodore Ts'oe2fsck/flushb.c and lib/ext2fs/flushb.c: Use platform...
2001-06-23 Theodore Ts'osuper.c (release_inode_blocks): Don't try to release...
2001-06-16 Theodore Ts'oChangeLog:
2001-06-14 Theodore Ts'oRELEASE-NOTES, ChangeLog:
2001-06-14 Theodore Ts'oproblem.c:
2001-06-14 Theodore Ts'oChangeLog, unix.c:
2001-06-13 Theodore Ts'oMakefile.in:
2001-06-13 Theodore Ts'oChangeLog, dumpe2fs.c, mke2fs.c:
2001-06-11 Theodore Ts'oChangeLog, Makefile.in, bitops.h, gen_bitmap.c:
2001-06-11 Theodore Ts'oChangeLog, Makefile.in, swapfs.c, unix.c:
2001-06-08 Theodore Ts'oChangeLog, jfs.h:
2001-06-02 Theodore Ts'oChangeLog, recovery.c:
2001-06-02 Theodore Ts'oChangeLog:
2001-06-02 Theodore Ts'oChangeLog, pass1.c, pass2.c, problem.c, problem.h:
2001-06-02 Theodore Ts'oChangeLog:
2001-06-02 Theodore Ts'oChangeLog, journal.c, problem.c, problem.h:
2001-06-01 Theodore Ts'oChangeLog, wordwrap.pl:
2001-06-01 Theodore Ts'oChangeLog, pass1.c, pass1b.c:
2001-05-25 Theodore Ts'oe2fsprogs.lsm, version.h:
2001-05-25 Theodore Ts'oChangeLog, journal.c:
2001-05-23 Theodore Ts'oChangeLog, journal.c, problem.c, problem.h:
2001-05-14 Theodore Ts'oChangeLog, pass1.c, problem.c, problem.h, problemP.h:
2001-05-14 Theodore Ts'oMany files:
2001-05-14 Theodore Ts'oChangeLog, e2fsck.h, journal.c, problem.c, problem...
2001-05-13 Theodore Ts'oChangeLog, journal.c:
2001-05-12 Theodore Ts'oChangeLog, unix.c:
2001-05-09 Theodore Ts'oChangeLog, super.c:
2001-05-05 Theodore Ts'oChangeLog, util.c:
2001-05-05 Theodore Ts'oChangeLog, pass2.c:
2001-05-01 Theodore Ts'oChangeLog, unix.c:
2001-05-01 Theodore Ts'oChangeLog, e2fsck.8.in:
2001-04-26 Theodore Ts'oChangeLog, unix.c:
2001-04-17 Theodore Ts'oChangeLog, super.c:
2001-03-29 Theodore Ts'oChangeLog, jfs_user.h, journal.c:
2001-03-29 Theodore Ts'orevoke.c:
2001-03-29 Theodore Ts'oChangeLog, recovery.c, revoke.c:
2001-03-29 Theodore Ts'o.del-jfs_e2fsck.h~c0cc80d6:
next