1. 5fa92bc resize2fs: don't print minimum size if fs is not clean by Eric Sandeen · 14 years ago
  2. 4828bbe resize2fs: Fix fix uninit group test accessing invalid memory by Theodore Ts'o · 14 years ago
  3. d93d5bb resize2fs: exit fix_sb_journal_backup early for external journal by Eric Sandeen · 15 years ago
  4. e1f0850 Don't use in-tree header files if using system uuid or blkid libraries by Theodore Ts'o · 15 years ago
  5. 2884d20 resize2fs: fix minimum resize size calculation with flex_bg by Peng Tao · 15 years ago
  6. 1d8af18 resize2fs: calculate minimal fs size only once by Peng Tao · 15 years ago
  7. 96cdb37 resize2fs: If resize2fs fails, tell the user to run e2fsck by Theodore Ts'o · 15 years ago
  8. 3a4d986 resize2fs: Fix error message so the mountpoint is printed correctly by Theodore Ts'o · 15 years ago
  9. c13351f Add support for configure --enable-verbose-makecmds by Theodore Ts'o · 15 years ago
  10. a6a1c08 Fix Makefile dependencies for libcom_err by Theodore Ts'o · 15 years ago
  11. 8a6ede8 resize2fs: update sb journal backup if journal was moved by Eric Sandeen · 15 years ago
  12. e2ca097 resize2fs: fix miscellaneous memory leaks by Theodore Ts'o · 15 years ago
  13. 4f85854 Update man pages to include ext4 in the synposis, instead of just "ext2/ext3" by Theodore Ts'o · 15 years ago
  14. 0d04d88 resize2fs: don't try to resize below calculated minimum by Eric Sandeen · 15 years ago
  15. 69f7c80 resize2fs: fix minimum size calculations by Eric Sandeen · 15 years ago
  16. fb72556 resize2fs: Print a warning message if the ftruncate system call fails by Theodore Ts'o · 15 years ago
  17. 2d7361e resize2fs: Fix corruption bug impacting ext4 filesystems with uninit_bg by Theodore Ts'o · 15 years ago
  18. c09043f resize2fs: Fix data corruption bug when shrinking the inode table for ext4 by Theodore Ts'o · 15 years ago
  19. 1ac84a9 resize2fs: Fix data corruption bug when growing an ext4 filesystem off-line by Theodore Ts'o · 15 years ago
  20. 45e338f remove useless if-before-free tests by Jim Meyering · 15 years ago
  21. 793a04a resize2fs: Reserve some extra space for -P/-M for ext4 filesystems by Theodore Ts'o · 16 years ago
  22. 9227c5b resize2fs: Release bitmap and itable blocks in flex_bg filesystems by Theodore Ts'o · 16 years ago
  23. c58a08e resize2fs: Move all required blocks for ext4 filesystems by Theodore Ts'o · 16 years ago
  24. 03fa6f8 Fix various signed/unsigned gcc warnings by Theodore Ts'o · 16 years ago
  25. 279a000 resize2fs: check for bogus new_size by Eric Sandeen · 16 years ago
  26. 520a177 resize2fs: Fix potential memory corruption in ext2fs_progress_init() by Manish Katiyar · 16 years ago
  27. f34171a Fix debug flag definitions for the resize2fs man page by Theodore Ts'o · 16 years ago
  28. f38cf3c Only use the test_io manager if the right environment variables are set by Theodore Ts'o · 16 years ago
  29. f844b32 resize2fs: Allow (non-optimal) on-line resizing for flex_bg filesystems by Theodore Ts'o · 16 years ago
  30. efc6f62 Remove trailing whitespace for the entire source tree by Theodore Ts'o · 16 years ago
  31. 88dbf82 resize2fs: Make sure we close out the progress bar in pass #4 by Theodore Ts'o · 16 years ago
  32. 7f9c96e resize2fs: supply block allocator for extents function by Theodore Ts'o · 16 years ago
  33. 86acdeb resize2fs: Fix support for filesystems with the uninit_bg feature by Theodore Ts'o · 16 years ago
  34. c89f1b4 resize2fs: Fix double bumping of directory in-use counts by Theodore Ts'o · 16 years ago
  35. df9c01b Fix missing space typo's in partinfo and resize2fs by Theodore Ts'o · 16 years ago
  36. 8ade268 resize2fs: Clean up the resize inode properly if necessary by Theodore Ts'o · 16 years ago
  37. 71ff129 Merge branch 'maint' by Theodore Ts'o · 16 years ago
  38. 9ff8ece mke2fs, tune2fs, resize2fs: Use floating point to calculate percentages by Theodore Ts'o · 16 years ago
  39. a8d632a resize2fs: Prohibit the combination of flex_bg and !resize_inode by Theodore Ts'o · 16 years ago
  40. 74128f8 resize2fs: Fix support for the uninit_bg feature by Theodore Ts'o · 16 years ago
  41. 5c4f8d6 resize2fs: Add support to use the ext4 online resize ioctl's by Theodore Ts'o · 16 years ago
  42. 2c25f7e Fix gcc -Wall warnings in resize2fs by Theodore Ts'o · 16 years ago
  43. 2930dad Rename the feature uninit_groups to uninit_bg by Theodore Ts'o · 16 years ago
  44. 1ca1059 Add support for the HUGE_FILE feature by Theodore Ts'o · 16 years ago
  45. 236efed Make resize2fs uninit block group aware by Jose R. Santos · 17 years ago
  46. 199ddaa resize2fs: Add options to print (and resizing to) the minimum filesystem size by Josef Bacik · 16 years ago
  47. a040a99 Merge branch 'maint' by Theodore Ts'o · 16 years ago
  48. edfd9b0 resize2fs: Fix resizing filesystems with large inodes by Theodore Ts'o · 16 years ago
  49. 399033a Merge branch 'maint' by Theodore Ts'o · 16 years ago
  50. 4ef2882 resize2fs: Fix movement of large (greater than 128 byte) inodes by Eric Sandeen · 16 years ago
  51. 428f6b3 Merge branch 'maint' into next by Theodore Ts'o · 17 years ago
  52. 3e9f863 Fix minor typo in resize2fs man page by Theodore Ts'o · 17 years ago
  53. 261cd39 Explicitly check for ftruncate64() in configure.in by Theodore Ts'o · 17 years ago
  54. 98dca6c resize2fs: Add sanity check for off_t overflow before truncating by Theodore Ts'o · 17 years ago
  55. fef2b38 Merge branch 'maint' into next by Theodore Ts'o · 17 years ago
  56. e5aace9 Convert use of ext2fs_get_mem to ext2fs_get_array for overflow detection by Theodore Ts'o · 17 years ago
  57. b689b8d Merge branch 'maint' into next by Theodore Ts'o · 17 years ago
  58. 3e41608 Fix Debian rules files to support building non-Linux archs by Samuel Thibault · 17 years ago
  59. f2de1d3 libext2fs: Add EXT2_DESC_SIZE and EXT2_DESC_PER_BLOCK macros by Valerie Clement · 17 years ago
  60. 424a3e4 Remove Changelog files since they're not used after the git migration by Theodore Ts'o · 17 years ago
  61. d7b6472 Update Release Notes, Changelogs, version.h, etc. for 1.40 release by Theodore Ts'o · 17 years ago
  62. 058ad1c Don't write changes to the backup superblocks by default by Theodore Ts'o · 17 years ago
  63. de8f3a7 Fix gcc -Wall warnings, especially on 64-bit systems by Andreas Dilger · 17 years ago
  64. 96c6a3a Store the RAID stride value in the superblock and take advantage of it by Theodore Ts'o · 17 years ago
  65. d2b2a48 [COVERITY] Fix missing return code check for ext2fs_write_inode by Brian Behlendorf · 17 years ago
  66. a6d8302 Use the newer add/remove_error_table com_err interfaces by Theodore Ts'o · 18 years ago
  67. d255b22 Fix resize2fs error msgs if the fs or kernel doesn't support on-line resize by Theodore Ts'o · 18 years ago
  68. d1b4b85 Fix more rounding overflows for filesystems that have 2**32-1 blocks by Eric Sandeen · 18 years ago
  69. f335864 Add checks to make sure inode counts don't overflow a 32-bit value by Eric Sandeen · 18 years ago
  70. d0ff90d Fix signed vs unsigned printf format strings for block and inode numbers by Eric Sandeen · 18 years ago
  71. 62c6d14 Remove unused variables by Eric Sandeen · 18 years ago
  72. a8862d9 Fix potential 2**32-1 overflow by using e2p_percent() by Theodore Ts'o · 18 years ago
  73. 5830d6b Detect overflows in loop counters by Eric Sandeen · 18 years ago
  74. 69022e0 Fix potential 2**32-1 overflow problems by ext2fs_div_ceil() by Theodore Ts'o · 18 years ago
  75. 9447f38 Fix spelling mistakes in e2fsck, mke2fs.conf, and resize2fs man pages by Theodore Ts'o · 18 years ago
  76. 41e5543 Clarify resize2fs man page and add reference to LVM by Theodore Ts'o · 18 years ago
  77. 46c5490 Add RAID stride support to resize2fs by Theodore Ts'o · 18 years ago
  78. 8deb80a Fix format statements to make e2fsprogs programs 32-bit clean by Takashi Sato · 18 years ago
  79. 5d2ef12 Change resize2fs open modes for mounted and unmounted filesystems by Theodore Ts'o · 18 years ago
  80. bf69235 Add support for on-line resizing to resize2fs by Theodore Ts'o · 18 years ago
  81. 68963d5 Clean up gcc -Wall complaints in resize2fs by Theodore Ts'o · 19 years ago
  82. fe07357 Make resize2fs expand or truncate a file containing a filesystem. by Theodore Ts'o · 19 years ago
  83. 2787276 Fix fencepost error in resize2fs caught by valgrind by Theodore Ts'o · 19 years ago
  84. 1f965c8 Update for e2fsprogs 1.38 release. by Theodore Ts'o · 19 years ago
  85. f35fd3d Fix some minor typo's and grammar's strings, and remove debugging strings by Theodore Ts'o · 19 years ago
  86. 75e93ab Update "make depend" information. Fixes SMP parallel build problem. by Theodore Ts'o · 19 years ago
  87. fd4b28e Update for the e2fsprogs 1.37 release. by Theodore Ts'o · 19 years ago
  88. 3eee5e9 Update for release of e2fsprogs 1.36. by Theodore Ts'o · 19 years ago
  89. 64ad98a resize2fs.c: Fix bug where we don't release the blocks belonging by Theodore Ts'o · 20 years ago
  90. 55f4cbd Add new function in e2p for parsing the number of blocks on the command line by Theodore Ts'o · 20 years ago
  91. 9213a93 Fix resize2fs so that it properly handles filesystems with the resize_inode by Theodore Ts'o · 20 years ago
  92. 522798d Add install-strip and install-shlibs-strip targets by Theodore Ts'o · 20 years ago
  93. 6d40227 Use MKINSTALLDIRS macro so that the Makefiles can find the script correctly. by Theodore Ts'o · 20 years ago
  94. 2e8ca9a Add support for passing options to the io layer using the URL syntax. For by Theodore Ts'o · 20 years ago
  95. 47204ff Use Linux-kernel-style makefile output to make it easier to by Theodore Ts'o · 20 years ago
  96. 0619169 resize2fs.c (check_and_change_inodes): Fix debugging printf to by Theodore Ts'o · 20 years ago
  97. aa5c0a4 Remove .cvsignore files; they were out of date, and causes lintian by Theodore Ts'o · 20 years ago
  98. dd60705 Refine the build process to avoid re-running subst all the time on by Theodore Ts'o · 20 years ago
  99. b70b116 Update version number for e2fsprogs 1.35 release. by Theodore Ts'o · 20 years ago
  100. b969b1b Fix more compiler warnings. by Matthias Andree · 21 years ago