1. 1e19b01 resize2fs: fix resizing large file systems when block size != page size by Theodore Ts'o · 8 years ago
  2. 3d6fc97 resize2fs: fix crash when there is an ea block and no blocks to migrate by Theodore Ts'o · 8 years ago
  3. 81f965a tune2fs,resize2fs: special case HURD only when testing s_creator_os by Theodore Ts'o · 8 years ago
  4. 97b7a94 Add clarifications to the e4defrag and resize2fs man pages by Theodore Ts'o · 8 years ago
  5. 62f9bd0 e2fsck,resize2fs: fix gcc -Wall nits by Theodore Ts'o · 8 years ago
  6. fd1677e Add --enable-hardening which builds e2fsprogs with security hardening by Theodore Ts'o · 8 years ago
  7. aaa1ae0 resize2fs, libext2fs: fix bugs in sparse_super2 support by Theodore Ts'o · 8 years ago
  8. 205593f Android.mk: Replace _host suffix with more standard -host suffix by Alex Deymo · 9 years ago
  9. f374572 resize2fs: clear uninit BG if allocating from new group by Eric Sandeen · 9 years ago
  10. 6d4bb11 Merge branch 'maint' into next by Theodore Ts'o · 9 years ago
  11. 539d3ae misc: replace comparison macros with inline functions by Andreas Dilger · 9 years ago
  12. 21e37be resize2fs: clean up feature test macros with predicate functions by Darrick J. Wong · 9 years ago
  13. 25f291c Eliminate unused parameter warnings from Android build by Theodore Ts'o · 9 years ago
  14. f1644c3 Eliminate doubly defined _LARGEFILE_SOURCE warning by Theodore Ts'o · 9 years ago
  15. b085139 misc: fix undo file setup by Darrick J. Wong · 9 years ago
  16. 03f9fd2 resize2fs: optionally create undo file by Darrick J. Wong · 9 years ago
  17. 4fb758a Clean up and fix Android build files by Theodore Ts'o · 10 years ago
  18. 321f344 Add files to build on Android by Theodore Ts'o · 10 years ago
  19. f21c30d resize2fs: fix regression test to not depend on ext4.ko being loaded by Darrick J. Wong · 10 years ago
  20. 5600802 Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  21. c916e52 Fix clang warning and a resource leak by Darrick J. Wong · 10 years ago
  22. fe12931 resize2fs: convert fs to and from 64bit mode by Darrick J. Wong · 10 years ago
  23. 538ef36 resize2fs: don't play stupid games with the block count by Darrick J. Wong · 10 years ago
  24. 1862ef7 resize2fs: set bg flags and unused inode count when resizing by Darrick J. Wong · 10 years ago
  25. 2273a17 resize2fs: don't interpret bitmap shift while crossing flexbg as raid stride by Darrick J. Wong · 10 years ago
  26. 8e98899 resize2fs: use old_fs to detect per-bg metadata blocks to free by Darrick J. Wong · 10 years ago
  27. 0698ecc Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  28. 0462fd6 resize2fs: don't require fsck to print min size by Eric Sandeen · 10 years ago
  29. fb30384 resize2fs: quickly rewrite extent blocks when moving an inode w/ metadata_csum by Darrick J. Wong · 10 years ago
  30. 4495c5a resize2fs: don't exit if shrinking sparse_super2 fs to one bg by Darrick J. Wong · 10 years ago
  31. 180f376 misc: fix compiler warnings and minor build errors by Darrick J. Wong · 10 years ago
  32. 08c8e31 libext2fs/e2fsck: refactor everyone who writes zero blocks to disk by Darrick J. Wong · 10 years ago
  33. 6a0f113 Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  34. deae5e8 resize2fs: fix fs->blocksize dereference after fs has been freed by Theodore Ts'o · 10 years ago
  35. 330cebc Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  36. 60abcd7 tests: Add to LD_LIBRARY_PATH instead of overriding by Michael Forney · 10 years ago
  37. c1c8800 Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  38. 77255cf resize2fs: clarify the size of blocks in resize2fs's messages by Theodore Ts'o · 10 years ago
  39. 061c566 resize2fs.8.in: clarify when on-line resizing is supported by Theodore Ts'o · 10 years ago
  40. 6808328 Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  41. c82815e resize2fs: disable the meta_bg feature if necessary by Theodore Ts'o · 10 years ago
  42. 50972e1 Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  43. 1e33a8b Fix 32/64-bit overflow when multiplying by blocks/clusters per group by Theodore Ts'o · 10 years ago
  44. baab9f4 resize2fs: radically reduce memory utilization by using rbtree bitmaps by Theodore Ts'o · 10 years ago
  45. 7f7d1cb Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  46. 47fee2e e2fsprogs: introduce ext2fs_close_free() helper by Lukas Czerner · 10 years ago
  47. 7d7a8fe resize2fs: don't attempt to calculate minimum size on fs with errors by Eric Sandeen · 10 years ago
  48. ba08cb9 Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  49. 1244cac resize2fs: fix sanity check in reserve_sparse_super2_last_group() by Darrick J. Wong · 10 years ago
  50. a46300f misc: create better-packaged static analysis reports by Darrick J. Wong · 10 years ago
  51. c9bc748 Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  52. cd84e9a resize2fs: fix inode table move for the backwards move case by Theodore Ts'o · 10 years ago
  53. 45a78b8 resize2fs: refine minimum required blocks for flex_bg file systems by Theodore Ts'o · 10 years ago
  54. b4f30fc resize2fs: fix overly-pessimistic calculation of minimum size required by Theodore Ts'o · 10 years ago
  55. f160524 all: Introduce cppcheck static checking for make C=1 by Darrick J. Wong · 11 years ago
  56. d05c9c7 resize2fs: add inline dirs for remapping by Darrick J. Wong · 11 years ago
  57. 3ba59bf Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  58. 118d3f0 resize2fs: don't free in-use clusters when moving blocks by Darrick J. Wong · 11 years ago
  59. 01d6aa9 resize2fs: during shrink, don't free in-use bg data clusters by Darrick J. Wong · 11 years ago
  60. fedfb27 Add coverage testing using gcov by Theodore Ts'o · 11 years ago
  61. dc084ab Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  62. 585bca6 Set pointer to NULL after ext2fs_free by Lukas Czerner · 11 years ago
  63. f0996c1 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  64. 65c6c3e Add support for new compat feature "sparse_super2" by Theodore Ts'o · 11 years ago
  65. d2dce12 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  66. c2c6959 test_extents: fix a possible memory leak by Theodore Ts'o · 11 years ago
  67. 6c59a66 configure: fix --with-diet-libc by Theodore Ts'o · 11 years ago
  68. 2ffccc8 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  69. f404167 Clean up sparse warnings by Theodore Ts'o · 11 years ago
  70. e4681bc Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  71. 45ff69f build: quiet LLVM non-literal string format warning by Andreas Dilger · 11 years ago
  72. fb47b94 resize2fs: rewrite extent/dir/ea block checksums when migrating by Darrick J. Wong · 11 years ago
  73. 22cde00 misc: use the checksum predicate function, not raw flag tests by Darrick J. Wong · 11 years ago
  74. 2d3df8d Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  75. e39082e misc: don't leak file descriptors (on error paths) by Darrick J. Wong · 11 years ago
  76. e337e7f Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  77. 832cb61 e2fsprogs: add (optional) sparse checking to the build by Darrick J. Wong · 11 years ago
  78. e9736a3 resize2fs: relocate inode table blocks if necessary when shrinking by Theodore Ts'o · 11 years ago
  79. 2215293 resize2fs: fix -M size calculations to avoid cutting off the inode table by Theodore Ts'o · 11 years ago
  80. e231f17 resize2fs: add debugging support for resize2fs -M calcuations by Theodore Ts'o · 11 years ago
  81. fc9f162 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  82. 0851517 resize2fs: use blk64_t and location getters for free_gdp_blocks() by Darrick J. Wong · 11 years ago
  83. 93061ea Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  84. 80391dc resize2fs: move bitmaps if shrinking would orphan them by Eric Sandeen · 11 years ago
  85. 70f4632 libext2fs: provide functions to safely access name_len and file_type by Jan Kara · 11 years ago
  86. 07bcd90 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  87. f026f1a resize2fs: fix off-line resize of file systems with flex_bg && !resize_inode by Theodore Ts'o · 12 years ago
  88. 8c236c6 Merge branch 'maint' into next by Theodore Ts'o · 12 years ago
  89. 0d89e5a Fix warnings about functions not returning a value by Philipp Thomas · 12 years ago
  90. fca8b1b Merge branch 'maint' into next by Theodore Ts'o · 12 years ago
  91. a713a7f mke2fs, tune2fs, resize2fs: add warning messages for bigalloc and quota by Theodore Ts'o · 12 years ago
  92. d1a1a58 resize2fs: move a cluster at a time with bigalloc file systems by Theodore Ts'o · 12 years ago
  93. 1773c87 resize2fs: correctly account for clusters when calculating summary stats by Theodore Ts'o · 12 years ago
  94. 7b68fa3 Merge branch 'maint' into next by Theodore Ts'o · 12 years ago
  95. 921b79b resize2fs: check in test-resize script by Theodore Ts'o · 12 years ago
  96. 5a760d4 resize2fs: add debugging code to test the old online resizing interfaces by Theodore Ts'o · 12 years ago
  97. 827f452 Merge branch 'maint' into next by Theodore Ts'o · 12 years ago
  98. 027b057 Fix 32-bit overflow problems: dgrp_t * s_blocks_per_group by Theodore Ts'o · 12 years ago
  99. a0ba54e resize2fs: use [un]mark_block_range bitmap functions to reduce CPU usage by Theodore Ts'o · 12 years ago
  100. 1eb31c4 resize2fs: add resource tracking as a debug option by Theodore Ts'o · 12 years ago