summaryrefslogtreecommitdiff
path: root/e2fsck
Commit message (Expand)AuthorAgeFilesLines
* e2fsck: fix spelling error (strage vs storage)Theodore Ts'o2014-08-261-1/+1
* e2fsck: don't flush the FS unless it's actually dirtyDarrick J. Wong2014-08-121-3/+5
* e2fsck: flush out the superblock and bitmaps before printing final messagesTheodore Ts'o2014-08-103-39/+58
* e2fsck: fix file systems with an overly large s_first_meta_bgTheodore Ts'o2014-08-103-0/+20
* journal: use consts instead of 1024 and add helper for journal with 1k blocksizeAzat Khuzhin2014-07-281-3/+2
* e2fsck: during pass1b delete_file, only free a cluster onceDarrick J. Wong2014-07-262-2/+4
* e2fsck: fix rule-violating lblk->pblk mappings on bigalloc filesystemsDarrick J. Wong2014-07-264-7/+95
* e2fsck: perform implied cluster allocations when filling a directory holeDarrick J. Wong2014-07-261-7/+12
* e2fsck: reserve blocks for root/lost+found directory repairDarrick J. Wong2014-07-263-0/+65
* libext2fs: provide a function to set inode sizeDarrick J. Wong2014-07-264-10/+20
* Fix 32/64-bit overflow when multiplying by blocks/clusters per groupTheodore Ts'o2014-07-262-2/+2
* build: fix unused/uninitialized variable warningsAndreas Dilger2014-07-251-3/+0
* e2fsck: clear uninit flag on directory extentsDarrick J. Wong2014-07-253-3/+36
* e2fsck: pass2 should not process directory blocks that are impossibly largeDarrick J. Wong2014-07-251-0/+11
* e2fsck: always submit logical block 0 of a directory for pass 2Darrick J. Wong2014-07-251-0/+15
* e2fsck: collapse holes in extent-based directoriesDarrick J. Wong2014-07-253-0/+47
* e2fsck: don't crash during rehashDarrick J. Wong2014-07-251-2/+2
* e2fsck: fix off-by-one bounds check on group numberDarrick J. Wong2014-07-241-2/+2
* e2fsck: force all block allocations to use block_found_mapDarrick J. Wong2014-07-246-53/+9
* e2fsck: free ctx->fs, not fs, at the end of fsckDarrick J. Wong2014-07-241-1/+1
* e2fsck: fix inode coherency issue when iterating an inode's blocksDarrick J. Wong2014-07-221-1/+24
* e2fsck: check error return from ext2fs_extent_fix_parents in pass 1Theodore Ts'o2014-07-221-3/+14
* e2fsck: skip clearing bad extents if bitmaps are unreadableDarrick J. Wong2014-07-221-0/+20
* e2fsck: don't offer to recreate the journal if fsck is aborting due to bad bl...Darrick J. Wong2014-07-221-1/+2
* e2fsck: report correct inode number in pass1bDarrick J. Wong2014-07-221-0/+1
* e2fsck: reopen the file system with saved flags after a journal replayTheodore Ts'o2014-07-053-1/+3
* e2fsprogs: introduce ext2fs_close_free() helperLukas Czerner2014-07-053-14/+10
* e2fsck: fix last mount time and last write time in preen modeJan Kara2014-07-041-2/+2
* e2fsprogs: remove checker infrastructureEric Sandeen2014-07-041-9/+0
* e2fsck: sort the abbreviations betterBenno Schulenberg2014-06-031-4/+4
* e2fsck: make two comments match the messagesBenno Schulenberg2014-06-031-2/+2
* e2fsck: make a prompt message simpler and thus translatableBenno Schulenberg2014-06-032-2/+1
* e2fsck: fully and properly gettextize two error messagesBenno Schulenberg2014-06-011-6/+10
* e2fsck: fix Makefile dependency for quota.oTheodore Ts'o2014-05-221-0/+10
* quota: integrate mkquota.h into quotaio.hTheodore Ts'o2014-05-133-108/+81
* e2fsck: if any problems are fixed in pass 0, check the whole file systemTheodore Ts'o2014-05-043-1/+8
* e2fsck: skip low dtime check if the number of inodes > s_mkfs_timeTheodore Ts'o2014-04-221-4/+6
* e2fsck: don't use e2fsck_global_ctx in e2fsck_set_bitmap_type()Theodore Ts'o2014-03-042-6/+7
* e2fsck: always make sure e2fsck_global_ctx is setTheodore Ts'o2014-03-041-1/+1
* e2fsck: don't add a UUID on a mounted filesystem with csumsMichael Marineau2014-02-231-1/+4
* Add coverage testing using gcovTheodore Ts'o2014-02-231-1/+1
* build: fix LLVM compiler warningsAndreas Dilger2014-02-182-5/+6
* e2fsck, mke2fs: enable octal integers in the profile/config fileTheodore Ts'o2014-01-301-2/+2
* e2fsck: remove uninit block bitmap calculationDarrick J. Wong2014-01-111-91/+12
* Save and restore umask around calls to mkstemp()Theodore Ts'o2014-01-091-0/+3
* Fix up workarounds for dietlibc breakageTheodore Ts'o2014-01-091-1/+2
* e2fsck: fix memory leak on error path in read_bad_blocks_files()Theodore Ts'o2014-01-071-0/+2
* e2fsck: release allocated memory on error or abort in e2fsck_pass1()Theodore Ts'o2014-01-071-24/+26
* e2fsck: add error checking when moving the quota inodeTheodore Ts'o2014-01-051-2/+12
* configure: fix --with-diet-libcTheodore Ts'o2014-01-051-8/+10