aboutsummaryrefslogtreecommitdiff
path: root/e2fsck/util.c
AgeCommit message (Expand)Author
2022-04-28Use mallinfo2 instead of mallinfo if availableLukas Czerner
2021-02-11Fix clang warnings on architectures with a 64-bit longTheodore Ts'o
2021-01-29e2fsck: drop use of sysctl(2)Theodore Ts'o
2020-10-01e2fsck: use the right conversion specifier in e2fsck_allocate_memory()Lukas Czerner
2020-10-01e2fsck: use size_t instead of int in string_copy()Lukas Czerner
2020-03-23e2fsck: fix various gcc -Wall nitsTheodore Ts'o
2020-02-29e2fsck: avoid mallinfo() if over 2GB allocatedAndreas Dilger
2020-02-29e2fsck: fix e2fsck_allocate_memory() overflowAndreas Dilger
2020-01-24mmp: abstract out repeated 'sizeof(buf), buf' usageAndreas Dilger
2020-01-24mmp: don't assume NUL termination for MMP stringsAndreas Dilger
2018-06-23Fix gcc and clang warningsTheodore Ts'o
2018-06-22misc: add e2mmpstatus utility via dumpe2fsShuichi Ihara
2017-10-15Fix typos in code comments and developer docsSebastian Rasmussen
2017-08-28Silence valgrind warningsTheodore Ts'o
2017-08-21e2fsck: in ask_yn() fall back to English yes/no charactersTheodore Ts'o
2017-03-01e2fsck: report the exit value in the logfileTheodore Ts'o
2015-04-21libext2fs/e2fsck: provide routines to read-ahead metadataDarrick J. Wong
2015-02-16e2fsck: add a 'yes to all' response in interactive modeDarrick J. Wong
2014-10-13libext2fs/e2fsck: refactor everyone who writes zero blocks to diskDarrick J. Wong
2014-08-02e2fsck: correctly preserve fs flags when modifying ignore-csum-error flagDarrick J. Wong
2014-07-06Merge branch 'maint' into nextTheodore Ts'o
2014-07-05e2fsprogs: introduce ext2fs_close_free() helperLukas Czerner
2014-03-06Merge branch 'maint' into nextTheodore Ts'o
2014-03-04e2fsck: don't use e2fsck_global_ctx in e2fsck_set_bitmap_type()Theodore Ts'o
2013-12-26Merge branch 'maint' into nextTheodore Ts'o
2013-12-16Clean up sparse warningsTheodore Ts'o
2013-12-16Merge branch 'maint' into nextTheodore Ts'o
2013-12-15build: quiet LLVM non-literal string format warningAndreas Dilger
2013-12-03Merge branch 'maint' into nextTheodore Ts'o
2013-12-02e2fsck: use errcode_t to suppress some -Wconversion warningsTheodore Ts'o
2013-10-12Merge branch 'maint' into nextTheodore Ts'o
2013-10-07e2fsprogs: fix blk_t <- blk64_t assignment mismatchesDarrick J. Wong
2013-09-09Merge branch 'maint' into nextTheodore Ts'o
2013-09-09e2fsck: don't try to stop mmp if there is no superblock set upEric Sandeen
2013-01-08Merge branch 'maint' into nextTheodore Ts'o
2013-01-08e2fsck: show size requested when memory allocation failsEric Sandeen
2013-01-01Merge branch 'maint' into nextTheodore Ts'o
2013-01-01Fix gcc -Wall nitsTheodore Ts'o
2012-12-29misc: cleanup unused variables on MacOSAndreas Dilger
2012-07-30e2fsck: don't verify bitmap checksumsDarrick J. Wong
2012-03-18e2fsck: add logging capabilityTheodore Ts'o
2011-12-18e2fsck: use different bitmap types as appropriateTheodore Ts'o
2011-11-20e2fsck: return more status if fsck abortsEric Sandeen
2011-09-25ext2fs: add multi-mount protection (INCOMPAT_MMP)Andreas Dilger
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o
2011-05-07Merge branch 'maint' into nextTheodore Ts'o
2011-05-07e2fsck: make the "fs is mounted; continue?" prompt more paranoidTheodore Ts'o
2009-09-07Convert to use io_channel_read_blk64() and io_channel_write_blk64()Valerie Aurora Henson
2009-05-28Add empty function for init_resource_track() and print_resource_track()Ken Chen
2009-05-28e2fsck: use unsigned values for memory tracking statsAndreas Dilger