aboutsummaryrefslogtreecommitdiffstats
path: root/resize
Commit message (Expand)AuthorAgeFilesLines
* E2fsprogs: fix ODR issueAndreas Gampe2019-01-291-0/+1
* Update e2fsprogs to 1.44.4 from upstream.David Anderson2018-10-113-25/+6
|\
| * Remove obsolete files from the repositoryTheodore Ts'o2018-08-181-11/+0
| * build: use MKDIR_P instead of MKINSTALLDIRSRoss Burton2018-08-111-2/+2
| * resize2fs: Remove the real kilobytes rant from man pageLukas Czerner2018-07-221-12/+4
* | ODR violation in resize2fs during host buildJiyong Park2018-09-181-1/+0
|/
* tests: explicitly force resize2fs's use of lazy (or not)Theodore Ts'o2018-06-261-2/+3
* Update Makefile.in files using "make depend"Theodore Ts'o2018-06-251-12/+12
* resize: remove calculation of unused variableTheodore Ts'o2018-06-241-8/+1
* Fix gcc and clang warningsTheodore Ts'o2018-06-231-2/+3
* resize2fs: add missing EOL to error messageJan Kara2018-06-191-1/+1
* resize2fs: remove bigalloc warning for online resizingTheodore Ts'o2018-02-271-1/+0
* AOSP: use e2fsprogs-defaults for ccflagsTheodore Ts'o2018-02-261-1/+1
* AOSP: Add missing libdl dependenciesPavlin Radoslavov2018-02-261-1/+1
* Merge branch 'maint' into nextTheodore Ts'o2018-01-021-1/+2
|\
| * Add missing information to various man pages and usage textsTyson Nottingham2017-12-211-1/+2
* | Merge branch 'maint' into nextTheodore Ts'o2017-12-041-1/+2
|\|
| * resize2fs: fix free blocks count sanity check for 64-bit file systemsTheodore Ts'o2017-11-021-1/+2
* | Merge branch 'maint' into nextTheodore Ts'o2017-10-158-14/+14
|\|
| * Fix typos in code comments and developer docsSebastian Rasmussen2017-10-157-13/+13
| * Fix typos in error messages and documentationSebastian Rasmussen2017-10-151-1/+1
* | Merge branch 'maint' into nextTheodore Ts'o2017-08-131-29/+0
|\|
| * Add options to gzip and tar to create reproducible artificatsTheodore Ts'o2017-08-131-29/+0
* | Merge branch 'maint' into nextTheodore Ts'o2017-07-271-0/+4
|\|
| * resize2fs: sanity check the free blocks and inode countsTheodore Ts'o2017-07-231-0/+4
* | resize2fs: add support for resizing filesystems with ea_inode featureTahsin Erdogan2017-07-231-10/+157
* | resize2fs: moving xattr inodes is not supportedTahsin Erdogan2017-07-041-0/+9
* | AOSP: Disable macro redefined warnings.Christopher Ferris2017-05-231-1/+1
* | AOSP: Convert e2fsprogs targets to soong.Alex Deymo2017-05-232-45/+24
* | tests: skip running long test with "make check" and add "make fullcheck"Theodore Ts'o2017-04-261-1/+1
|/
* resize2fs: fix resizing large file systems when block size != page sizeTheodore Ts'o2016-10-251-1/+1
* resize2fs: fix crash when there is an ea block and no blocks to migrateTheodore Ts'o2016-08-101-1/+1
* tune2fs,resize2fs: special case HURD only when testing s_creator_osTheodore Ts'o2016-06-071-1/+1
* Add clarifications to the e4defrag and resize2fs man pagesTheodore Ts'o2016-06-031-2/+7
* e2fsck,resize2fs: fix gcc -Wall nitsTheodore Ts'o2016-05-292-19/+21
* Add --enable-hardening which builds e2fsprogs with security hardeningTheodore Ts'o2016-05-221-2/+1
* resize2fs, libext2fs: fix bugs in sparse_super2 supportTheodore Ts'o2016-05-101-10/+24
* Android.mk: Replace _host suffix with more standard -host suffixAlex Deymo2016-03-151-1/+1
* resize2fs: clear uninit BG if allocating from new groupEric Sandeen2016-03-061-0/+7
* Merge branch 'maint' into nextTheodore Ts'o2016-03-061-14/+24
|\
| * misc: replace comparison macros with inline functionsAndreas Dilger2016-03-061-14/+24
* | resize2fs: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-243-57/+37
* | Eliminate unused parameter warnings from Android buildTheodore Ts'o2015-07-131-3/+6
* | Eliminate doubly defined _LARGEFILE_SOURCE warningTheodore Ts'o2015-07-121-0/+4
* | misc: fix undo file setupDarrick J. Wong2015-05-161-15/+14
* | resize2fs: optionally create undo fileDarrick J. Wong2015-05-052-4/+103
* | Clean up and fix Android build filesTheodore Ts'o2015-03-301-25/+1
* | Add files to build on AndroidTheodore Ts'o2015-03-011-0/+69
* | resize2fs: fix regression test to not depend on ext4.ko being loadedDarrick J. Wong2015-01-271-1/+2
* | Merge branch 'maint' into nextTheodore Ts'o2015-01-191-2/+4
|\|