aboutsummaryrefslogtreecommitdiffstats
path: root/e2fsck/util.c
Commit message (Expand)AuthorAgeFilesLines
* Fix gcc and clang warningsTheodore Ts'o2018-06-231-2/+3
* misc: add e2mmpstatus utility via dumpe2fsShuichi Ihara2018-06-221-5/+17
* Fix typos in code comments and developer docsSebastian Rasmussen2017-10-151-1/+1
* Silence valgrind warningsTheodore Ts'o2017-08-281-1/+1
* e2fsck: in ask_yn() fall back to English yes/no charactersTheodore Ts'o2017-08-211-0/+12
* e2fsck: report the exit value in the logfileTheodore Ts'o2017-03-011-0/+2
* libext2fs/e2fsck: provide routines to read-ahead metadataDarrick J. Wong2015-04-211-0/+51
* e2fsck: add a 'yes to all' response in interactive modeDarrick J. Wong2015-02-161-6/+30
* libext2fs/e2fsck: refactor everyone who writes zero blocks to diskDarrick J. Wong2014-10-131-53/+0
* e2fsck: correctly preserve fs flags when modifying ignore-csum-error flagDarrick J. Wong2014-08-021-1/+4
* Merge branch 'maint' into nextTheodore Ts'o2014-07-061-1/+1
|\
| * e2fsprogs: introduce ext2fs_close_free() helperLukas Czerner2014-07-051-1/+1
* | Merge branch 'maint' into nextTheodore Ts'o2014-03-061-4/+4
|\|
| * e2fsck: don't use e2fsck_global_ctx in e2fsck_set_bitmap_type()Theodore Ts'o2014-03-041-4/+4
* | Merge branch 'maint' into nextTheodore Ts'o2013-12-261-5/+5
|\|
| * Clean up sparse warningsTheodore Ts'o2013-12-161-5/+5
* | Merge branch 'maint' into nextTheodore Ts'o2013-12-161-4/+4
|\|
| * build: quiet LLVM non-literal string format warningAndreas Dilger2013-12-151-4/+4
* | Merge branch 'maint' into nextTheodore Ts'o2013-12-031-4/+4
|\|
| * e2fsck: use errcode_t to suppress some -Wconversion warningsTheodore Ts'o2013-12-021-4/+4
* | Merge branch 'maint' into nextTheodore Ts'o2013-10-121-3/+3
|\|
| * e2fsprogs: fix blk_t <- blk64_t assignment mismatchesDarrick J. Wong2013-10-071-3/+3
* | Merge branch 'maint' into nextTheodore Ts'o2013-09-091-1/+1
|\|
| * e2fsck: don't try to stop mmp if there is no superblock set upEric Sandeen2013-09-091-1/+1
* | Merge branch 'maint' into nextTheodore Ts'o2013-01-081-1/+2
|\|
| * e2fsck: show size requested when memory allocation failsEric Sandeen2013-01-081-1/+2
* | Merge branch 'maint' into nextTheodore Ts'o2013-01-011-6/+1
|\|
| * Fix gcc -Wall nitsTheodore Ts'o2013-01-011-5/+1
| * misc: cleanup unused variables on MacOSAndreas Dilger2012-12-291-1/+0
* | e2fsck: don't verify bitmap checksumsDarrick J. Wong2012-07-301-0/+2
|/
* e2fsck: add logging capabilityTheodore Ts'o2012-03-181-35/+64
* e2fsck: use different bitmap types as appropriateTheodore Ts'o2011-12-181-0/+61
* e2fsck: return more status if fsck abortsEric Sandeen2011-11-201-2/+21
* ext2fs: add multi-mount protection (INCOMPAT_MMP)Andreas Dilger2011-09-251-0/+28
* Shorten compile commands run by the build systemTheodore Ts'o2011-09-181-0/+1
* Merge branch 'maint' into nextTheodore Ts'o2011-05-071-1/+1
|\
| * e2fsck: make the "fs is mounted; continue?" prompt more paranoidTheodore Ts'o2011-05-071-1/+1
* | Convert to use io_channel_read_blk64() and io_channel_write_blk64()Valerie Aurora Henson2009-09-071-2/+2
|/
* Add empty function for init_resource_track() and print_resource_track()Ken Chen2009-05-281-2/+7
* e2fsck: use unsigned values for memory tracking statsAndreas Dilger2009-05-281-4/+5
* e2fsck: Fix warn_unused_result warnings from gccTheodore Ts'o2009-04-221-0/+23
* e2fsck: print unsigned RAM usage statisticsAndreas Dilger2009-04-071-7/+7
* e2fsprogs: fix potential null ptr defef in check_for_modules()Eric Sandeen2009-03-061-0/+2
* e2fsck: Offer to clear the test_fs flag if ext4 is availableTheodore Ts'o2008-10-121-1/+85
* e2fsck: exit from preenhalt if IO errors were encounteredEric Sandeen2008-10-121-0/+1
* Remove trailing whitespace for the entire source treeTheodore Ts'o2008-08-271-15/+15
* e2fsck_write_bitmaps() optimizationAndreas Dilger2008-08-241-22/+8
* Make e2fsck uninit block group awareJose R. Santos2008-03-201-0/+61
* Improve support for in-inode EA'sAndreas Dilger2008-02-181-0/+14
* Clean up applications to not use EXT2FS_ENABLE_SWAPFS or EXT2_FLAG_SWAP_BYTESTheodore Ts'o2007-08-111-1/+1