Age | Commit message (Expand) | Author | Files | Lines |
2003-03-01 | Update debugfs and e2fsck to use the blkid library. | Theodore Ts'o | 9 | -76/+93 |
2003-01-29 | Fixed up minor documentation issues (man page for badblocks and usage | Theodore Ts'o | 2 | -1/+5 |
2003-01-22 | pass1.c (check_blocks): Use the EXT2_I_SIZE macro. | Theodore Ts'o | 2 | -1/+5 |
2002-12-18 | pass2.c (strnlen): Provide strnlen if libc doesn't. | Theodore Ts'o | 2 | -0/+19 |
2003-01-02 | Detect if there is an attempt to run the journal twice, and | Theodore Ts'o | 3 | -0/+19 |
2003-01-02 | Print an error if more than one of the -p/-a, -n or -y options | Theodore Ts'o | 2 | -3/+14 |
2002-12-11 | Fix typo (errant extra character). | Theodore Ts'o | 1 | -1/+1 |
2002-11-13 | Update to deal with the fact that the INDEX_FL code in the ext2 2.4 | Theodore Ts'o | 2 | -10/+16 |
2002-11-09 | Update files for 1.32 release. | Theodore Ts'o | 1 | -0/+4 |
2002-11-09 | Add german translation to the language catalog | Theodore Ts'o | 1 | -1/+1 |
2002-11-08 | Update files for 1.31 release. | Theodore Ts'o | 1 | -0/+4 |
2002-11-08 | unix.c (main): Fix a bug where e2fsck could erroneously mark a | Theodore Ts'o | 2 | -12/+18 |
2002-11-08 | unix.c (PRS), journal.c: Set the default level of journal | Theodore Ts'o | 3 | -1/+13 |
2002-11-08 | Change e2fsck to force out changes to the backup copies of the | Theodore Ts'o | 4 | -0/+14 |
2002-11-07 | e2fsck.h, unix.c (main, check_mount): Fix e2fsck so that it | Theodore Ts'o | 3 | -9/+15 |
2002-11-01 | Update files for 1.30 release. | Theodore Ts'o | 1 | -0/+4 |
2002-10-31 | unix.c (usage), e2fsck.8.in: Add the -D option to the usage and | Theodore Ts'o | 1 | -1/+1 |
2002-10-31 | unix.c (usage), e2fsck.8.in: Add the -D option to the usage and | Theodore Ts'o | 2 | -1/+4 |
2002-10-31 | pass1.c (e2fsck_pass1): Check the superblock write time to see | Theodore Ts'o | 2 | -1/+11 |
2002-10-31 | Makefile.in (install): Search all compression extensions when | Theodore Ts'o | 2 | -1/+6 |
2002-10-30 | Add support for the meta_bg feature flag to the resize2fs program. | Theodore Ts'o | 2 | -2/+12 |
2002-10-20 | Add support for the meta_blockgroup filesystem format. (Missing changelog) | Theodore Ts'o | 1 | -0/+5 |
2002-10-20 | Add support for the meta_blockgroup filesystem format. | Theodore Ts'o | 1 | -7/+25 |
2002-10-13 | Fix gcc -Wall nits. | Theodore Ts'o | 6 | -6/+17 |
2002-10-11 | Fix bug in e2fsck and mklost+found; the lost+found directory should | Theodore Ts'o | 2 | -1/+6 |
2002-10-03 | Handle BAD_BLOCK_IN_INODE_TABLE even at the beginning of the | Theodore Ts'o | 2 | -45/+35 |
2002-10-02 | Fix endian problems in the htree code for e2fsck and debugfs. | Theodore Ts'o | 3 | -14/+61 |
2002-09-30 | Avoid counting directory entries during a directory salvage. | Theodore Ts'o | 5 | -26/+129 |
2002-09-29 | pass2.c (check_dir_block): Do a more paranoid check when trying | Theodore Ts'o | 2 | -1/+12 |
2002-09-29 | rehash.c (e2fsck_rehash_dir): Apply patch from Christopher Li | Theodore Ts'o | 2 | -11/+12 |
2002-09-28 | Add a more sophisticated algorithm to e2fsck to salvage corrupted | Theodore Ts'o | 4 | -19/+90 |
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 | 2 | -0/+7 |
2002-08-31 | Update changelogs for 1.28 release | Theodore Ts'o | 1 | -0/+4 |
2002-08-31 | Update for 1.28 release. | Theodore Ts'o | 1 | -1/+12 |
2002-08-31 | ehandler.c (e2fsck_handle_read_error): If the user asks to | Theodore Ts'o | 2 | -1/+11 |
2002-08-31 | Fix a bug which caused e2fsck to fail to correctly check filesystems | Theodore Ts'o | 4 | -4/+66 |
2002-08-21 | problem.c: Fix PR_1_RELOC_BLOCK_ALLOCATE message to explain that | Theodore Ts'o | 2 | -1/+7 |
2002-08-17 | Update and clarify man pages (addresses Debian Bug #145044). | Theodore Ts'o | 3 | -2/+17 |
2002-08-17 | Overhaul extended attribute handling. Should now be correct with | Theodore Ts'o | 13 | -104/+324 |
2002-08-14 | Clear dtime field on truncated orphan inodes. | Stephen Tweedie | 1 | -0/+2 |
2002-08-01 | Change e2fsck to use a red/black tree in pass1b, to remove O(n**2) | Theodore Ts'o | 5 | -224/+1897 |
2002-07-25 | Add e2fsck -D option which optimizes/compresses directories. | Theodore Ts'o | 9 | -214/+384 |
2002-07-24 | util.c (ask_yn, read_a_char): Note when the user has typed ^C, | Theodore Ts'o | 2 | -5/+45 |
2002-07-23 | pass1.c (e2fsck_pass1): If e2fsck is run with -n, don't create | Theodore Ts'o | 2 | -1/+8 |
2002-07-21 | Add SIGINT and SIGTERM handling to fsck and e2fsck. For e2fsck, | Theodore Ts'o | 7 | -16/+63 |
2002-07-20 | Add support to e2fsck to reindex directories to use hash trees. | Theodore Ts'o | 11 | -23/+732 |
2002-07-15 | pass2.c (e2fsck_pass2): Use dx_dir->numblocks instead of | Theodore Ts'o | 2 | -6/+11 |
2002-06-26 | Add support for the half-MD4 HTREE hash. | Theodore Ts'o | 5 | -30/+143 |
2002-06-25 | Add initial support for htree directories. | Theodore Ts'o | 11 | -10/+583 |