summaryrefslogtreecommitdiff
path: root/e2fsck
AgeCommit message (Expand)AuthorFilesLines
2011-08-11e2fsck: catch termination signals and print information about themTheodore Ts'o4-3/+295
2011-07-10e2fsck: teach e2fsck how to deal with bigalloc in non-extent-mapped inodesTheodore Ts'o1-3/+10
2011-07-09e2fsck: fix pass1b handling for bigalloc file systemsTheodore Ts'o1-89/+182
2011-07-08misc: use EXT2_I_SIZE() consistently to get sizeAndreas Dilger4-9/+5
2011-07-05e2fsck, libext2fs: support for bigalloc file systems with a blocksize of 1024Theodore Ts'o1-1/+4
2011-06-16mke2fs, e2fsck: fix i_blocks handling for bigalloc file systemsTheodore Ts'o1-3/+5
2011-06-16Fix superblock field s_blocks_count for bigalloc file systemsTheodore Ts'o2-1/+2
2011-06-16e2fsck: fix mysterious "FILE SYSTEM WAS MODIFIED" with no changesTheodore Ts'o5-18/+52
2011-06-15e2fsck: Fix pass5 handling for bigalloc && uninit_bg file systemsTheodore Ts'o1-29/+36
2011-06-11ext2fs: Handle internal journal over 2^32 bytesAndreas Dilger2-5/+9
2011-06-11misc: clean up compiler warningsAndreas Dilger5-6/+7
2011-06-10e2fsck: add basic bigalloc support to check (but not yet repair) file systemsTheodore Ts'o5-30/+59
2011-05-31e2fsck: don't check/clone duplicate xattr blocks in fs without xattr featureEric Sandeen1-2/+4
2011-05-14mke2fs: Allow specifying reserved_ratio via mke2fs.confAditya Kali2-0/+42
2011-05-07Merge branch 'maint' into nextTheodore Ts'o2-2/+2
2011-05-07e2fsck: make the "fs is mounted; continue?" prompt more paranoidTheodore Ts'o2-2/+2
2011-03-18Merge branch 'maint' into nextTheodore Ts'o1-3/+3
2011-03-18e2fsprogs: man page typo fixesEric Sandeen1-3/+3
2011-02-27Merge branch 'maint' into nextTheodore Ts'o2-17/+10
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-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