Age | Commit message (Expand) | Author | Files | Lines |
2010-07-05 | e2fsck, resize2fs: fix a fp precision error that can lead to a seg fault | Theodore Ts'o | 1 | -1/+6 |
2010-07-05 | e2fsck: Add missing ext2fs_close() call when going back to original superblock | Theodore Ts'o | 1 | -0/+2 |
2010-07-05 | e2freefrag: Fix getopt bug on machines with unsigned chars | Mike Frysinger | 1 | -1/+1 |
2010-07-05 | Add superblock fields which track first and most recent fs errors | Theodore Ts'o | 1 | -0/+2 |
2010-05-19 | e2fsck: correct test for EOFBLOCKS | Eric Sandeen | 1 | -1/+1 |
2010-05-17 | e2fsck: Don't set the group descriptor checksums if the fsck was cancelled | Theodore Ts'o | 1 | -1/+2 |
2010-05-17 | Add configure options --enable-symlink-build and --enable-symlink-install | Theodore Ts'o | 1 | -24/+10 |
2010-05-14 | e2fsck: Explicitly reject extents that begin at physical block 0 as illegal | Theodore Ts'o | 1 | -1/+2 |
2010-05-13 | e2fsck: Fix segmentation fault when checking a file system | Theodore Ts'o | 1 | -0/+1 |
2010-05-13 | e2fsck: Skip time-based checks if the time looks insane or broken_system_clock | Theodore Ts'o | 6 | -21/+34 |
2010-05-13 | e2fsck: make block counting variable in pass1 64 bits | Eric Sandeen | 1 | -1/+1 |
2010-05-13 | e2fsck: mark sparse journal as invalid | Eric Sandeen | 1 | -1/+1 |
2010-05-12 | e2fsck: Fix a number of problems that were inappropriately using PROMPT_ABORT | Theodore Ts'o | 3 | -19/+24 |
2010-05-11 | e2fsck: Don't clear inodes if we found inodes that are in the unused region | Theodore Ts'o | 1 | -6/+11 |
2010-05-10 | e2fsck: Check for cases where EOFBLOCKS_FL is unnecessarily set | Theodore Ts'o | 3 | -0/+21 |
2010-04-08 | Revert "e2fsck: fix spurious complaints about i_size caused by preallocated b... | Theodore Ts'o | 1 | -3/+1 |
2010-03-15 | e2fsck: Don't blow up if the physical device is too big | Theodore Ts'o | 2 | -7/+7 |
2010-03-15 | e2fsck: Make the "filesystem is mounted" message more scary | Theodore Ts'o | 1 | -2/+2 |
2010-03-15 | e2fsck: Make the -n always open the file system read-only | Theodore Ts'o | 2 | -12/+18 |
2010-02-24 | e2fsck: don't complain about i_size for known blocks past EOF | Eric Sandeen | 1 | -1/+2 |
2010-02-22 | e2fsck: Fix bug which can cause e2fsck -fD to corrupt non-indexed directories | Theodore Ts'o | 1 | -1/+6 |
2010-02-05 | e2fsck: Fix the check if a file is really a directory to understand extents | Nick Dokos | 1 | -11/+55 |
2010-01-04 | e2fsck: Add new e2fsck.conf option: broken_system_clock | Theodore Ts'o | 2 | -1/+23 |
2009-11-29 | e2fsck: Try to update on-disk bitmap in e2fsck_get_alloc_block() callback | Theodore Ts'o | 1 | -0/+4 |
2009-11-29 | e2fsck: Don't rehash directories which can fit in a single directory block | Theodore Ts'o | 1 | -0/+12 |
2009-11-29 | e2fsck: Fix block allocation for holes in extent-mapped directories | Theodore Ts'o | 1 | -28/+2 |
2009-11-29 | e2fsck: detect holes in extent-mapped directories | Theodore Ts'o | 1 | -0/+13 |
2009-11-29 | e2fsck: Move check to add an index to a directory after fixing i_size | Theodore Ts'o | 1 | -4/+6 |
2009-11-29 | e2fsck: Fix directory with holes even when i_size is wrong | Theodore Ts'o | 1 | -44/+15 |
2009-11-16 | e2fsck: Fix duplicate directory entries for non-indexed directories | Theodore Ts'o | 1 | -6/+6 |
2009-10-16 | e2fsck: Accept superblock times to be fudged by up to 24 hours by default | Theodore Ts'o | 4 | -36/+48 |
2009-10-12 | e2fsck: Fix handling of non-zero i_blocks_high field | Theodore Ts'o | 2 | -4/+14 |
2009-10-04 | e2fsck: Interpret negative blkcount in file system problem reports | Theodore Ts'o | 2 | -25/+50 |
2009-10-04 | Don't use in-tree header files if using system uuid or blkid libraries | Theodore Ts'o | 1 | -96/+71 |
2009-10-03 | e2fsck: Use the correct problem code in the case of LAST_WRITE_FUDGED | Theodore Ts'o | 1 | -1/+1 |
2009-09-01 | e2fsck: Avoid scary failure messages on low-memory systems | Theodore Ts'o | 1 | -2/+7 |
2009-08-19 | e2fsck: Add a global latch question for bad group descriptor checksums | Theodore Ts'o | 2 | -1/+11 |
2009-08-18 | e2fsck: Only ask to relocate a block group's inode table once | Theodore Ts'o | 1 | -1/+2 |
2009-08-18 | e2fsck: Teach new_table_block() to allocate new itables/bitmaps with FLEX_BG | Theodore Ts'o | 1 | -3/+29 |
2009-08-08 | e2fsck: Fix and enhance superblock dates in future problem reports | Theodore Ts'o | 3 | -17/+30 |
2009-07-16 | e2fsck: Fix superblock times in the future even if buggy_init_scripts=1 | Theodore Ts'o | 3 | -6/+32 |
2009-07-06 | e2fsck: remove unused variable in check_block_bitmap() | Kazuya Mio | 1 | -3/+1 |
2009-07-06 | e2fsck: optimize loop counter when fixing bitmap padding | Kazuya Mio | 1 | -2/+2 |
2009-07-06 | e2fsck: remove unnecessary continue statement | Kazuya Mio | 1 | -2/+0 |
2009-07-02 | Add support for configure --enable-verbose-makecmds | Theodore Ts'o | 1 | -57/+57 |
2009-07-01 | Fix Makefile dependencies for libcom_err | Theodore Ts'o | 1 | -9/+11 |
2009-06-21 | Fix encoding for rec_len in directories for >= 64k blocksize file systems | Theodore Ts'o | 4 | -42/+60 |
2009-06-15 | e2fsck: fix miscellaneous memory leaks | Theodore Ts'o | 5 | -2/+8 |
2009-05-30 | Update man pages to include ext4 in the synposis, instead of just "ext2/ext3" | Theodore Ts'o | 1 | -11/+7 |
2009-05-28 | e2fsck: Go back to the original superblock if the backup sb is invalid | Theodore Ts'o | 1 | -21/+45 |