1. 0358c9f Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  2. 1df5656 resize2fs: Clarify error explaining on-line shrinking is not supported at all by Theodore Ts'o · 14 years ago
  3. 230709a resize2fs.8.in: Document that resize2fs -p only works on offline resizes by Theodore Ts'o · 14 years ago
  4. 63feaa1 resize2fs.8: Make it clear that power-of-2 units are meant by kilobytes by Theodore Ts'o · 14 years ago
  5. db0bdb4 Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  6. b344ed7 resize2fs.8: Update man page to indicate ext4 supports on-line resize by Theodore Ts'o · 14 years ago
  7. 8587d39 resize2fs: relax requirements for -P output a bit by Eric Sandeen · 14 years ago
  8. ac92f3c e2fsck, resize2fs: fix a fp precision error that can lead to a seg fault by Theodore Ts'o · 14 years ago
  9. 8728d50 resize2fs: Fix up to be 64-bit block number safe by Valerie Aurora Henson · 14 years ago
  10. 97d26ce Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  11. 5fa92bc resize2fs: don't print minimum size if fs is not clean by Eric Sandeen · 15 years ago
  12. cc84d86 Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  13. 4828bbe resize2fs: Fix fix uninit group test accessing invalid memory by Theodore Ts'o · 15 years ago
  14. 4486af5 Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  15. d93d5bb resize2fs: exit fix_sb_journal_backup early for external journal by Eric Sandeen · 15 years ago
  16. 6493f8e Convert ext2fs_group_of_blk() to ext2fs_group_of_blk2() by Theodore Ts'o · 15 years ago
  17. 48f2305 Convert ext2fs_block_alloc_stats() calls to block_alloc_stats2() by Valerie Aurora Henson · 15 years ago
  18. d7cca6b Convert to use block group accessor functions by Valerie Aurora Henson · 15 years ago
  19. cd65a24 libext2fs: Convert ext2fs_bg_flag_test() to ext2fs_bg_flags_test() by Theodore Ts'o · 15 years ago
  20. e633b58 libext2fs: clean up ext2fs_bg_flags_ interfaces by Eric Sandeen · 15 years ago
  21. 95bcea9 Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  22. e1f0850 Don't use in-tree header files if using system uuid or blkid libraries by Theodore Ts'o · 15 years ago
  23. 4efbac6 Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count() by Valerie Aurora Henson · 15 years ago
  24. a63745e Use ext2fs_file_acl_block() instead of using .i_file_acl directly by Valerie Aurora Henson · 15 years ago
  25. 2884d20 resize2fs: fix minimum resize size calculation with flex_bg by Peng Tao · 15 years ago
  26. 1d8af18 resize2fs: calculate minimal fs size only once by Peng Tao · 15 years ago
  27. 732c8cd Use accessor functions fields for bg_flags in the block group descriptors by Theodore Ts'o · 15 years ago
  28. 24a117a Convert to use io_channel_read_blk64() and io_channel_write_blk64() by Valerie Aurora Henson · 15 years ago
  29. dc615a2 Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  30. 3346084 resize2fs: Move everything to new bitmap interface by Valerie Aurora Henson · 15 years ago
  31. 96cdb37 resize2fs: If resize2fs fails, tell the user to run e2fsck by Theodore Ts'o · 15 years ago
  32. 3a4d986 resize2fs: Fix error message so the mountpoint is printed correctly by Theodore Ts'o · 15 years ago
  33. c13351f Add support for configure --enable-verbose-makecmds by Theodore Ts'o · 15 years ago
  34. a6a1c08 Fix Makefile dependencies for libcom_err by Theodore Ts'o · 15 years ago
  35. 8a6ede8 resize2fs: update sb journal backup if journal was moved by Eric Sandeen · 15 years ago
  36. e2ca097 resize2fs: fix miscellaneous memory leaks by Theodore Ts'o · 15 years ago
  37. 4f85854 Update man pages to include ext4 in the synposis, instead of just "ext2/ext3" by Theodore Ts'o · 15 years ago
  38. 0d04d88 resize2fs: don't try to resize below calculated minimum by Eric Sandeen · 15 years ago
  39. 69f7c80 resize2fs: fix minimum size calculations by Eric Sandeen · 15 years ago
  40. fb72556 resize2fs: Print a warning message if the ftruncate system call fails by Theodore Ts'o · 15 years ago
  41. 2d7361e resize2fs: Fix corruption bug impacting ext4 filesystems with uninit_bg by Theodore Ts'o · 16 years ago
  42. c09043f resize2fs: Fix data corruption bug when shrinking the inode table for ext4 by Theodore Ts'o · 16 years ago
  43. 1ac84a9 resize2fs: Fix data corruption bug when growing an ext4 filesystem off-line by Theodore Ts'o · 16 years ago
  44. 45e338f remove useless if-before-free tests by Jim Meyering · 16 years ago
  45. 793a04a resize2fs: Reserve some extra space for -P/-M for ext4 filesystems by Theodore Ts'o · 16 years ago
  46. 9227c5b resize2fs: Release bitmap and itable blocks in flex_bg filesystems by Theodore Ts'o · 16 years ago
  47. c58a08e resize2fs: Move all required blocks for ext4 filesystems by Theodore Ts'o · 16 years ago
  48. 03fa6f8 Fix various signed/unsigned gcc warnings by Theodore Ts'o · 16 years ago
  49. 279a000 resize2fs: check for bogus new_size by Eric Sandeen · 16 years ago
  50. 520a177 resize2fs: Fix potential memory corruption in ext2fs_progress_init() by Manish Katiyar · 16 years ago
  51. f34171a Fix debug flag definitions for the resize2fs man page by Theodore Ts'o · 16 years ago
  52. f38cf3c Only use the test_io manager if the right environment variables are set by Theodore Ts'o · 16 years ago
  53. f844b32 resize2fs: Allow (non-optimal) on-line resizing for flex_bg filesystems by Theodore Ts'o · 16 years ago
  54. efc6f62 Remove trailing whitespace for the entire source tree by Theodore Ts'o · 16 years ago
  55. 88dbf82 resize2fs: Make sure we close out the progress bar in pass #4 by Theodore Ts'o · 16 years ago
  56. 7f9c96e resize2fs: supply block allocator for extents function by Theodore Ts'o · 16 years ago
  57. 86acdeb resize2fs: Fix support for filesystems with the uninit_bg feature by Theodore Ts'o · 16 years ago
  58. c89f1b4 resize2fs: Fix double bumping of directory in-use counts by Theodore Ts'o · 16 years ago
  59. df9c01b Fix missing space typo's in partinfo and resize2fs by Theodore Ts'o · 16 years ago
  60. 8ade268 resize2fs: Clean up the resize inode properly if necessary by Theodore Ts'o · 16 years ago
  61. 71ff129 Merge branch 'maint' by Theodore Ts'o · 16 years ago
  62. 9ff8ece mke2fs, tune2fs, resize2fs: Use floating point to calculate percentages by Theodore Ts'o · 16 years ago
  63. a8d632a resize2fs: Prohibit the combination of flex_bg and !resize_inode by Theodore Ts'o · 16 years ago
  64. 74128f8 resize2fs: Fix support for the uninit_bg feature by Theodore Ts'o · 16 years ago
  65. 5c4f8d6 resize2fs: Add support to use the ext4 online resize ioctl's by Theodore Ts'o · 16 years ago
  66. 2c25f7e Fix gcc -Wall warnings in resize2fs by Theodore Ts'o · 16 years ago
  67. 2930dad Rename the feature uninit_groups to uninit_bg by Theodore Ts'o · 17 years ago
  68. 1ca1059 Add support for the HUGE_FILE feature by Theodore Ts'o · 17 years ago
  69. 236efed Make resize2fs uninit block group aware by Jose R. Santos · 17 years ago
  70. 199ddaa resize2fs: Add options to print (and resizing to) the minimum filesystem size by Josef Bacik · 17 years ago
  71. a040a99 Merge branch 'maint' by Theodore Ts'o · 17 years ago
  72. edfd9b0 resize2fs: Fix resizing filesystems with large inodes by Theodore Ts'o · 17 years ago
  73. 399033a Merge branch 'maint' by Theodore Ts'o · 17 years ago
  74. 4ef2882 resize2fs: Fix movement of large (greater than 128 byte) inodes by Eric Sandeen · 17 years ago
  75. 428f6b3 Merge branch 'maint' into next by Theodore Ts'o · 17 years ago
  76. 3e9f863 Fix minor typo in resize2fs man page by Theodore Ts'o · 17 years ago
  77. 261cd39 Explicitly check for ftruncate64() in configure.in by Theodore Ts'o · 17 years ago
  78. 98dca6c resize2fs: Add sanity check for off_t overflow before truncating by Theodore Ts'o · 17 years ago
  79. fef2b38 Merge branch 'maint' into next by Theodore Ts'o · 17 years ago
  80. e5aace9 Convert use of ext2fs_get_mem to ext2fs_get_array for overflow detection by Theodore Ts'o · 17 years ago
  81. b689b8d Merge branch 'maint' into next by Theodore Ts'o · 17 years ago
  82. 3e41608 Fix Debian rules files to support building non-Linux archs by Samuel Thibault · 17 years ago
  83. f2de1d3 libext2fs: Add EXT2_DESC_SIZE and EXT2_DESC_PER_BLOCK macros by Valerie Clement · 17 years ago
  84. 424a3e4 Remove Changelog files since they're not used after the git migration by Theodore Ts'o · 17 years ago
  85. d7b6472 Update Release Notes, Changelogs, version.h, etc. for 1.40 release by Theodore Ts'o · 17 years ago
  86. 058ad1c Don't write changes to the backup superblocks by default by Theodore Ts'o · 17 years ago
  87. de8f3a7 Fix gcc -Wall warnings, especially on 64-bit systems by Andreas Dilger · 17 years ago
  88. 96c6a3a Store the RAID stride value in the superblock and take advantage of it by Theodore Ts'o · 17 years ago
  89. d2b2a48 [COVERITY] Fix missing return code check for ext2fs_write_inode by Brian Behlendorf · 18 years ago
  90. a6d8302 Use the newer add/remove_error_table com_err interfaces by Theodore Ts'o · 18 years ago
  91. d255b22 Fix resize2fs error msgs if the fs or kernel doesn't support on-line resize by Theodore Ts'o · 18 years ago
  92. d1b4b85 Fix more rounding overflows for filesystems that have 2**32-1 blocks by Eric Sandeen · 18 years ago
  93. f335864 Add checks to make sure inode counts don't overflow a 32-bit value by Eric Sandeen · 18 years ago
  94. d0ff90d Fix signed vs unsigned printf format strings for block and inode numbers by Eric Sandeen · 18 years ago
  95. 62c6d14 Remove unused variables by Eric Sandeen · 18 years ago
  96. a8862d9 Fix potential 2**32-1 overflow by using e2p_percent() by Theodore Ts'o · 18 years ago
  97. 5830d6b Detect overflows in loop counters by Eric Sandeen · 18 years ago
  98. 69022e0 Fix potential 2**32-1 overflow problems by ext2fs_div_ceil() by Theodore Ts'o · 18 years ago
  99. 9447f38 Fix spelling mistakes in e2fsck, mke2fs.conf, and resize2fs man pages by Theodore Ts'o · 18 years ago
  100. 41e5543 Clarify resize2fs man page and add reference to LVM by Theodore Ts'o · 18 years ago