summaryrefslogtreecommitdiff
path: root/e2fsck
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Merge branch 'maint' into nextTheodore Ts'o1-2/+4
2010-12-16Merge branch 'master' into nextTheodore Ts'o4-1/+108
2010-12-16e2fsprogs: fix type-punning warningsEric Sandeen1-2/+4
2010-12-13Merge branch 'maint' into nextTheodore Ts'o8-12/+55
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-11-22e2fsck: Discard free data and inode blocks.Lukas Czerner4-1/+108
2010-11-22Merge branch 'maint'Theodore Ts'o1-1/+2
2010-09-25e2fsck: Open the external journal in exclusive modeTheodore Ts'o1-1/+2
2010-09-24e2fsck: Set i_blocks_hi when correcting the i_blocks field in pass #1Theodore Ts'o1-1/+1
2010-09-24Merge branch 'maint' into nextTheodore Ts'o1-0/+2
2010-09-19e2fsck: Improve error message when device name misspelledJan Kara1-0/+2
2010-07-19Merge branch 'maint' into nextTheodore Ts'o3-2/+11
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-06-13e2fsck: Fix up to be 64-bit block number safeValerie Aurora Henson12-141/+141
2010-06-07Merge branch 'maint' into nextTheodore Ts'o11-77/+107
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-17e2fsck: Fix segmentation fault when checking a file systemTheodore Ts'o1-0/+1
2010-03-15Merge branch 'maint' into nextTheodore Ts'o5-23/+35
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-10Merge branch 'maint' into nextTheodore Ts'o1-11/+55
2010-02-05e2fsck: Fix the check if a file is really a directory to understand extentsNick Dokos1-11/+55
2010-01-31Merge branch 'maint' into nextTheodore Ts'o5-83/+81
2010-01-30e2fsck: Remove some erroneously leftover blk_t castsTheodore Ts'o1-7/+5
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