1. 027b057 Fix 32-bit overflow problems: dgrp_t * s_blocks_per_group by Theodore Ts'o · 12 years ago
  2. a0ba54e resize2fs: use [un]mark_block_range bitmap functions to reduce CPU usage by Theodore Ts'o · 12 years ago
  3. 1eb31c4 resize2fs: add resource tracking as a debug option by Theodore Ts'o · 12 years ago
  4. 2279fd7 resize2fs: fix 32-bit overflow when calculating the number of free blocks by Theodore Ts'o · 12 years ago
  5. 5d3a88f resize2fs: fix 32-bit overflow issue which can corrupt 64-bit file systems by Theodore Ts'o · 12 years ago
  6. 831f309 resize2fs: create optimized flex_bg block groups by Theodore Ts'o · 12 years ago
  7. 42519be resize2fs: allow resizing flex_bg && !resize_inode file systems by Theodore Ts'o · 12 years ago
  8. ddcf1db resize2fs: handle bg descriptors which overlap with other bg's metadata by Theodore Ts'o · 12 years ago
  9. 4b04fb3 resize2fs: reserve all metadata blocks for flex_bg file systems by Theodore Ts'o · 12 years ago
  10. 2ebaeb3 resize2fs: reserve fs metadata blocks first in blocks_to_move() by Theodore Ts'o · 12 years ago
  11. 5e27a27 resize2fs: fix gcc -Wall nits and valgrind complaints by Theodore Ts'o · 12 years ago
  12. 2d8c0c8 resize2fs: grow uninit_bg file systems more efficiently by Theodore Ts'o · 12 years ago
  13. 06ca8da resize2fs: enforce restrictions if the kernel doesn't do meta_bg resizing by Theodore Ts'o · 12 years ago
  14. a4b738c resize2fs: allow meta_bg/64-bit file systems to be online resized by Theodore Ts'o · 12 years ago
  15. 7f82034 resize2fs: fix overhead calculation for meta_bg file systems by Theodore Ts'o · 12 years ago
  16. ea38e50 resize2fs: enforce the 16TB limit on 32-bit file systems correctly by Theodore Ts'o · 12 years ago
  17. 4780e87 Remove unnecessary escape before tab in man pages by Theodore Ts'o · 12 years ago
  18. 04cb6f5 resize2fs: use EXT2_FLAG_64BITS by Sami Liedes · 12 years ago
  19. 7270fbe build: fix compile warnings on OSX by Andreas Dilger · 13 years ago
  20. ba8bfa1 resize2fs: take s_first_data_block into account for resize2fs -M by Jan Kara · 13 years ago
  21. 3f6fbf9 resize2fs: treat EINVAL to mean the new resize ioctl does not exist by Theodore Ts'o · 13 years ago
  22. 0c80c44 libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flag by Theodore Ts'o · 13 years ago
  23. 515e555 resize2fs: don't fail when shrinking an empty file system by Theodore Ts'o · 13 years ago
  24. cacad7d resize2fs: Do not fail if EXT4_IOC_RESIZE_FS ioctl doesn't exist by Lukas Czerner · 13 years ago
  25. 3fcd8fe Fix more spelling errors found by translators and add pluralization by Theodore Ts'o · 13 years ago
  26. 84888e5 Fix spelling errors pointed out by translators by Theodore Ts'o · 13 years ago
  27. c4012e5 libext2fs: make ext2fs_open_file() always use 3 arguments instead of varargs by Theodore Ts'o · 13 years ago
  28. 9d4507c Pass the gettext() function to libcom_err by Theodore Ts'o · 13 years ago
  29. 2005696 resize2fs: fix on-line resizing by Theodore Ts'o · 13 years ago
  30. d1154eb Shorten compile commands run by the build system by Theodore Ts'o · 13 years ago
  31. 98f4547 e2fsprogs: add ext2fs_group_blocks_count helper by Eric Sandeen · 13 years ago
  32. c859cb1 e2fsprogs: create open() and stat() helpers by Lukas Czerner · 13 years ago
  33. 9f6ba88 resize2fs: add support for new in-kernel online resize ioctl by Yongqiang Yang · 13 years ago
  34. 931b58e ext2fs: Handle internal journal over 2^32 bytes by Andreas Dilger · 13 years ago
  35. 2696f25 resize2fs: fix computation of the real end of the bitmap to be 64-bit by Theodore Ts'o · 14 years ago
  36. da2a5a4 Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  37. d16db7d resize2fs: do not clear resize inode for 0 resvd blocks by Eric Sandeen · 14 years ago
  38. 562f264 Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  39. 248eb83 resize2fs: handle exactly-16T filesystems in resize2fs by Eric Sandeen · 14 years ago
  40. 0358c9f Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  41. 1df5656 resize2fs: Clarify error explaining on-line shrinking is not supported at all by Theodore Ts'o · 14 years ago
  42. 230709a resize2fs.8.in: Document that resize2fs -p only works on offline resizes by Theodore Ts'o · 14 years ago
  43. 63feaa1 resize2fs.8: Make it clear that power-of-2 units are meant by kilobytes by Theodore Ts'o · 14 years ago
  44. db0bdb4 Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  45. b344ed7 resize2fs.8: Update man page to indicate ext4 supports on-line resize by Theodore Ts'o · 14 years ago
  46. 8587d39 resize2fs: relax requirements for -P output a bit by Eric Sandeen · 14 years ago
  47. ac92f3c e2fsck, resize2fs: fix a fp precision error that can lead to a seg fault by Theodore Ts'o · 14 years ago
  48. 8728d50 resize2fs: Fix up to be 64-bit block number safe by Valerie Aurora Henson · 14 years ago
  49. 97d26ce Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  50. 5fa92bc resize2fs: don't print minimum size if fs is not clean by Eric Sandeen · 14 years ago
  51. cc84d86 Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  52. 4828bbe resize2fs: Fix fix uninit group test accessing invalid memory by Theodore Ts'o · 15 years ago
  53. 4486af5 Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  54. d93d5bb resize2fs: exit fix_sb_journal_backup early for external journal by Eric Sandeen · 15 years ago
  55. 6493f8e Convert ext2fs_group_of_blk() to ext2fs_group_of_blk2() by Theodore Ts'o · 15 years ago
  56. 48f2305 Convert ext2fs_block_alloc_stats() calls to block_alloc_stats2() by Valerie Aurora Henson · 15 years ago
  57. d7cca6b Convert to use block group accessor functions by Valerie Aurora Henson · 15 years ago
  58. cd65a24 libext2fs: Convert ext2fs_bg_flag_test() to ext2fs_bg_flags_test() by Theodore Ts'o · 15 years ago
  59. e633b58 libext2fs: clean up ext2fs_bg_flags_ interfaces by Eric Sandeen · 15 years ago
  60. 95bcea9 Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  61. e1f0850 Don't use in-tree header files if using system uuid or blkid libraries by Theodore Ts'o · 15 years ago
  62. 4efbac6 Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count() by Valerie Aurora Henson · 15 years ago
  63. a63745e Use ext2fs_file_acl_block() instead of using .i_file_acl directly by Valerie Aurora Henson · 15 years ago
  64. 2884d20 resize2fs: fix minimum resize size calculation with flex_bg by Peng Tao · 15 years ago
  65. 1d8af18 resize2fs: calculate minimal fs size only once by Peng Tao · 15 years ago
  66. 732c8cd Use accessor functions fields for bg_flags in the block group descriptors by Theodore Ts'o · 15 years ago
  67. 24a117a Convert to use io_channel_read_blk64() and io_channel_write_blk64() by Valerie Aurora Henson · 15 years ago
  68. dc615a2 Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  69. 3346084 resize2fs: Move everything to new bitmap interface by Valerie Aurora Henson · 15 years ago
  70. 96cdb37 resize2fs: If resize2fs fails, tell the user to run e2fsck by Theodore Ts'o · 15 years ago
  71. 3a4d986 resize2fs: Fix error message so the mountpoint is printed correctly by Theodore Ts'o · 15 years ago
  72. c13351f Add support for configure --enable-verbose-makecmds by Theodore Ts'o · 15 years ago
  73. a6a1c08 Fix Makefile dependencies for libcom_err by Theodore Ts'o · 15 years ago
  74. 8a6ede8 resize2fs: update sb journal backup if journal was moved by Eric Sandeen · 15 years ago
  75. e2ca097 resize2fs: fix miscellaneous memory leaks by Theodore Ts'o · 15 years ago
  76. 4f85854 Update man pages to include ext4 in the synposis, instead of just "ext2/ext3" by Theodore Ts'o · 15 years ago
  77. 0d04d88 resize2fs: don't try to resize below calculated minimum by Eric Sandeen · 15 years ago
  78. 69f7c80 resize2fs: fix minimum size calculations by Eric Sandeen · 15 years ago
  79. fb72556 resize2fs: Print a warning message if the ftruncate system call fails by Theodore Ts'o · 15 years ago
  80. 2d7361e resize2fs: Fix corruption bug impacting ext4 filesystems with uninit_bg by Theodore Ts'o · 15 years ago
  81. c09043f resize2fs: Fix data corruption bug when shrinking the inode table for ext4 by Theodore Ts'o · 15 years ago
  82. 1ac84a9 resize2fs: Fix data corruption bug when growing an ext4 filesystem off-line by Theodore Ts'o · 15 years ago
  83. 45e338f remove useless if-before-free tests by Jim Meyering · 16 years ago
  84. 793a04a resize2fs: Reserve some extra space for -P/-M for ext4 filesystems by Theodore Ts'o · 16 years ago
  85. 9227c5b resize2fs: Release bitmap and itable blocks in flex_bg filesystems by Theodore Ts'o · 16 years ago
  86. c58a08e resize2fs: Move all required blocks for ext4 filesystems by Theodore Ts'o · 16 years ago
  87. 03fa6f8 Fix various signed/unsigned gcc warnings by Theodore Ts'o · 16 years ago
  88. 279a000 resize2fs: check for bogus new_size by Eric Sandeen · 16 years ago
  89. 520a177 resize2fs: Fix potential memory corruption in ext2fs_progress_init() by Manish Katiyar · 16 years ago
  90. f34171a Fix debug flag definitions for the resize2fs man page by Theodore Ts'o · 16 years ago
  91. f38cf3c Only use the test_io manager if the right environment variables are set by Theodore Ts'o · 16 years ago
  92. f844b32 resize2fs: Allow (non-optimal) on-line resizing for flex_bg filesystems by Theodore Ts'o · 16 years ago
  93. efc6f62 Remove trailing whitespace for the entire source tree by Theodore Ts'o · 16 years ago
  94. 88dbf82 resize2fs: Make sure we close out the progress bar in pass #4 by Theodore Ts'o · 16 years ago
  95. 7f9c96e resize2fs: supply block allocator for extents function by Theodore Ts'o · 16 years ago
  96. 86acdeb resize2fs: Fix support for filesystems with the uninit_bg feature by Theodore Ts'o · 16 years ago
  97. c89f1b4 resize2fs: Fix double bumping of directory in-use counts by Theodore Ts'o · 16 years ago
  98. df9c01b Fix missing space typo's in partinfo and resize2fs by Theodore Ts'o · 16 years ago
  99. 8ade268 resize2fs: Clean up the resize inode properly if necessary by Theodore Ts'o · 16 years ago
  100. 71ff129 Merge branch 'maint' by Theodore Ts'o · 16 years ago