Age | Commit message (Expand) | Author | Files | Lines |
2002-09-24 | Update for 1.29 release. | Theodore Ts'o | 1 | -0/+4 |
2002-09-06 | rehash.c (copy_dir_entries): Fix bug which caused corrupted | Theodore Ts'o | 1 | -0/+6 |
2002-08-31 | Update changelogs for 1.28 release | Theodore Ts'o | 1 | -0/+4 |
2002-08-31 | ehandler.c (e2fsck_handle_read_error): If the user asks to | Theodore Ts'o | 1 | -0/+7 |
2002-08-31 | Fix a bug which caused e2fsck to fail to correctly check filesystems | Theodore Ts'o | 1 | -0/+14 |
2002-08-21 | problem.c: Fix PR_1_RELOC_BLOCK_ALLOCATE message to explain that | Theodore Ts'o | 1 | -0/+6 |
2002-08-17 | Update and clarify man pages (addresses Debian Bug #145044). | Theodore Ts'o | 1 | -0/+5 |
2002-08-17 | Overhaul extended attribute handling. Should now be correct with | Theodore Ts'o | 1 | -0/+68 |
2002-08-01 | Change e2fsck to use a red/black tree in pass1b, to remove O(n**2) | Theodore Ts'o | 1 | -0/+10 |
2002-07-25 | Add e2fsck -D option which optimizes/compresses directories. | Theodore Ts'o | 1 | -0/+25 |
2002-07-24 | util.c (ask_yn, read_a_char): Note when the user has typed ^C, | Theodore Ts'o | 1 | -0/+5 |
2002-07-23 | pass1.c (e2fsck_pass1): If e2fsck is run with -n, don't create | Theodore Ts'o | 1 | -0/+6 |
2002-07-21 | Add SIGINT and SIGTERM handling to fsck and e2fsck. For e2fsck, | Theodore Ts'o | 1 | -0/+17 |
2002-07-20 | Add support to e2fsck to reindex directories to use hash trees. | Theodore Ts'o | 1 | -0/+36 |
2002-07-15 | pass2.c (e2fsck_pass2): Use dx_dir->numblocks instead of | Theodore Ts'o | 1 | -0/+5 |
2002-06-26 | Add support for the half-MD4 HTREE hash. | Theodore Ts'o | 1 | -0/+20 |
2002-06-25 | Add initial support for htree directories. | Theodore Ts'o | 1 | -0/+27 |
2002-06-10 | Do sanity checking of the number of blocks and inodes in a group for | Andreas Dilger | 1 | -0/+7 |
2002-05-22 | Update to support the V2 Bestbits EA format. | Theodore Ts'o | 1 | -0/+6 |
2002-05-21 | Check for inodes which are too big (either too many blocks, or | Theodore Ts'o | 1 | -0/+12 |
2002-05-21 | Fix up Andreas' changeset. Avoid use of dynamic automatic arrays, | Theodore Ts'o | 1 | -0/+49 |
2002-05-17 | Fix up Andreas's 8k blocksize changes to fix a number of bugs, | Theodore Ts'o | 1 | -0/+27 |
2002-03-08 | Update for 1.27 release. | Theodore Ts'o | 1 | -0/+4 |
2002-03-07 | Fix various gcc -Wall complaints. | Theodore Ts'o | 1 | -2/+6 |
2002-03-07 | Fixed the journal handling so that an offer is made to clear the | Theodore Ts'o | 1 | -1/+11 |
2002-03-07 | E2fsck now prints ranges in pass 5 when printing deltas in | Theodore Ts'o | 1 | -0/+9 |
2002-03-05 | Newer libintl needs LC_CTYPE to be set in addition to LC_MESSAGES. | Theodore Ts'o | 1 | -0/+5 |
2002-02-26 | Update Changelog messages to use tytso@mit.edu for all addresses | Theodore Ts'o | 1 | -2/+2 |
2002-02-24 | Update makefiles to install mkfs.ext3, and to install man pages for | Theodore Ts'o | 1 | -0/+6 |
2002-02-22 | Cleaned up journal handling code in e2fsck. | Theodore Ts'o | 1 | -0/+9 |
2002-02-03 | Update files for 1.26 release. | Theodore Ts'o | 1 | -9/+13 |
2001-12-24 | In mke2fs and e2fsck, specifying the -c option twice will now do | Theodore Ts'o | 1 | -0/+14 |
2001-12-23 | Enhnaced the get backup superblock function so that it does | Theodore Ts'o | 1 | -0/+14 |
2001-12-23 | Move linux/jbd.h to ext2fs/kernel-jbd.h, to avoid using the | Theodore Ts'o | 1 | -0/+8 |
2001-12-21 | Use ctx->filesystem_name if the ctx->device_name is NULL in e2fsck. | Theodore Ts'o | 1 | -0/+3 |
2001-12-21 | Give the opportunity for e2fsck to run the journal even if | Theodore Ts'o | 1 | -0/+17 |
2001-12-16 | Fix various gcc -Wall nits. Fixed a bug in mke2fs where a bogus | Theodore Ts'o | 1 | -0/+4 |
2001-12-16 | Fix e2fsck's handling of external journals,and update journal | Theodore Ts'o | 1 | -1/+8 |
2001-11-30 | journal.c: fix an endianness bug. | Gabriel Paubert | 1 | -0/+5 |
2001-11-26 | super.c (check_super_block): Make sure that if the inode table | Theodore Ts'o | 1 | -0/+7 |
2001-11-24 | 2fsck.8.in: Fix minor typo in man page and clarify device | Theodore Ts'o | 1 | -0/+5 |
2001-10-07 | journal.c (clear_v2_journal_fields, e2fsck_journal_load): If the | Theodore Ts'o | 1 | -0/+10 |
2001-10-06 | e2fsck.h, journal.c (e2fsck_move_ext3_journal): Add new function | Theodore Ts'o | 1 | -0/+12 |
2001-09-20 | Update changelogs for 1.25 release. | Theodore Ts'o | 1 | -0/+4 |
2001-09-19 | e2fsck: If a superblock is specified explicitly by the | Theodore Ts'o | 1 | -0/+6 |
2001-09-04 | Update for 1.24a release | Theodore Ts'o | 1 | -0/+4 |
2001-08-31 | Update for 1.24 release. | Theodore Ts'o | 1 | -0/+4 |
2001-08-30 | pass1.c (e2fsck_pass1): For EXT2_RESIZE_INO, allow its i_mode to | Theodore Ts'o | 1 | -0/+6 |
2001-08-27 | Remove EXT2FS_VERSION from the version display, since it | Theodore Ts'o | 1 | -0/+3 |
2001-08-27 | Add missing log entry showing when we released e2fsprogs 1.23 | Theodore Ts'o | 1 | -0/+4 |