1. ba08cb9 Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  2. 1244cac resize2fs: fix sanity check in reserve_sparse_super2_last_group() by Darrick J. Wong · 10 years ago
  3. a46300f misc: create better-packaged static analysis reports by Darrick J. Wong · 10 years ago
  4. c9bc748 Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  5. cd84e9a resize2fs: fix inode table move for the backwards move case by Theodore Ts'o · 10 years ago
  6. 45a78b8 resize2fs: refine minimum required blocks for flex_bg file systems by Theodore Ts'o · 10 years ago
  7. b4f30fc resize2fs: fix overly-pessimistic calculation of minimum size required by Theodore Ts'o · 10 years ago
  8. f160524 all: Introduce cppcheck static checking for make C=1 by Darrick J. Wong · 11 years ago
  9. d05c9c7 resize2fs: add inline dirs for remapping by Darrick J. Wong · 11 years ago
  10. 3ba59bf Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  11. 118d3f0 resize2fs: don't free in-use clusters when moving blocks by Darrick J. Wong · 11 years ago
  12. 01d6aa9 resize2fs: during shrink, don't free in-use bg data clusters by Darrick J. Wong · 11 years ago
  13. fedfb27 Add coverage testing using gcov by Theodore Ts'o · 11 years ago
  14. dc084ab Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  15. 585bca6 Set pointer to NULL after ext2fs_free by Lukas Czerner · 11 years ago
  16. f0996c1 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  17. 65c6c3e Add support for new compat feature "sparse_super2" by Theodore Ts'o · 11 years ago
  18. d2dce12 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  19. c2c6959 test_extents: fix a possible memory leak by Theodore Ts'o · 11 years ago
  20. 6c59a66 configure: fix --with-diet-libc by Theodore Ts'o · 11 years ago
  21. 2ffccc8 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  22. f404167 Clean up sparse warnings by Theodore Ts'o · 11 years ago
  23. e4681bc Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  24. 45ff69f build: quiet LLVM non-literal string format warning by Andreas Dilger · 11 years ago
  25. fb47b94 resize2fs: rewrite extent/dir/ea block checksums when migrating by Darrick J. Wong · 11 years ago
  26. 22cde00 misc: use the checksum predicate function, not raw flag tests by Darrick J. Wong · 11 years ago
  27. 2d3df8d Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  28. e39082e misc: don't leak file descriptors (on error paths) by Darrick J. Wong · 11 years ago
  29. e337e7f Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  30. 832cb61 e2fsprogs: add (optional) sparse checking to the build by Darrick J. Wong · 11 years ago
  31. e9736a3 resize2fs: relocate inode table blocks if necessary when shrinking by Theodore Ts'o · 11 years ago
  32. 2215293 resize2fs: fix -M size calculations to avoid cutting off the inode table by Theodore Ts'o · 11 years ago
  33. e231f17 resize2fs: add debugging support for resize2fs -M calcuations by Theodore Ts'o · 11 years ago
  34. fc9f162 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  35. 0851517 resize2fs: use blk64_t and location getters for free_gdp_blocks() by Darrick J. Wong · 11 years ago
  36. 93061ea Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  37. 80391dc resize2fs: move bitmaps if shrinking would orphan them by Eric Sandeen · 11 years ago
  38. 70f4632 libext2fs: provide functions to safely access name_len and file_type by Jan Kara · 11 years ago
  39. 07bcd90 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  40. f026f1a resize2fs: fix off-line resize of file systems with flex_bg && !resize_inode by Theodore Ts'o · 12 years ago
  41. 8c236c6 Merge branch 'maint' into next by Theodore Ts'o · 12 years ago
  42. 0d89e5a Fix warnings about functions not returning a value by Philipp Thomas · 12 years ago
  43. fca8b1b Merge branch 'maint' into next by Theodore Ts'o · 12 years ago
  44. a713a7f mke2fs, tune2fs, resize2fs: add warning messages for bigalloc and quota by Theodore Ts'o · 12 years ago
  45. d1a1a58 resize2fs: move a cluster at a time with bigalloc file systems by Theodore Ts'o · 12 years ago
  46. 1773c87 resize2fs: correctly account for clusters when calculating summary stats by Theodore Ts'o · 12 years ago
  47. 7b68fa3 Merge branch 'maint' into next by Theodore Ts'o · 12 years ago
  48. 921b79b resize2fs: check in test-resize script by Theodore Ts'o · 12 years ago
  49. 5a760d4 resize2fs: add debugging code to test the old online resizing interfaces by Theodore Ts'o · 12 years ago
  50. 827f452 Merge branch 'maint' into next by Theodore Ts'o · 12 years ago
  51. 027b057 Fix 32-bit overflow problems: dgrp_t * s_blocks_per_group by Theodore Ts'o · 12 years ago
  52. a0ba54e resize2fs: use [un]mark_block_range bitmap functions to reduce CPU usage by Theodore Ts'o · 12 years ago
  53. 1eb31c4 resize2fs: add resource tracking as a debug option by Theodore Ts'o · 12 years ago
  54. 2279fd7 resize2fs: fix 32-bit overflow when calculating the number of free blocks by Theodore Ts'o · 12 years ago
  55. 5d3a88f resize2fs: fix 32-bit overflow issue which can corrupt 64-bit file systems by Theodore Ts'o · 12 years ago
  56. b9b5e43 Merge branch 'maint' into next by Theodore Ts'o · 12 years ago
  57. 831f309 resize2fs: create optimized flex_bg block groups by Theodore Ts'o · 12 years ago
  58. 42519be resize2fs: allow resizing flex_bg && !resize_inode file systems by Theodore Ts'o · 12 years ago
  59. ddcf1db resize2fs: handle bg descriptors which overlap with other bg's metadata by Theodore Ts'o · 12 years ago
  60. 4b04fb3 resize2fs: reserve all metadata blocks for flex_bg file systems by Theodore Ts'o · 12 years ago
  61. 2ebaeb3 resize2fs: reserve fs metadata blocks first in blocks_to_move() by Theodore Ts'o · 12 years ago
  62. ccea20f Merge branch 'maint' into next by Theodore Ts'o · 12 years ago
  63. 5e27a27 resize2fs: fix gcc -Wall nits and valgrind complaints by Theodore Ts'o · 12 years ago
  64. 32dd6cd Merge branch 'maint' into next by Theodore Ts'o · 12 years ago
  65. 2d8c0c8 resize2fs: grow uninit_bg file systems more efficiently by Theodore Ts'o · 12 years ago
  66. 06ca8da resize2fs: enforce restrictions if the kernel doesn't do meta_bg resizing by Theodore Ts'o · 12 years ago
  67. a4b738c resize2fs: allow meta_bg/64-bit file systems to be online resized by Theodore Ts'o · 12 years ago
  68. 7f82034 resize2fs: fix overhead calculation for meta_bg file systems by Theodore Ts'o · 12 years ago
  69. ea38e50 resize2fs: enforce the 16TB limit on 32-bit file systems correctly by Theodore Ts'o · 12 years ago
  70. 5b58dc2 libext2fs: block group checksum should use metadata_csum algorithm by Darrick J. Wong · 12 years ago
  71. 4780e87 Remove unnecessary escape before tab in man pages by Theodore Ts'o · 12 years ago
  72. 04cb6f5 resize2fs: use EXT2_FLAG_64BITS by Sami Liedes · 13 years ago
  73. 7270fbe build: fix compile warnings on OSX by Andreas Dilger · 13 years ago
  74. ba8bfa1 resize2fs: take s_first_data_block into account for resize2fs -M by Jan Kara · 13 years ago
  75. 3f6fbf9 resize2fs: treat EINVAL to mean the new resize ioctl does not exist by Theodore Ts'o · 13 years ago
  76. 0c80c44 libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flag by Theodore Ts'o · 13 years ago
  77. 515e555 resize2fs: don't fail when shrinking an empty file system by Theodore Ts'o · 13 years ago
  78. cacad7d resize2fs: Do not fail if EXT4_IOC_RESIZE_FS ioctl doesn't exist by Lukas Czerner · 13 years ago
  79. 3fcd8fe Fix more spelling errors found by translators and add pluralization by Theodore Ts'o · 13 years ago
  80. 84888e5 Fix spelling errors pointed out by translators by Theodore Ts'o · 13 years ago
  81. c4012e5 libext2fs: make ext2fs_open_file() always use 3 arguments instead of varargs by Theodore Ts'o · 13 years ago
  82. 9d4507c Pass the gettext() function to libcom_err by Theodore Ts'o · 13 years ago
  83. 2005696 resize2fs: fix on-line resizing by Theodore Ts'o · 13 years ago
  84. d1154eb Shorten compile commands run by the build system by Theodore Ts'o · 13 years ago
  85. 98f4547 e2fsprogs: add ext2fs_group_blocks_count helper by Eric Sandeen · 13 years ago
  86. c859cb1 e2fsprogs: create open() and stat() helpers by Lukas Czerner · 13 years ago
  87. 9f6ba88 resize2fs: add support for new in-kernel online resize ioctl by Yongqiang Yang · 13 years ago
  88. 931b58e ext2fs: Handle internal journal over 2^32 bytes by Andreas Dilger · 13 years ago
  89. 2696f25 resize2fs: fix computation of the real end of the bitmap to be 64-bit by Theodore Ts'o · 14 years ago
  90. da2a5a4 Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  91. d16db7d resize2fs: do not clear resize inode for 0 resvd blocks by Eric Sandeen · 14 years ago
  92. 562f264 Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  93. 248eb83 resize2fs: handle exactly-16T filesystems in resize2fs by Eric Sandeen · 14 years ago
  94. 0358c9f Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  95. 1df5656 resize2fs: Clarify error explaining on-line shrinking is not supported at all by Theodore Ts'o · 14 years ago
  96. 230709a resize2fs.8.in: Document that resize2fs -p only works on offline resizes by Theodore Ts'o · 14 years ago
  97. 63feaa1 resize2fs.8: Make it clear that power-of-2 units are meant by kilobytes by Theodore Ts'o · 14 years ago
  98. db0bdb4 Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  99. b344ed7 resize2fs.8: Update man page to indicate ext4 supports on-line resize by Theodore Ts'o · 14 years ago
  100. 8587d39 resize2fs: relax requirements for -P output a bit by Eric Sandeen · 14 years ago