aboutsummaryrefslogtreecommitdiff
path: root/resize
AgeCommit message (Expand)Author
2023-01-27resize2fs: remove unused variable from adjust_superblock()Eric Biggers
2022-08-11Avoid potential NULL dereference when argv[0]Theodore Ts'o
2022-08-11Fix Coverity unintentional integer overflow warningsTheodore Ts'o
2022-08-11resize2fs: use ext2fs_get_arrayzero() instead of ext2fs_get_array() + memset()Theodore Ts'o
2022-08-11resize2fs: open device read-only when -P is passedMichael Hudson-Doyle
2022-08-11resize2fs: trim resize to cluster boundaryKiselev, Oleg
2022-08-07Fix UBSAN if s_log_groups_per_flex is 31Theodore Ts'o
2022-08-04resize2fs: fix to respect the environment variable E2FSPROGS_FAKE_TIMETheodore Ts'o
2022-05-11dumpe2fs, resize2fs: avoid memory leak on error pathzhanchengbin
2022-04-28Use mallinfo2 instead of mallinfo if availableLukas Czerner
2022-04-28resize2fs: remove unused variable 'c'Lukas Czerner
2021-12-28reisze2fs: sanity check free block group counts when calculating minimum sizeTheodore Ts'o
2021-09-30resize2fs: optimize resize2fs_calculate_summary_stats()Theodore Ts'o
2021-09-30resize2fs: adjust new size of the file system to allow a successful resizeTheodore Ts'o
2021-09-30resize2fs: attempt to keep the # of inodes valid by removing the last bgTheodore Ts'o
2021-08-15Change "filesystem" to "file system" in the man pagesTheodore Ts'o
2021-08-15resize2fs.8.in: clarify the description of the progress bar optionTheodore Ts'o
2021-07-27AOSP: Move system_shared_libs into target.bionic clauseColin Cross
2021-07-27AOSP: [LSC] Add LOCAL_LICENSE_KINDS to external/e2fsprogsBob Badour
2021-03-06resize2fs: close the file system on errors or early exitsTheodore Ts'o
2021-03-06resize2fs: avoid allocating over the MMP blockTheodore Ts'o
2021-02-25resize2fs: prevent block bitmap warnings when doing extreme fs expansionsTheodore Ts'o
2021-02-11Fix clang warnings on architectures with a 64-bit longTheodore Ts'o
2021-01-28Merge branch 'maint' into nextTheodore Ts'o
2021-01-28AOSP: tune2fs/resize2fs: make vendor_ramdisk_available.Yifan Hong
2021-01-23Only build resize2fs.static when running "make all-static"Theodore Ts'o
2021-01-21ext2fs: move calculate_summary_stats to ext2fs libHarshad Shirwadkar
2021-01-21Enable threaded support for e2fsprogs' applications.Theodore Ts'o
2021-01-19Merge branch 'maint' into nextTheodore Ts'o
2020-10-04Define MKDIR_P in the Makefile.in files instead in MCONFIG.inTheodore Ts'o
2020-10-02resize2fs: prevent block group descriptors from overflowing the first bgTheodore Ts'o
2020-04-10Teach makefiles to build all static programs using the target all-staticTheodore Ts'o
2020-03-21Merge tag 'v1.45.6' into nextTheodore Ts'o
2020-03-20AOSP: tune2fs, resize2fs: make ramdisk binaries.Jaegeuk Kim
2020-03-20AOSP: Allow resize2fs to compile with BUILD_HOST_staticDario Freni
2020-01-26mke2fs: set overhead in super blockLi Dongyang
2019-11-14Merge branch 'maint' into nextTheodore Ts'o
2019-11-10resize2fs: make minimum size estimates more reliable for mounted fsJan Kara
2019-10-31AOSP: 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