aboutsummaryrefslogtreecommitdiff
path: root/resize
AgeCommit message (Expand)Author
2020-03-11tune2fs, resize2fs: make ramdisk binaries.Jaegeuk Kim
2020-01-10Allow resize2fs to compile with BUILD_HOST_staticDario Freni
2019-10-25BACKPORT, FROMLIST: Support the stable_inodes featureEric Biggers
2019-02-10Merge branch 'maint' into nextTheodore Ts'o
2019-02-07AOSP: E2fsprogs: fix ODR issueAndreas Gampe
2018-10-21libext2fs: refactor code which fixes up the checksums in an extent treeTheodore Ts'o
2018-10-20resize2fs: update checksums in the extent tree's relocated blockTheodore Ts'o
2018-10-12AOSP: ODR violation in resize2fs during host buildJiyong Park
2018-08-18Remove obsolete files from the repositoryTheodore Ts'o
2018-08-11build: use MKDIR_P instead of MKINSTALLDIRSRoss Burton
2018-07-22resize2fs: Remove the real kilobytes rant from man pageLukas Czerner
2018-06-26tests: explicitly force resize2fs's use of lazy (or not)Theodore Ts'o
2018-06-25Update Makefile.in files using "make depend"Theodore Ts'o
2018-06-24resize: remove calculation of unused variableTheodore Ts'o
2018-06-23Fix gcc and clang warningsTheodore Ts'o
2018-06-19resize2fs: add missing EOL to error messageJan Kara
2018-02-27resize2fs: remove bigalloc warning for online resizingTheodore Ts'o
2018-02-26AOSP: use e2fsprogs-defaults for ccflagsTheodore Ts'o
2018-02-26AOSP: Add missing libdl dependenciesPavlin Radoslavov
2018-01-02Merge branch 'maint' into nextTheodore Ts'o
2017-12-21Add missing information to various man pages and usage textsTyson Nottingham
2017-12-04Merge branch 'maint' into nextTheodore Ts'o
2017-11-02resize2fs: fix free blocks count sanity check for 64-bit file systemsTheodore Ts'o
2017-10-15Merge branch 'maint' into nextTheodore Ts'o
2017-10-15Fix typos in code comments and developer docsSebastian Rasmussen
2017-10-15Fix typos in error messages and documentationSebastian Rasmussen
2017-08-13Merge branch 'maint' into nextTheodore Ts'o
2017-08-13Add options to gzip and tar to create reproducible artificatsTheodore Ts'o
2017-07-27Merge branch 'maint' into nextTheodore Ts'o
2017-07-23resize2fs: add support for resizing filesystems with ea_inode featureTahsin Erdogan
2017-07-23resize2fs: sanity check the free blocks and inode countsTheodore Ts'o
2017-07-04resize2fs: moving xattr inodes is not supportedTahsin Erdogan
2017-05-23AOSP: Disable macro redefined warnings.Christopher Ferris
2017-05-23AOSP: Convert e2fsprogs targets to soong.Alex Deymo
2017-04-26tests: skip running long test with "make check" and add "make fullcheck"Theodore Ts'o
2016-10-25resize2fs: fix resizing large file systems when block size != page sizeTheodore Ts'o
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