OSDN Git Service

Update changelogs for 1.28 release
[android-x86/external-e2fsprogs.git] / e2fsck / ChangeLog
2002-08-31 Theodore Ts'oUpdate changelogs for 1.28 release
2002-08-31 Theodore Ts'oehandler.c (e2fsck_handle_read_error): If the user...
2002-08-31 Theodore Ts'oFix a bug which caused e2fsck to fail to correctly...
2002-08-21 Theodore Ts'oproblem.c: Fix PR_1_RELOC_BLOCK_ALLOCATE message to...
2002-08-17 Theodore Ts'oUpdate and clarify man pages (addresses Debian Bug...
2002-08-17 Theodore Ts'oOverhaul extended attribute handling. Should now be...
2002-08-01 Theodore Ts'oChange e2fsck to use a red/black tree in pass1b, to...
2002-07-25 Theodore Ts'oAdd e2fsck -D option which optimizes/compresses directo...
2002-07-24 Theodore Ts'outil.c (ask_yn, read_a_char): Note when the user has...
2002-07-23 Theodore Ts'opass1.c (e2fsck_pass1): If e2fsck is run with -n, don...
2002-07-21 Theodore Ts'oAdd SIGINT and SIGTERM handling to fsck and e2fsck...
2002-07-20 Theodore Ts'oAdd support to e2fsck to reindex directories to use...
2002-07-15 Theodore Ts'opass2.c (e2fsck_pass2): Use dx_dir->numblocks instead of
2002-06-26 Theodore Ts'oAdd support for the half-MD4 HTREE hash.
2002-06-26 Theodore Ts'oAdd initial support for htree directories.
2002-06-10 Andreas DilgerDo sanity checking of the number of blocks and inodes...
2002-05-22 Theodore Ts'oUpdate to support the V2 Bestbits EA format.
2002-05-22 Theodore Ts'oCheck for inodes which are too big (either too many...
2002-05-21 Theodore Ts'oFix up Andreas' changeset. Avoid use of dynamic automa...
2002-05-17 Theodore Ts'oFix up Andreas's 8k blocksize changes to fix a number...
2002-03-08 Theodore Ts'oUpdate for 1.27 release.
2002-03-08 Theodore Ts'oFix various gcc -Wall complaints.
2002-03-07 Theodore Ts'oFixed the journal handling so that an offer is made...
2002-03-07 Theodore Ts'oE2fsck now prints ranges in pass 5 when printing deltas in
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'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'oIn mke2fs and e2fsck, specifying the -c option twice...
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-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-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 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-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-05 Theodore Ts'oCleanup changes to Andreas' symlink patch. Remove...
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'oSpeed up journal recovery in userspace by avoiding...
2001-07-08 Theodore Ts'opass1b.c (pass1b, process_pass1b_block): Change the...
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'oChangeLog, unix.c:
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:
next