1. edfd9b0 resize2fs: Fix resizing filesystems with large inodes by Theodore Ts'o · 16 years ago
  2. 4ef2882 resize2fs: Fix movement of large (greater than 128 byte) inodes by Eric Sandeen · 16 years ago
  3. 3e9f863 Fix minor typo in resize2fs man page by Theodore Ts'o · 17 years ago
  4. 261cd39 Explicitly check for ftruncate64() in configure.in by Theodore Ts'o · 17 years ago
  5. 98dca6c resize2fs: Add sanity check for off_t overflow before truncating by Theodore Ts'o · 17 years ago
  6. e5aace9 Convert use of ext2fs_get_mem to ext2fs_get_array for overflow detection by Theodore Ts'o · 17 years ago
  7. 3e41608 Fix Debian rules files to support building non-Linux archs by Samuel Thibault · 17 years ago
  8. 424a3e4 Remove Changelog files since they're not used after the git migration by Theodore Ts'o · 17 years ago
  9. d7b6472 Update Release Notes, Changelogs, version.h, etc. for 1.40 release by Theodore Ts'o · 17 years ago
  10. 058ad1c Don't write changes to the backup superblocks by default by Theodore Ts'o · 17 years ago
  11. de8f3a7 Fix gcc -Wall warnings, especially on 64-bit systems by Andreas Dilger · 17 years ago
  12. 96c6a3a Store the RAID stride value in the superblock and take advantage of it by Theodore Ts'o · 17 years ago
  13. d2b2a48 [COVERITY] Fix missing return code check for ext2fs_write_inode by Brian Behlendorf · 17 years ago
  14. a6d8302 Use the newer add/remove_error_table com_err interfaces by Theodore Ts'o · 18 years ago
  15. d255b22 Fix resize2fs error msgs if the fs or kernel doesn't support on-line resize by Theodore Ts'o · 18 years ago
  16. d1b4b85 Fix more rounding overflows for filesystems that have 2**32-1 blocks by Eric Sandeen · 18 years ago
  17. f335864 Add checks to make sure inode counts don't overflow a 32-bit value by Eric Sandeen · 18 years ago
  18. d0ff90d Fix signed vs unsigned printf format strings for block and inode numbers by Eric Sandeen · 18 years ago
  19. 62c6d14 Remove unused variables by Eric Sandeen · 18 years ago
  20. a8862d9 Fix potential 2**32-1 overflow by using e2p_percent() by Theodore Ts'o · 18 years ago
  21. 5830d6b Detect overflows in loop counters by Eric Sandeen · 18 years ago
  22. 69022e0 Fix potential 2**32-1 overflow problems by ext2fs_div_ceil() by Theodore Ts'o · 18 years ago
  23. 9447f38 Fix spelling mistakes in e2fsck, mke2fs.conf, and resize2fs man pages by Theodore Ts'o · 18 years ago
  24. 41e5543 Clarify resize2fs man page and add reference to LVM by Theodore Ts'o · 18 years ago
  25. 46c5490 Add RAID stride support to resize2fs by Theodore Ts'o · 18 years ago
  26. 8deb80a Fix format statements to make e2fsprogs programs 32-bit clean by Takashi Sato · 18 years ago
  27. 5d2ef12 Change resize2fs open modes for mounted and unmounted filesystems by Theodore Ts'o · 18 years ago
  28. bf69235 Add support for on-line resizing to resize2fs by Theodore Ts'o · 18 years ago
  29. 68963d5 Clean up gcc -Wall complaints in resize2fs by Theodore Ts'o · 19 years ago
  30. fe07357 Make resize2fs expand or truncate a file containing a filesystem. by Theodore Ts'o · 19 years ago
  31. 2787276 Fix fencepost error in resize2fs caught by valgrind by Theodore Ts'o · 19 years ago
  32. 1f965c8 Update for e2fsprogs 1.38 release. by Theodore Ts'o · 19 years ago
  33. f35fd3d Fix some minor typo's and grammar's strings, and remove debugging strings by Theodore Ts'o · 19 years ago
  34. 75e93ab Update "make depend" information. Fixes SMP parallel build problem. by Theodore Ts'o · 19 years ago
  35. fd4b28e Update for the e2fsprogs 1.37 release. by Theodore Ts'o · 19 years ago
  36. 3eee5e9 Update for release of e2fsprogs 1.36. by Theodore Ts'o · 19 years ago
  37. 64ad98a resize2fs.c: Fix bug where we don't release the blocks belonging by Theodore Ts'o · 20 years ago
  38. 55f4cbd Add new function in e2p for parsing the number of blocks on the command line by Theodore Ts'o · 20 years ago
  39. 9213a93 Fix resize2fs so that it properly handles filesystems with the resize_inode by Theodore Ts'o · 20 years ago
  40. 522798d Add install-strip and install-shlibs-strip targets by Theodore Ts'o · 20 years ago
  41. 6d40227 Use MKINSTALLDIRS macro so that the Makefiles can find the script correctly. by Theodore Ts'o · 20 years ago
  42. 2e8ca9a Add support for passing options to the io layer using the URL syntax. For by Theodore Ts'o · 20 years ago
  43. 47204ff Use Linux-kernel-style makefile output to make it easier to by Theodore Ts'o · 20 years ago
  44. 0619169 resize2fs.c (check_and_change_inodes): Fix debugging printf to by Theodore Ts'o · 20 years ago
  45. aa5c0a4 Remove .cvsignore files; they were out of date, and causes lintian by Theodore Ts'o · 20 years ago
  46. dd60705 Refine the build process to avoid re-running subst all the time on by Theodore Ts'o · 20 years ago
  47. b70b116 Update version number for e2fsprogs 1.35 release. by Theodore Ts'o · 20 years ago
  48. b969b1b Fix more compiler warnings. by Matthias Andree · 21 years ago
  49. 5443492 Fix gcc -Wall nitpicks by Theodore Ts'o · 21 years ago
  50. a7ac1df Adjust description line so that apropos "ext2" or "ext3" will by Theodore Ts'o · 21 years ago
  51. c4e3d3f ext2fs_getmem(), ext2fs_free_mem(), and ext2fs_resize_mem() by Theodore Ts'o · 21 years ago
  52. 9c7ec17 Update for 1.34 release. by Theodore Ts'o · 21 years ago
  53. a7ccdff In mke2fs and resize2fs, round the default size of the filesystem to by Theodore Ts'o · 21 years ago
  54. 7d7bdd5 Fix bug in resize2fs which caused it to fail on filesystems with a by Theodore Ts'o · 21 years ago
  55. 23658ff resize2fs.8.in: Make explicit that you need to run resize2fs by Theodore Ts'o · 21 years ago
  56. 792a088 main.c (main): Add the ability to specify units to the size by Theodore Ts'o · 21 years ago
  57. ddc32a0 Add Czech translation. by Theodore Ts'o · 21 years ago
  58. a04eba3 Update to gettext 0.11.5. We now enable NLS support by default. by Theodore Ts'o · 21 years ago
  59. 71df0dc Update for 1.33 release. by Theodore Ts'o · 21 years ago
  60. afb6d70 Use DYLD_LIBRAY_PATH so that "make check" works on by Theodore Ts'o · 21 years ago
  61. 424cb7b Bug fix; we were incorrectly moving the block and inode bitmaps by Theodore Ts'o · 21 years ago
  62. 3851301 Update files for 1.32 release. by Theodore Ts'o · 22 years ago
  63. ae65b29 Update files for 1.31 release. by Theodore Ts'o · 22 years ago
  64. 5d823a4 Update files for 1.30 release. by Theodore Ts'o · 22 years ago
  65. 085d2a8 resize2fs.c (inode_scan_and_fix, check_and_change_inodes): When by Theodore Ts'o · 22 years ago
  66. 482afc4 Makefile.in (install): Search all compression extensions when by Theodore Ts'o · 22 years ago
  67. 76dd5e5 Add support for the meta_bg feature flag to the resize2fs program. by Theodore Ts'o · 22 years ago
  68. 143ac30 resize2fs.8.in: Fix typo in man page. by Theodore Ts'o · 22 years ago
  69. c663305 Update for 1.29 release. by Theodore Ts'o · 22 years ago
  70. 87ee8dc Update changelogs for 1.28 release by Theodore Ts'o · 22 years ago
  71. 0ccd488 Fix stupid typo in previous changeset. by Theodore Ts'o · 22 years ago
  72. ed909bb Fix up extended attribute handling in e2image, resize2fs, and in by Theodore Ts'o · 22 years ago
  73. cefbf48 resize2fs.c (block_mover): If there are no blocks to move, by Theodore Ts'o · 22 years ago
  74. 41cce58 main.c (main): If the filesystem has errors or is not valid, by Theodore Ts'o · 22 years ago
  75. 1608211 main.c (main): If resize_fs returns an error, don't print the by Theodore Ts'o · 22 years ago
  76. 116db1b main.c (main): If we are resizing a plain file which is smaller by Theodore Ts'o · 22 years ago
  77. a8e7724 Update for 1.27 release. by Theodore Ts'o · 22 years ago
  78. 546a1ff Fix various gcc -Wall complaints. by Theodore Ts'o · 22 years ago
  79. 304905d Makefile.in (check): Use LD_LIBRARY_PATH to run test programs. by Theodore Ts'o · 22 years ago
  80. 57173d0 Update Changelog messages to use tytso@mit.edu for all addresses by Theodore Ts'o · 22 years ago
  81. b9f4092 Update makefiles to install mkfs.ext3, and to install man pages for by Theodore Ts'o · 22 years ago
  82. a5f3f5c Update files for 1.26 release. by Theodore Ts'o · 22 years ago
  83. fbf9111 Update changelogs for 1.25 release. by Theodore Ts'o · 23 years ago
  84. fb70775 Update for 1.24a release by Theodore Ts'o · 23 years ago
  85. 109624a Update for 1.24 release. by Theodore Ts'o · 23 years ago
  86. 943ed87 Add missing log entry showing when we released e2fsprogs 1.23 by Theodore Ts'o · 23 years ago
  87. 6796013 Update changelogs for 1.22. by Theodore Ts'o · 23 years ago
  88. f4f75ba ChangeLog: Update for 1.21 release. by Theodore Ts'o · 23 years ago
  89. 36a23e1 ChangeLog: Fix typo in ChangeLog. by Theodore Ts'o · 23 years ago
  90. 797f5ef ChangeLog, wordwrap.pl: by Theodore Ts'o · 23 years ago
  91. bb18586 e2fsprogs.lsm, version.h: by Theodore Ts'o · 23 years ago
  92. 54c637d Many files: by Theodore Ts'o · 23 years ago
  93. a05c589 Makefile.in: Update makefile dependencies by Theodore Ts'o · 24 years ago
  94. 48e08e0 ChangeLog, main.c: by Theodore Ts'o · 24 years ago
  95. dfcdc32 ChangeLog, libext2fs.texinfo: by Theodore Ts'o · 24 years ago
  96. e5b38a5 Many files: by Theodore Ts'o · 24 years ago
  97. 0e8a956 Many files: by Theodore Ts'o · 24 years ago
  98. 3e377db ChangeLog, MCONFIG.in, Makefile.in, Makefile.in.in: by Theodore Ts'o · 24 years ago
  99. f9e6706 configure.in: by Theodore Ts'o · 24 years ago
  100. e4c8e88 ChangeLog, Makefile.in: by Theodore Ts'o · 24 years ago