summaryrefslogtreecommitdiff
path: root/resize
Commit message (Expand)AuthorAgeFilesLines
* resize2fs: remove unused variable from adjust_superblock()Eric Biggers2023-01-271-4/+0
* Avoid potential NULL dereference when argv[0]Theodore Ts'o2022-08-111-1/+3
* Fix Coverity unintentional integer overflow warningsTheodore Ts'o2022-08-111-1/+1
* resize2fs: use ext2fs_get_arrayzero() instead of ext2fs_get_array() + memset()Theodore Ts'o2022-08-111-3/+1
* resize2fs: open device read-only when -P is passedMichael Hudson-Doyle2022-08-111-2/+6
* resize2fs: trim resize to cluster boundaryKiselev, Oleg2022-08-111-0/+6
* Fix UBSAN if s_log_groups_per_flex is 31Theodore Ts'o2022-08-072-2/+2
* resize2fs: fix to respect the environment variable E2FSPROGS_FAKE_TIMETheodore Ts'o2022-08-041-2/+4
* dumpe2fs, resize2fs: avoid memory leak on error pathzhanchengbin2022-05-111-2/+2
* Use mallinfo2 instead of mallinfo if availableLukas Czerner2022-04-281-3/+10
* resize2fs: remove unused variable 'c'Lukas Czerner2022-04-281-1/+1
* reisze2fs: sanity check free block group counts when calculating minimum sizeTheodore Ts'o2021-12-281-2/+11
* resize2fs: optimize resize2fs_calculate_summary_stats()Theodore Ts'o2021-09-301-54/+25
* resize2fs: adjust new size of the file system to allow a successful resizeTheodore Ts'o2021-09-303-6/+90
* resize2fs: attempt to keep the # of inodes valid by removing the last bgTheodore Ts'o2021-09-301-0/+9
* Change "filesystem" to "file system" in the man pagesTheodore Ts'o2021-08-151-17/+17
* resize2fs.8.in: clarify the description of the progress bar optionTheodore Ts'o2021-08-151-3/+4
* AOSP: Move system_shared_libs into target.bionic clauseColin Cross2021-07-271-2/+0
* AOSP: [LSC] Add LOCAL_LICENSE_KINDS to external/e2fsprogsBob Badour2021-07-271-0/+9
* resize2fs: close the file system on errors or early exitsTheodore Ts'o2021-03-061-20/+30
* resize2fs: avoid allocating over the MMP blockTheodore Ts'o2021-03-061-0/+5
* resize2fs: prevent block bitmap warnings when doing extreme fs expansionsTheodore Ts'o2021-02-251-4/+8
* Fix clang warnings on architectures with a 64-bit longTheodore Ts'o2021-02-115-31/+55
* Merge branch 'maint' into nextTheodore Ts'o2021-01-281-0/+1
|\
| * AOSP: tune2fs/resize2fs: make vendor_ramdisk_available.Yifan Hong2021-01-281-0/+1
* | Only build resize2fs.static when running "make all-static"Theodore Ts'o2021-01-231-1/+1
* | ext2fs: move calculate_summary_stats to ext2fs libHarshad Shirwadkar2021-01-211-3/+3
* | Enable threaded support for e2fsprogs' applications.Theodore Ts'o2021-01-211-1/+1
* | Merge branch 'maint' into nextTheodore Ts'o2021-01-192-0/+15
|\ \ | |/
| * Define MKDIR_P in the Makefile.in files instead in MCONFIG.inTheodore Ts'o2020-10-041-0/+1
| * resize2fs: prevent block group descriptors from overflowing the first bgTheodore Ts'o2020-10-021-0/+14
* | Teach makefiles to build all static programs using the target all-staticTheodore Ts'o2020-04-101-0/+2
* | Merge tag 'v1.45.6' into nextTheodore Ts'o2020-03-211-11/+37
|\ \ | |/
| * AOSP: tune2fs, resize2fs: make ramdisk binaries.Jaegeuk Kim2020-03-201-18/+29
| * AOSP: Allow resize2fs to compile with BUILD_HOST_staticDario Freni2020-03-201-7/+22
* | mke2fs: set overhead in super blockLi Dongyang2020-01-261-0/+1
* | Merge branch 'maint' into nextTheodore Ts'o2019-11-141-4/+4
|\ \ | |/
| * resize2fs: make minimum size estimates more reliable for mounted fsJan Kara2019-11-101-4/+4
* | AOSP: support the stable_inodes featureEric Biggers2019-10-311-0/+6
|/
* Merge branch 'maint' into nextTheodore Ts'o2019-02-101-0/+1
|\
| * AOSP: E2fsprogs: fix ODR issueAndreas Gampe2019-02-071-0/+1
* | libext2fs: refactor code which fixes up the checksums in an extent treeTheodore Ts'o2018-10-211-54/+2
|/
* resize2fs: update checksums in the extent tree's relocated blockTheodore Ts'o2018-10-201-12/+10
* AOSP: ODR violation in resize2fs during host buildJiyong Park2018-10-121-1/+0
* 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
* 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