1. 65c6c3e Add support for new compat feature "sparse_super2" by Theodore Ts'o · 11 years ago
  2. c2c6959 test_extents: fix a possible memory leak by Theodore Ts'o · 11 years ago
  3. 6c59a66 configure: fix --with-diet-libc by Theodore Ts'o · 11 years ago
  4. f404167 Clean up sparse warnings by Theodore Ts'o · 11 years ago
  5. 45ff69f build: quiet LLVM non-literal string format warning by Andreas Dilger · 11 years ago
  6. e39082e misc: don't leak file descriptors (on error paths) by Darrick J. Wong · 11 years ago
  7. 832cb61 e2fsprogs: add (optional) sparse checking to the build by Darrick J. Wong · 11 years ago
  8. e9736a3 resize2fs: relocate inode table blocks if necessary when shrinking by Theodore Ts'o · 11 years ago
  9. 2215293 resize2fs: fix -M size calculations to avoid cutting off the inode table by Theodore Ts'o · 11 years ago
  10. e231f17 resize2fs: add debugging support for resize2fs -M calcuations by Theodore Ts'o · 11 years ago
  11. 0851517 resize2fs: use blk64_t and location getters for free_gdp_blocks() by Darrick J. Wong · 11 years ago
  12. 80391dc resize2fs: move bitmaps if shrinking would orphan them by Eric Sandeen · 11 years ago
  13. f026f1a resize2fs: fix off-line resize of file systems with flex_bg && !resize_inode by Theodore Ts'o · 11 years ago
  14. 0d89e5a Fix warnings about functions not returning a value by Philipp Thomas · 12 years ago
  15. a713a7f mke2fs, tune2fs, resize2fs: add warning messages for bigalloc and quota by Theodore Ts'o · 12 years ago
  16. d1a1a58 resize2fs: move a cluster at a time with bigalloc file systems by Theodore Ts'o · 12 years ago
  17. 1773c87 resize2fs: correctly account for clusters when calculating summary stats by Theodore Ts'o · 12 years ago
  18. 921b79b resize2fs: check in test-resize script by Theodore Ts'o · 12 years ago
  19. 5a760d4 resize2fs: add debugging code to test the old online resizing interfaces by Theodore Ts'o · 12 years ago
  20. 027b057 Fix 32-bit overflow problems: dgrp_t * s_blocks_per_group by Theodore Ts'o · 12 years ago
  21. a0ba54e resize2fs: use [un]mark_block_range bitmap functions to reduce CPU usage by Theodore Ts'o · 12 years ago
  22. 1eb31c4 resize2fs: add resource tracking as a debug option by Theodore Ts'o · 12 years ago
  23. 2279fd7 resize2fs: fix 32-bit overflow when calculating the number of free blocks by Theodore Ts'o · 12 years ago
  24. 5d3a88f resize2fs: fix 32-bit overflow issue which can corrupt 64-bit file systems by Theodore Ts'o · 12 years ago
  25. 831f309 resize2fs: create optimized flex_bg block groups by Theodore Ts'o · 12 years ago
  26. 42519be resize2fs: allow resizing flex_bg && !resize_inode file systems by Theodore Ts'o · 12 years ago
  27. ddcf1db resize2fs: handle bg descriptors which overlap with other bg's metadata by Theodore Ts'o · 12 years ago
  28. 4b04fb3 resize2fs: reserve all metadata blocks for flex_bg file systems by Theodore Ts'o · 12 years ago
  29. 2ebaeb3 resize2fs: reserve fs metadata blocks first in blocks_to_move() by Theodore Ts'o · 12 years ago
  30. 5e27a27 resize2fs: fix gcc -Wall nits and valgrind complaints by Theodore Ts'o · 12 years ago
  31. 2d8c0c8 resize2fs: grow uninit_bg file systems more efficiently by Theodore Ts'o · 12 years ago
  32. 06ca8da resize2fs: enforce restrictions if the kernel doesn't do meta_bg resizing by Theodore Ts'o · 12 years ago
  33. a4b738c resize2fs: allow meta_bg/64-bit file systems to be online resized by Theodore Ts'o · 12 years ago
  34. 7f82034 resize2fs: fix overhead calculation for meta_bg file systems by Theodore Ts'o · 12 years ago
  35. ea38e50 resize2fs: enforce the 16TB limit on 32-bit file systems correctly by Theodore Ts'o · 12 years ago
  36. 4780e87 Remove unnecessary escape before tab in man pages by Theodore Ts'o · 12 years ago
  37. 04cb6f5 resize2fs: use EXT2_FLAG_64BITS by Sami Liedes · 12 years ago
  38. 7270fbe build: fix compile warnings on OSX by Andreas Dilger · 12 years ago
  39. ba8bfa1 resize2fs: take s_first_data_block into account for resize2fs -M by Jan Kara · 12 years ago
  40. 3f6fbf9 resize2fs: treat EINVAL to mean the new resize ioctl does not exist by Theodore Ts'o · 13 years ago
  41. 0c80c44 libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flag by Theodore Ts'o · 13 years ago
  42. 515e555 resize2fs: don't fail when shrinking an empty file system by Theodore Ts'o · 13 years ago
  43. cacad7d resize2fs: Do not fail if EXT4_IOC_RESIZE_FS ioctl doesn't exist by Lukas Czerner · 13 years ago
  44. 3fcd8fe Fix more spelling errors found by translators and add pluralization by Theodore Ts'o · 13 years ago
  45. 84888e5 Fix spelling errors pointed out by translators by Theodore Ts'o · 13 years ago
  46. c4012e5 libext2fs: make ext2fs_open_file() always use 3 arguments instead of varargs by Theodore Ts'o · 13 years ago
  47. 9d4507c Pass the gettext() function to libcom_err by Theodore Ts'o · 13 years ago
  48. 2005696 resize2fs: fix on-line resizing by Theodore Ts'o · 13 years ago
  49. d1154eb Shorten compile commands run by the build system by Theodore Ts'o · 13 years ago
  50. 98f4547 e2fsprogs: add ext2fs_group_blocks_count helper by Eric Sandeen · 13 years ago
  51. c859cb1 e2fsprogs: create open() and stat() helpers by Lukas Czerner · 13 years ago
  52. 9f6ba88 resize2fs: add support for new in-kernel online resize ioctl by Yongqiang Yang · 13 years ago
  53. 931b58e ext2fs: Handle internal journal over 2^32 bytes by Andreas Dilger · 13 years ago
  54. 2696f25 resize2fs: fix computation of the real end of the bitmap to be 64-bit by Theodore Ts'o · 14 years ago
  55. da2a5a4 Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  56. d16db7d resize2fs: do not clear resize inode for 0 resvd blocks by Eric Sandeen · 14 years ago
  57. 562f264 Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  58. 248eb83 resize2fs: handle exactly-16T filesystems in resize2fs by Eric Sandeen · 14 years ago
  59. 0358c9f Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  60. 1df5656 resize2fs: Clarify error explaining on-line shrinking is not supported at all by Theodore Ts'o · 14 years ago
  61. 230709a resize2fs.8.in: Document that resize2fs -p only works on offline resizes by Theodore Ts'o · 14 years ago
  62. 63feaa1 resize2fs.8: Make it clear that power-of-2 units are meant by kilobytes by Theodore Ts'o · 14 years ago
  63. db0bdb4 Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  64. b344ed7 resize2fs.8: Update man page to indicate ext4 supports on-line resize by Theodore Ts'o · 14 years ago
  65. 8587d39 resize2fs: relax requirements for -P output a bit by Eric Sandeen · 14 years ago
  66. ac92f3c e2fsck, resize2fs: fix a fp precision error that can lead to a seg fault by Theodore Ts'o · 14 years ago
  67. 8728d50 resize2fs: Fix up to be 64-bit block number safe by Valerie Aurora Henson · 14 years ago
  68. 97d26ce Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  69. 5fa92bc resize2fs: don't print minimum size if fs is not clean by Eric Sandeen · 14 years ago
  70. cc84d86 Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  71. 4828bbe resize2fs: Fix fix uninit group test accessing invalid memory by Theodore Ts'o · 14 years ago
  72. 4486af5 Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  73. d93d5bb resize2fs: exit fix_sb_journal_backup early for external journal by Eric Sandeen · 15 years ago
  74. 6493f8e Convert ext2fs_group_of_blk() to ext2fs_group_of_blk2() by Theodore Ts'o · 15 years ago
  75. 48f2305 Convert ext2fs_block_alloc_stats() calls to block_alloc_stats2() by Valerie Aurora Henson · 15 years ago
  76. d7cca6b Convert to use block group accessor functions by Valerie Aurora Henson · 15 years ago
  77. cd65a24 libext2fs: Convert ext2fs_bg_flag_test() to ext2fs_bg_flags_test() by Theodore Ts'o · 15 years ago
  78. e633b58 libext2fs: clean up ext2fs_bg_flags_ interfaces by Eric Sandeen · 15 years ago
  79. 95bcea9 Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  80. e1f0850 Don't use in-tree header files if using system uuid or blkid libraries by Theodore Ts'o · 15 years ago
  81. 4efbac6 Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count() by Valerie Aurora Henson · 15 years ago
  82. a63745e Use ext2fs_file_acl_block() instead of using .i_file_acl directly by Valerie Aurora Henson · 15 years ago
  83. 2884d20 resize2fs: fix minimum resize size calculation with flex_bg by Peng Tao · 15 years ago
  84. 1d8af18 resize2fs: calculate minimal fs size only once by Peng Tao · 15 years ago
  85. 732c8cd Use accessor functions fields for bg_flags in the block group descriptors by Theodore Ts'o · 15 years ago
  86. 24a117a Convert to use io_channel_read_blk64() and io_channel_write_blk64() by Valerie Aurora Henson · 15 years ago
  87. dc615a2 Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  88. 3346084 resize2fs: Move everything to new bitmap interface by Valerie Aurora Henson · 15 years ago
  89. 96cdb37 resize2fs: If resize2fs fails, tell the user to run e2fsck by Theodore Ts'o · 15 years ago
  90. 3a4d986 resize2fs: Fix error message so the mountpoint is printed correctly by Theodore Ts'o · 15 years ago
  91. c13351f Add support for configure --enable-verbose-makecmds by Theodore Ts'o · 15 years ago
  92. a6a1c08 Fix Makefile dependencies for libcom_err by Theodore Ts'o · 15 years ago
  93. 8a6ede8 resize2fs: update sb journal backup if journal was moved by Eric Sandeen · 15 years ago
  94. e2ca097 resize2fs: fix miscellaneous memory leaks by Theodore Ts'o · 15 years ago
  95. 4f85854 Update man pages to include ext4 in the synposis, instead of just "ext2/ext3" by Theodore Ts'o · 15 years ago
  96. 0d04d88 resize2fs: don't try to resize below calculated minimum by Eric Sandeen · 15 years ago
  97. 69f7c80 resize2fs: fix minimum size calculations by Eric Sandeen · 15 years ago
  98. fb72556 resize2fs: Print a warning message if the ftruncate system call fails by Theodore Ts'o · 15 years ago
  99. 2d7361e resize2fs: Fix corruption bug impacting ext4 filesystems with uninit_bg by Theodore Ts'o · 15 years ago
  100. c09043f resize2fs: Fix data corruption bug when shrinking the inode table for ext4 by Theodore Ts'o · 15 years ago