summaryrefslogtreecommitdiff
path: root/e2fsck
AgeCommit message (Expand)AuthorFilesLines
2011-05-07e2fsck: make the "fs is mounted; continue?" prompt more paranoidTheodore Ts'o2-2/+2
2011-03-18e2fsprogs: man page typo fixesEric Sandeen1-3/+3
2011-02-25Add basic BIGALLOC support for cluster-based allocationTheodore Ts'o1-15/+8
2011-02-25e2fsprogs: reserving code points for new ext4 quota featureAditya Kali1-2/+2
2010-12-16e2fsprogs: fix type-punning warningsEric Sandeen1-2/+4
2010-12-06e2fsck: add an option which causes it to only do a journal replayBernd Schubert3-0/+16
2010-12-06e2fsck: Do blkid interpretation on the external journal specifierTheodore Ts'o1-1/+8
2010-12-06e2fsck: Add the ability to force a problem to not be fixedTheodore Ts'o3-4/+21
2010-11-26e2fsck: Fix inode nlink accounting that could cause PROGRAMMING BUG errorsTheodore Ts'o1-5/+7
2010-11-26e2fsck.conf.5: Clarify man pageTheodore Ts'o1-1/+1
2010-09-25e2fsck: Open the external journal in exclusive modeTheodore Ts'o1-1/+2
2010-09-19e2fsck: Improve error message when device name misspelledJan Kara1-0/+2
2010-07-05e2fsck, resize2fs: fix a fp precision error that can lead to a seg faultTheodore Ts'o1-1/+6
2010-07-05e2fsck: Add missing ext2fs_close() call when going back to original superblockTheodore Ts'o1-0/+2
2010-07-05e2freefrag: Fix getopt bug on machines with unsigned charsMike Frysinger1-1/+1
2010-07-05Add superblock fields which track first and most recent fs errorsTheodore Ts'o1-0/+2
2010-05-19e2fsck: correct test for EOFBLOCKSEric Sandeen1-1/+1
2010-05-17e2fsck: Don't set the group descriptor checksums if the fsck was cancelledTheodore Ts'o1-1/+2
2010-05-17Add configure options --enable-symlink-build and --enable-symlink-installTheodore Ts'o1-24/+10
2010-05-14e2fsck: Explicitly reject extents that begin at physical block 0 as illegalTheodore Ts'o1-1/+2
2010-05-13e2fsck: Fix segmentation fault when checking a file systemTheodore Ts'o1-0/+1
2010-05-13e2fsck: Skip time-based checks if the time looks insane or broken_system_clockTheodore Ts'o6-21/+34
2010-05-13e2fsck: make block counting variable in pass1 64 bitsEric Sandeen1-1/+1
2010-05-13e2fsck: mark sparse journal as invalidEric Sandeen1-1/+1
2010-05-12e2fsck: Fix a number of problems that were inappropriately using PROMPT_ABORTTheodore Ts'o3-19/+24
2010-05-11e2fsck: Don't clear inodes if we found inodes that are in the unused regionTheodore Ts'o1-6/+11
2010-05-10e2fsck: Check for cases where EOFBLOCKS_FL is unnecessarily setTheodore Ts'o3-0/+21
2010-04-08Revert "e2fsck: fix spurious complaints about i_size caused by preallocated b...Theodore Ts'o1-3/+1
2010-03-15e2fsck: Don't blow up if the physical device is too bigTheodore Ts'o2-7/+7
2010-03-15e2fsck: Make the "filesystem is mounted" message more scaryTheodore Ts'o1-2/+2
2010-03-15e2fsck: Make the -n always open the file system read-onlyTheodore Ts'o2-12/+18
2010-02-24e2fsck: don't complain about i_size for known blocks past EOFEric Sandeen1-1/+2
2010-02-22e2fsck: Fix bug which can cause e2fsck -fD to corrupt non-indexed directoriesTheodore Ts'o1-1/+6
2010-02-05e2fsck: Fix the check if a file is really a directory to understand extentsNick Dokos1-11/+55
2010-01-04e2fsck: Add new e2fsck.conf option: broken_system_clockTheodore Ts'o2-1/+23
2009-11-29e2fsck: Try to update on-disk bitmap in e2fsck_get_alloc_block() callbackTheodore Ts'o1-0/+4
2009-11-29e2fsck: Don't rehash directories which can fit in a single directory blockTheodore Ts'o1-0/+12
2009-11-29e2fsck: Fix block allocation for holes in extent-mapped directoriesTheodore Ts'o1-28/+2
2009-11-29e2fsck: detect holes in extent-mapped directoriesTheodore Ts'o1-0/+13
2009-11-29e2fsck: Move check to add an index to a directory after fixing i_sizeTheodore Ts'o1-4/+6
2009-11-29e2fsck: Fix directory with holes even when i_size is wrongTheodore Ts'o1-44/+15
2009-11-16e2fsck: Fix duplicate directory entries for non-indexed directoriesTheodore Ts'o1-6/+6
2009-10-16e2fsck: Accept superblock times to be fudged by up to 24 hours by defaultTheodore Ts'o4-36/+48
2009-10-12e2fsck: Fix handling of non-zero i_blocks_high fieldTheodore Ts'o2-4/+14
2009-10-04e2fsck: Interpret negative blkcount in file system problem reportsTheodore Ts'o2-25/+50
2009-10-04Don't use in-tree header files if using system uuid or blkid librariesTheodore Ts'o1-96/+71
2009-10-03e2fsck: Use the correct problem code in the case of LAST_WRITE_FUDGEDTheodore Ts'o1-1/+1
2009-09-01e2fsck: Avoid scary failure messages on low-memory systemsTheodore Ts'o1-2/+7
2009-08-19e2fsck: Add a global latch question for bad group descriptor checksumsTheodore Ts'o2-1/+11
2009-08-18e2fsck: Only ask to relocate a block group's inode table onceTheodore Ts'o1-1/+2