Whamcloud - gitweb
Merge branch 'maint' into next
[tools/e2fsprogs.git] / resize /
2023-06-15 Theodore Ts'oresize2fs: use Direct I/O when reading the superblock...
2023-01-27 Eric Biggersresize2fs: remove unused variable from adjust_superblock()
2022-08-12 Theodore Ts'oAvoid potential NULL dereference when argv[0]
2022-08-12 Theodore Ts'oFix Coverity unintentional integer overflow warnings
2022-08-11 Theodore Ts'oresize2fs: use ext2fs_get_arrayzero() instead of ext2fs...
2022-08-11 Michael Hudson-Doyleresize2fs: open device read-only when -P is passed
2022-08-11 Kiselev, Olegresize2fs: trim resize to cluster boundary
2022-08-07 Theodore Ts'oFix UBSAN if s_log_groups_per_flex is 31
2022-08-04 Theodore Ts'oresize2fs: fix to respect the environment variable...
2022-05-12 zhanchengbindumpe2fs, resize2fs: avoid memory leak on error path
2022-04-28 Lukas CzernerUse mallinfo2 instead of mallinfo if available
2022-04-28 Lukas Czernerresize2fs: remove unused variable 'c'
2021-12-28 Theodore Ts'oreisze2fs: sanity check free block group counts when...
2021-09-30 Theodore Ts'oresize2fs: optimize resize2fs_calculate_summary_stats()
2021-09-30 Theodore Ts'oresize2fs: adjust new size of the file system to allow...
2021-09-30 Theodore Ts'oresize2fs: attempt to keep the # of inodes valid by...
2021-08-15 Theodore Ts'oChange "filesystem" to "file system" in the man pages
2021-08-15 Theodore Ts'oresize2fs.8.in: clarify the description of the progress...
2021-07-27 Colin CrossAOSP: Move system_shared_libs into target.bionic clause
2021-07-27 Bob BadourAOSP: [LSC] Add LOCAL_LICENSE_KINDS to external/e2fsprogs
2021-03-07 Theodore Ts'oresize2fs: close the file system on errors or early...
2021-03-07 Theodore Ts'oresize2fs: avoid allocating over the MMP block
2021-02-26 Theodore Ts'oresize2fs: prevent block bitmap warnings when doing...
2021-02-11 Theodore Ts'oFix clang warnings on architectures with a 64-bit long
2021-01-28 Theodore Ts'oMerge branch 'maint' into next
2021-01-28 Yifan HongAOSP: tune2fs/resize2fs: make vendor_ramdisk_available.
2021-01-23 Theodore Ts'oOnly build resize2fs.static when running "make all...
2021-01-21 Harshad Shirwadkarext2fs: move calculate_summary_stats to ext2fs lib
2021-01-21 Theodore Ts'oEnable threaded support for e2fsprogs' applications.
2021-01-20 Theodore Ts'oMerge branch 'maint' into next
2020-10-05 Theodore Ts'oDefine MKDIR_P in the Makefile.in files instead in...
2020-10-02 Theodore Ts'oresize2fs: prevent block group descriptors from overflo...
2020-04-10 Theodore Ts'oTeach makefiles to build all static programs using...
2020-03-22 Theodore Ts'oMerge tag 'v1.45.6' into next
2020-03-21 Jaegeuk KimAOSP: tune2fs, resize2fs: make ramdisk binaries.
2020-03-21 Dario FreniAOSP: Allow resize2fs to compile with BUILD_HOST_static
2020-01-27 Li Dongyangmke2fs: set overhead in super block
2019-11-14 Theodore Ts'oMerge branch 'maint' into next
2019-11-10 Jan Kararesize2fs: make minimum size estimates more reliable...
2019-10-31 Eric BiggersAOSP: support the stable_inodes feature
2019-02-11 Theodore Ts'oMerge branch 'maint' into next
2019-02-08 Andreas GampeAOSP: E2fsprogs: fix ODR issue
2018-10-21 Theodore Ts'olibext2fs: refactor code which fixes up the checksums...
2018-10-20 Theodore Ts'oresize2fs: update checksums in the extent tree's reloca...
2018-10-13 Jiyong ParkAOSP: ODR violation in resize2fs during host build
2018-08-18 Theodore Ts'oRemove obsolete files from the repository
2018-08-11 Ross Burtonbuild: use MKDIR_P instead of MKINSTALLDIRS
2018-07-22 Lukas Czernerresize2fs: Remove the real kilobytes rant from man...
2018-06-26 Theodore Ts'otests: explicitly force resize2fs's use of lazy (or...
2018-06-25 Theodore Ts'oUpdate Makefile.in files using "make depend"
2018-06-25 Theodore Ts'oresize: remove calculation of unused variable
2018-06-24 Theodore Ts'oFix gcc and clang warnings
2018-06-19 Jan Kararesize2fs: add missing EOL to error message
2018-02-27 Theodore Ts'oresize2fs: remove bigalloc warning for online resizing
2018-02-26 Theodore Ts'oAOSP: use e2fsprogs-defaults for ccflags
2018-02-26 Pavlin RadoslavovAOSP: Add missing libdl dependencies
2018-01-02 Theodore Ts'oMerge branch 'maint' into next
2017-12-21 Tyson NottinghamAdd missing information to various man pages and usage...
2017-12-05 Theodore Ts'oMerge branch 'maint' into next
2017-11-02 Theodore Ts'oresize2fs: fix free blocks count sanity check for 64...
2017-10-16 Theodore Ts'oMerge branch 'maint' into next
2017-10-16 Sebastian RasmussenFix typos in code comments and developer docs
2017-10-16 Sebastian RasmussenFix typos in error messages and documentation
2017-08-14 Theodore Ts'oMerge branch 'maint' into next
2017-08-13 Theodore Ts'oAdd options to gzip and tar to create reproducible...
2017-07-28 Theodore Ts'oMerge branch 'maint' into next
2017-07-24 Tahsin Erdoganresize2fs: add support for resizing filesystems with...
2017-07-23 Theodore Ts'oresize2fs: sanity check the free blocks and inode counts
2017-07-05 Tahsin Erdoganresize2fs: moving xattr inodes is not supported
2017-05-24 Christopher FerrisAOSP: Disable macro redefined warnings.
2017-05-24 Alex DeymoAOSP: Convert e2fsprogs targets to soong.
2017-04-26 Theodore Ts'otests: skip running long test with "make check" and...
2016-10-25 Theodore Ts'oresize2fs: fix resizing large file systems when block...
2016-08-10 Theodore Ts'oresize2fs: fix crash when there is an ea block and...
2016-06-07 Theodore Ts'otune2fs,resize2fs: special case HURD only when testing...
2016-06-04 Theodore Ts'oAdd clarifications to the e4defrag and resize2fs man...
2016-05-29 Theodore Ts'oe2fsck,resize2fs: fix gcc -Wall nits
2016-05-22 Theodore Ts'oAdd --enable-hardening which builds e2fsprogs with...
2016-05-11 Theodore Ts'oresize2fs, libext2fs: fix bugs in sparse_super2 support
2016-03-15 Alex DeymoAndroid.mk: Replace _host suffix with more standard...
2016-03-07 Eric Sandeenresize2fs: clear uninit BG if allocating from new group
2016-03-07 Theodore Ts'oMerge branch 'maint' into next
2016-03-07 Andreas Dilgermisc: replace comparison macros with inline functions
2015-10-24 Darrick J. Wongresize2fs: clean up feature test macros with predicate...
2015-07-13 Theodore Ts'oEliminate unused parameter warnings from Android build
2015-07-13 Theodore Ts'oEliminate doubly defined _LARGEFILE_SOURCE warning
2015-05-17 Darrick J. Wongmisc: fix undo file setup
2015-05-05 Darrick J. Wongresize2fs: optionally create undo file
2015-03-30 Theodore Ts'oClean up and fix Android build files
2015-03-01 Theodore Ts'oAdd files to build on Android
2015-01-27 Darrick J. Wongresize2fs: fix regression test to not depend on ext4...
2015-01-19 Theodore Ts'oMerge branch 'maint' into next
2015-01-19 Darrick J. WongFix clang warning and a resource leak
2014-12-15 Darrick J. Wongresize2fs: convert fs to and from 64bit mode
2014-12-15 Darrick J. Wongresize2fs: don't play stupid games with the block count
2014-12-15 Darrick J. Wongresize2fs: set bg flags and unused inode count when...
2014-12-15 Darrick J. Wongresize2fs: don't interpret bitmap shift while crossing...
2014-12-15 Darrick J. Wongresize2fs: use old_fs to detect per-bg metadata blocks...
2014-12-15 Theodore Ts'oMerge branch 'maint' into next
2014-12-15 Eric Sandeenresize2fs: don't require fsck to print min size
next