summaryrefslogtreecommitdiff
path: root/e2fsck
AgeCommit message (Expand)AuthorFilesLines
2011-12-18e2fsck: use different bitmap types as appropriateTheodore Ts'o7-30/+137
2011-12-18e2fsck: fix pass5 bug when using two different bitmap backendsTheodore Ts'o1-2/+2
2011-12-16e2fsck: fix use of uninitialized value in the MMP codeTheodore Ts'o2-2/+2
2011-11-29e2fsck: speed up runs when using tdb for large atypical filesystemsTheodore Ts'o1-1/+5
2011-11-28e2fsck: fix handling of duplicate blocks with bigalloc file systemsTheodore Ts'o1-31/+24
2011-11-27libquota: remove use of PATH_MAX and replace it with QUOTA_NAME_LENTheodore Ts'o1-1/+2
2011-11-25e2fsck: fix the max size calculation for non-extent fileKazuya Mio1-1/+1
2011-11-20e2fsck: return more status if fsck abortsEric Sandeen1-2/+21
2011-11-14libquota: cleanup libquota codeAditya Kali2-5/+4
2011-10-16libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flagTheodore Ts'o5-50/+55
2011-10-09Fix more spelling errors found by translators and add pluralizationTheodore Ts'o2-3/+5
2011-10-09e2fsck: fix problem message for PR_1_QUOTA_BAD_MODETheodore Ts'o1-1/+1
2011-10-08e2fsck: recover revoke blocks on 64bit filesystems correctlyDarrick J. Wong2-2/+12
2011-10-08Fix spelling errors pointed out by translatorsTheodore Ts'o1-1/+1
2011-10-05e2fsck: make e2fsck sigcatcher use SIGCHLD rather than SIGCLDTheodore Ts'o1-1/+1
2011-10-05Pass the gettext() function to libcom_errTheodore Ts'o1-0/+1
2011-10-04libquota: remove get_qf_name()Theodore Ts'o1-1/+2
2011-10-04e2fsck: make the signal catcher more portable, take 2Theodore Ts'o1-0/+18
2011-09-30e2fsck: avoid unnecessary reboots in some cases when checking the root fsTheodore Ts'o1-4/+4
2011-09-30e2fsck: zero ctx->fs after freeing fs when restarting due to MMPDarrick J. Wong1-0/+1
2011-09-30e2fsck: simplify binary search in ea_refcount.cTheodore Ts'o1-26/+0
2011-09-28e2fsck: make the signal catcher more portableTheodore Ts'o1-0/+142
2011-09-28e2fsck: check for invalid bad block inodeTheodore Ts'o3-0/+19
2011-09-25ext2fs: add multi-mount protection (INCOMPAT_MMP)Andreas Dilger9-2/+164
2011-09-24misc: quiet minor compiler errorsAndreas Dilger3-17/+16
2011-09-20e2fsck.8: fix spelling mistake in man pageTheodore Ts'o1-1/+1
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o37-105/+186
2011-09-16e2fsprogs: Don't try to close an fd which is negativeEric Sandeen2-5/+10
2011-09-16e2fsck: Fix leaks in error pathsEric Sandeen1-2/+5
2011-09-16e2fsck: remove extraneous memsetEric Sandeen1-1/+0
2011-09-16e2fsck: Don't store old_op from ehandler_operation if we don't restore it.Eric Sandeen2-4/+2
2011-09-16e2fsck: handle null fs in print_pathname()Eric Sandeen1-2/+3
2011-09-16e2fsprogs: Remove impossible name_len tests.Eric Sandeen2-8/+0
2011-09-16libext2fs: add metadata checksum and snapshot feature flagsTheodore Ts'o1-2/+2
2011-09-16e2fsck: fix error in computing blocks of the ending groupYongqiang Yang1-3/+2
2011-09-15e2fsck: do not attempt to discard if -n was specifiedLukas Czerner1-4/+3
2011-09-03e2fsck: fix valgrind commit in sigcatcherTheodore Ts'o1-0/+1
2011-08-31e2fsck: add support for checking the built-in quota filesAditya Kali13-21/+238
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