summaryrefslogtreecommitdiff
path: root/e2fsck
Commit message (Expand)AuthorAgeFilesLines
* e2fsck: fix use of uninitialized value in the MMP codeTheodore Ts'o2011-12-162-2/+2
* e2fsck: speed up runs when using tdb for large atypical filesystemsTheodore Ts'o2011-11-291-1/+5
* e2fsck: fix handling of duplicate blocks with bigalloc file systemsTheodore Ts'o2011-11-281-31/+24
* libquota: remove use of PATH_MAX and replace it with QUOTA_NAME_LENTheodore Ts'o2011-11-271-1/+2
* e2fsck: fix the max size calculation for non-extent fileKazuya Mio2011-11-251-1/+1
* e2fsck: return more status if fsck abortsEric Sandeen2011-11-201-2/+21
* libquota: cleanup libquota codeAditya Kali2011-11-142-5/+4
* libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flagTheodore Ts'o2011-10-165-50/+55
* Fix more spelling errors found by translators and add pluralizationTheodore Ts'o2011-10-092-3/+5
* e2fsck: fix problem message for PR_1_QUOTA_BAD_MODETheodore Ts'o2011-10-091-1/+1
* e2fsck: recover revoke blocks on 64bit filesystems correctlyDarrick J. Wong2011-10-082-2/+12
* Fix spelling errors pointed out by translatorsTheodore Ts'o2011-10-081-1/+1
* e2fsck: make e2fsck sigcatcher use SIGCHLD rather than SIGCLDTheodore Ts'o2011-10-051-1/+1
* Pass the gettext() function to libcom_errTheodore Ts'o2011-10-051-0/+1
* libquota: remove get_qf_name()Theodore Ts'o2011-10-041-1/+2
* e2fsck: make the signal catcher more portable, take 2Theodore Ts'o2011-10-041-0/+18
* e2fsck: avoid unnecessary reboots in some cases when checking the root fsTheodore Ts'o2011-09-301-4/+4
* e2fsck: zero ctx->fs after freeing fs when restarting due to MMPDarrick J. Wong2011-09-301-0/+1
* e2fsck: simplify binary search in ea_refcount.cTheodore Ts'o2011-09-301-26/+0
* e2fsck: make the signal catcher more portableTheodore Ts'o2011-09-281-0/+142
* e2fsck: check for invalid bad block inodeTheodore Ts'o2011-09-283-0/+19
* ext2fs: add multi-mount protection (INCOMPAT_MMP)Andreas Dilger2011-09-259-2/+164
* misc: quiet minor compiler errorsAndreas Dilger2011-09-243-17/+16
* e2fsck.8: fix spelling mistake in man pageTheodore Ts'o2011-09-201-1/+1
* Shorten compile commands run by the build systemTheodore Ts'o2011-09-1837-105/+186
* e2fsprogs: Don't try to close an fd which is negativeEric Sandeen2011-09-162-5/+10
* e2fsck: Fix leaks in error pathsEric Sandeen2011-09-161-2/+5
* e2fsck: remove extraneous memsetEric Sandeen2011-09-161-1/+0
* e2fsck: Don't store old_op from ehandler_operation if we don't restore it.Eric Sandeen2011-09-162-4/+2
* e2fsck: handle null fs in print_pathname()Eric Sandeen2011-09-161-2/+3
* e2fsprogs: Remove impossible name_len tests.Eric Sandeen2011-09-162-8/+0
* libext2fs: add metadata checksum and snapshot feature flagsTheodore Ts'o2011-09-161-2/+2
* e2fsck: fix error in computing blocks of the ending groupYongqiang Yang2011-09-161-3/+2
* e2fsck: do not attempt to discard if -n was specifiedLukas Czerner2011-09-151-4/+3
* e2fsck: fix valgrind commit in sigcatcherTheodore Ts'o2011-09-031-0/+1
* e2fsck: add support for checking the built-in quota filesAditya Kali2011-08-3113-21/+238
* e2fsck: catch termination signals and print information about themTheodore Ts'o2011-08-114-3/+295
* e2fsck: teach e2fsck how to deal with bigalloc in non-extent-mapped inodesTheodore Ts'o2011-07-101-3/+10
* e2fsck: fix pass1b handling for bigalloc file systemsTheodore Ts'o2011-07-091-89/+182
* misc: use EXT2_I_SIZE() consistently to get sizeAndreas Dilger2011-07-084-9/+5
* e2fsck, libext2fs: support for bigalloc file systems with a blocksize of 1024Theodore Ts'o2011-07-051-1/+4
* mke2fs, e2fsck: fix i_blocks handling for bigalloc file systemsTheodore Ts'o2011-06-161-3/+5
* Fix superblock field s_blocks_count for bigalloc file systemsTheodore Ts'o2011-06-162-1/+2
* e2fsck: fix mysterious "FILE SYSTEM WAS MODIFIED" with no changesTheodore Ts'o2011-06-165-18/+52
* e2fsck: Fix pass5 handling for bigalloc && uninit_bg file systemsTheodore Ts'o2011-06-151-29/+36
* ext2fs: Handle internal journal over 2^32 bytesAndreas Dilger2011-06-112-5/+9
* misc: clean up compiler warningsAndreas Dilger2011-06-115-6/+7
* e2fsck: add basic bigalloc support to check (but not yet repair) file systemsTheodore Ts'o2011-06-105-30/+59
* e2fsck: don't check/clone duplicate xattr blocks in fs without xattr featureEric Sandeen2011-05-311-2/+4
* mke2fs: Allow specifying reserved_ratio via mke2fs.confAditya Kali2011-05-142-0/+42