aboutsummaryrefslogtreecommitdiff
path: root/resize
AgeCommit message (Expand)Author
2017-02-24Disable macro redefined warnings.Christopher Ferris
2017-01-23Convert e2fsprogs targets to soong.Alex Deymo
2016-08-10resize2fs: fix crash when there is an ea block and no blocks to migrateTheodore Ts'o
2016-06-07tune2fs,resize2fs: special case HURD only when testing s_creator_osTheodore Ts'o
2016-06-03Add clarifications to the e4defrag and resize2fs man pagesTheodore Ts'o
2016-05-29e2fsck,resize2fs: fix gcc -Wall nitsTheodore Ts'o
2016-05-22Add --enable-hardening which builds e2fsprogs with security hardeningTheodore Ts'o
2016-05-10resize2fs, libext2fs: fix bugs in sparse_super2 supportTheodore Ts'o
2016-03-15Android.mk: Replace _host suffix with more standard -host suffixAlex Deymo
2016-03-06resize2fs: clear uninit BG if allocating from new groupEric Sandeen
2016-03-06Merge branch 'maint' into nextTheodore Ts'o
2016-03-06misc: replace comparison macros with inline functionsAndreas Dilger
2015-10-24resize2fs: clean up feature test macros with predicate functionsDarrick J. Wong
2015-07-13Eliminate unused parameter warnings from Android buildTheodore Ts'o
2015-07-12Eliminate doubly defined _LARGEFILE_SOURCE warningTheodore Ts'o
2015-05-16misc: fix undo file setupDarrick J. Wong
2015-05-05resize2fs: optionally create undo fileDarrick J. Wong
2015-03-30Clean up and fix Android build filesTheodore Ts'o
2015-03-01Add files to build on AndroidTheodore Ts'o
2015-01-27resize2fs: fix regression test to not depend on ext4.ko being loadedDarrick J. Wong
2015-01-19Merge branch 'maint' into nextTheodore Ts'o
2015-01-19Fix clang warning and a resource leakDarrick J. Wong
2014-12-15resize2fs: convert fs to and from 64bit modeDarrick J. Wong
2014-12-14resize2fs: don't play stupid games with the block countDarrick J. Wong
2014-12-14resize2fs: set bg flags and unused inode count when resizingDarrick J. Wong
2014-12-14resize2fs: don't interpret bitmap shift while crossing flexbg as raid strideDarrick J. Wong
2014-12-14resize2fs: use old_fs to detect per-bg metadata blocks to freeDarrick J. Wong
2014-12-14Merge branch 'maint' into nextTheodore Ts'o
2014-12-14resize2fs: don't require fsck to print min sizeEric Sandeen
2014-12-13resize2fs: quickly rewrite extent blocks when moving an inode w/ metadata_csumDarrick J. Wong
2014-12-13resize2fs: don't exit if shrinking sparse_super2 fs to one bgDarrick J. Wong
2014-11-07misc: fix compiler warnings and minor build errorsDarrick J. Wong
2014-10-13libext2fs/e2fsck: refactor everyone who writes zero blocks to diskDarrick J. Wong
2014-10-11Merge branch 'maint' into nextTheodore Ts'o
2014-10-08resize2fs: fix fs->blocksize dereference after fs has been freedTheodore Ts'o
2014-09-11Merge branch 'maint' into nextTheodore Ts'o
2014-09-08tests: Add to LD_LIBRARY_PATH instead of overridingMichael Forney
2014-08-25Merge branch 'maint' into nextTheodore Ts'o
2014-08-24resize2fs: clarify the size of blocks in resize2fs's messagesTheodore Ts'o
2014-08-24resize2fs.8.in: clarify when on-line resizing is supportedTheodore Ts'o
2014-08-10Merge branch 'maint' into nextTheodore Ts'o
2014-08-10resize2fs: disable the meta_bg feature if necessaryTheodore Ts'o
2014-07-26Merge branch 'maint' into nextTheodore Ts'o
2014-07-26Fix 32/64-bit overflow when multiplying by blocks/clusters per groupTheodore Ts'o
2014-07-26resize2fs: radically reduce memory utilization by using rbtree bitmapsTheodore Ts'o
2014-07-06Merge branch 'maint' into nextTheodore Ts'o
2014-07-05e2fsprogs: introduce ext2fs_close_free() helperLukas Czerner
2014-06-09resize2fs: don't attempt to calculate minimum size on fs with errorsEric Sandeen
2014-05-13Merge branch 'maint' into nextTheodore Ts'o
2014-05-13resize2fs: fix sanity check in reserve_sparse_super2_last_group()Darrick J. Wong