1. b818205 tune2fs, mke2fs: add the ability to control the location of the journal by Theodore Ts'o · 11 years ago
  2. 250bf9a mke2fs, tune2fs: remove unneeded access() call by Theodore Ts'o · 11 years ago
  3. 269da3b ext2fs: quiet compiler warnings by Andreas Dilger · 11 years ago
  4. 45ff69f build: quiet LLVM non-literal string format warning by Andreas Dilger · 11 years ago
  5. 66457fc tune2fs: forbid changing uuid on an uninit_bg filesystem by Darrick J. Wong · 11 years ago
  6. d82445e tune2fs: more respect for quota config option by Eric Sandeen · 11 years ago
  7. 4dbfd79 e2fsprogs: fix blk_t <- blk64_t assignment mismatches by Darrick J. Wong · 11 years ago
  8. 577c773 misc: fix gcc -Wall warnings by Theodore Ts'o · 11 years ago
  9. fab0d28 tune2fs: disallow tune2fs to set inode size larger than block size by Akira Fujita · 11 years ago
  10. a713a7f mke2fs, tune2fs, resize2fs: add warning messages for bigalloc and quota by Theodore Ts'o · 12 years ago
  11. e350773 Fix gcc -Wall nits by Theodore Ts'o · 12 years ago
  12. 0f81865 tune2fs: fix a compile-time bug if quota is not enabled by Theodore Ts'o · 12 years ago
  13. 44a2cca tune2fs: respect quota config option by Eric Sandeen · 12 years ago
  14. 89dd15d tune2fs: fix quota feature removal by Aditya Kali · 12 years ago
  15. 5027751 tune2fs/quota: always create hidden quota files by Aditya Kali · 12 years ago
  16. e64e676 Fix gcc -Wall nitpicks by Theodore Ts'o · 13 years ago
  17. 24dea55 Use rbtree bitmaps for dumpe2fs, debugfs, and tune2fs by Theodore Ts'o · 13 years ago
  18. cdfaa75 tune2fs: preserve old limits when turn on quota feature by Niu · 13 years ago
  19. d7c6f4e tune2fs: Compute quota usage when turning on the 'quota' feature by Aditya Kali · 13 years ago
  20. a86d55d libquota: cleanup libquota code by Aditya Kali · 13 years ago
  21. 0c80c44 libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flag by Theodore Ts'o · 13 years ago
  22. 3fcd8fe Fix more spelling errors found by translators and add pluralization by Theodore Ts'o · 13 years ago
  23. 9d4507c Pass the gettext() function to libcom_err by Theodore Ts'o · 13 years ago
  24. 36e4e21 libquota: remove get_qf_name() by Theodore Ts'o · 13 years ago
  25. 0f5eba7 ext2fs: add multi-mount protection (INCOMPAT_MMP) by Andreas Dilger · 13 years ago
  26. 6747ac8 tune2fs: miscellaneous whitespace fixups by Andreas Dilger · 13 years ago
  27. d90d6a7 tune2fs: kill external journal if device not found by Andreas Dilger · 13 years ago
  28. 6b56f3d misc: quiet minor compiler errors by Andreas Dilger · 13 years ago
  29. d1154eb Shorten compile commands run by the build system by Theodore Ts'o · 13 years ago
  30. c3ecabe tune2fs: handle inode and/or block bitmap read failures in resize_inode() by Eric Sandeen · 13 years ago
  31. faa2dcd mke2fs: Use ext2fs_flush() only once by Lukas Czerner · 13 years ago
  32. 771e8db tune2fs: Add support for turning on quota feature by Aditya Kali · 13 years ago
  33. f37901a Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  34. 9a976ac tune2fs: Fix mount_opts handling by Theodore Ts'o · 13 years ago
  35. 035f32a tune2fs: allow setting the stride and stripe width to zero by Theodore Ts'o · 13 years ago
  36. fe75afb Fix superblock field s_blocks_count for bigalloc file systems by Theodore Ts'o · 13 years ago
  37. cf5301d misc: clean up compiler warnings by Andreas Dilger · 13 years ago
  38. 3977a4f Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  39. 2972b16 tune2fs: Fix overflow of interval check by Kazuya Mio · 14 years ago
  40. b1503c4 e2fsprogs: Unify the upper limit of reserved blocks count by Kazuya Mio · 14 years ago
  41. 9d92a20 Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  42. 9345f02 tune2fs, debugfs, libext2fs: Add support for ext4 default mount options by Theodore Ts'o · 14 years ago
  43. 7117f8d tune2fs: Fix up to be 64-bit block number safe by Valerie Aurora Henson · 14 years ago
  44. 97d26ce Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  45. 079ad63 tune2fs: Enable uninit_bg to be set without requiring an fsck by Theodore Ts'o · 14 years ago
  46. b49f78f Convert ext2fs_group_{first,last}_block() to *block2() by Theodore Ts'o · 15 years ago
  47. 6493f8e Convert ext2fs_group_of_blk() to ext2fs_group_of_blk2() by Theodore Ts'o · 15 years ago
  48. d7cca6b Convert to use block group accessor functions by Valerie Aurora Henson · 15 years ago
  49. 4efbac6 Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count() by Valerie Aurora Henson · 15 years ago
  50. a63745e Use ext2fs_file_acl_block() instead of using .i_file_acl directly by Valerie Aurora Henson · 15 years ago
  51. 24a117a Convert to use io_channel_read_blk64() and io_channel_write_blk64() by Valerie Aurora Henson · 15 years ago
  52. 3c041a5 Convert tune2fs, dumpe2fs, and e2image to the new bitmap interface by Valerie Aurora Henson · 15 years ago
  53. 154a5d7 tune2fs: handle bad blocks when resizing inodes by Aneesh Kumar K.V · 15 years ago
  54. 91fac97 tune2fs: Handle fs meta-data blocks during inode resize by Aneesh Kumar K.V · 15 years ago
  55. a9e5177 tune2fs: Make e2fsprogs handle ENOSPC better with inode resize by Aneesh Kumar K.V · 15 years ago
  56. 3c77b8e Fix miscellaneous gcc -Wall warnings in blkid and tune2fs by Theodore Ts'o · 15 years ago
  57. 1acde2b dumpe2fs, tune2fs: fix miscellaneous memory leaks by Theodore Ts'o · 15 years ago
  58. 9266fc7 tune2fs: Fix format string warnings by Theodore Ts'o · 15 years ago
  59. 14b596d configure.in: add --disable-libblkid option by Theodore Ts'o · 15 years ago
  60. f203bbd e2fsck, tune2fs: Fix Hurd compilation problem due to lack of PATH_MAX by Theodore Ts'o · 16 years ago
  61. 45e338f remove useless if-before-free tests by Jim Meyering · 16 years ago
  62. 8d82245 mke2fs, tune2fs: Do not allow the reserved_ratio to be negative by Theodore Ts'o · 16 years ago
  63. 31f1815 tune2fs: Fix tune2fs -I so it won't corrupt RAID filesystems by Theodore Ts'o · 16 years ago
  64. ec43da2 tune2fs: General (whitespace) cleanup by Theodore Ts'o · 16 years ago
  65. 5bf81ba tune2fs: Don't allow the -I option if the flex_bg feature is enabled by Theodore Ts'o · 16 years ago
  66. 27c6de4 tune2fs: Fix inefficient O(n**2) algorithms when expanding the inode size by Theodore Ts'o · 16 years ago
  67. 9d4a4dc tune2fs: Update the block group checksums when changing the UUID by Theodore Ts'o · 16 years ago
  68. f38cf3c Only use the test_io manager if the right environment variables are set by Theodore Ts'o · 16 years ago
  69. 10ff68d tune2fs: Add support for setting the default hash algorithm for htree by Theodore Ts'o · 16 years ago
  70. d1070d9 tune2fs, mke2fs: Change default directory hash algorithm to half_md4 by Theodore Ts'o · 16 years ago
  71. efc6f62 Remove trailing whitespace for the entire source tree by Theodore Ts'o · 16 years ago
  72. d887f88 tune2fs: Improve the error messages for tune2fs -I by Theodore Ts'o · 16 years ago
  73. 7a0516a tune2fs: Delete a stray word from a comment. by Benno Schulenberg · 16 years ago
  74. 577b5c4 e2undo, tune2fs: Report the correct name for the undo program. by Benno Schulenberg · 16 years ago
  75. ebabf2a Define _XOPEN_SOURCE to 600 consistently for Solaris C99 support by Theodore Ts'o · 16 years ago
  76. 2be8fe4 mke2fs,tune2fs: Enable huge_file, dir_nlink, and extra_isize features by Theodore Ts'o · 16 years ago
  77. 71ff129 Merge branch 'maint' by Theodore Ts'o · 16 years ago
  78. 9ff8ece mke2fs, tune2fs, resize2fs: Use floating point to calculate percentages by Theodore Ts'o · 16 years ago
  79. 3658579 Add "#include <limits.h>" to get PATH_MAX for mke2fs and tune2fs by Theodore Ts'o · 16 years ago
  80. 721b367 Fix gcc -Wall warnings in tune2fs by Theodore Ts'o · 16 years ago
  81. 64d588c tune2fs: Support for large inode migration. by Aneesh Kumar K.V · 17 years ago
  82. a70f10d Merge branch 'maint' by Theodore Ts'o · 17 years ago
  83. a2ff0f3 debugfs, tune2fs: Handle daylight savings time when parsing a time string by Theodore Ts'o · 17 years ago
  84. 4e988cb Make tune2fs uninit block group aware by Jose R. Santos · 17 years ago
  85. 2d328bb Fix miscellaneous gcc -Wall warnings by Theodore Ts'o · 17 years ago
  86. 399033a Merge branch 'maint' by Theodore Ts'o · 17 years ago
  87. ff662d5 tune2fs: Remove support for clearing the SPARSE_SUPER feature by Theodore Ts'o · 17 years ago
  88. a49670e Merge branch 'maint' by Theodore Ts'o · 17 years ago
  89. 558df54 Add support for manipulating large_file feature in mke2fs and tune2fs by Theodore Ts'o · 17 years ago
  90. 037914e tune2fs: Add support to clear the resize_inode feature by Theodore Ts'o · 17 years ago
  91. 885bf6b tune2fs: Cleanup feature handling to avoid merge conflicts by Theodore Ts'o · 17 years ago
  92. 7c4a2ef Teach tune2fs to use e2p_edit_feature2() to provide better error handling by Theodore Ts'o · 17 years ago
  93. 107f291 Add ability to set (but not clear) the extents feature to tune2fs by Theodore Ts'o · 17 years ago
  94. 0157e7c Merge branch 'maint' into next by Theodore Ts'o · 17 years ago
  95. 0c17cb2 Add support for setting RAID stride and strip-width via mke2fs and tune2fs by Theodore Ts'o · 17 years ago
  96. 43323be Use BLOCK_FLAG_READ_ONLY flag in debugfs, e2image, and tune2fs by Theodore Ts'o · 17 years ago
  97. ef80fdc Merge branch 'maint' into next by Theodore Ts'o · 17 years ago
  98. 0ddfd9a Allow tune2fs to set and clear the test_fs flag on ext4 filesystems by Theodore Ts'o · 17 years ago
  99. 428f6b3 Merge branch 'maint' into next by Theodore Ts'o · 17 years ago
  100. 6cb2740 Add support for the test_fs flag by Theodore Ts'o · 17 years ago