1. dc9cc70 mke2fs: don't set root dir UID/GID automatically by Andreas Dilger · 11 years ago
  2. 626a2e7 mke2fs: clarify mke2fs and mke2fs.conf man pages by Theodore Ts'o · 11 years ago
  3. e7f983b e2image: fix crash when using e2image -I with a 64-bit file system by Theodore Ts'o · 11 years ago
  4. 2a83b3c mke2fs: sort option parsing, deprecate "-R" by Andreas Dilger · 11 years ago
  5. 577c773 misc: fix gcc -Wall warnings by Theodore Ts'o · 11 years ago
  6. 2539908 chattr: clarify that the compression flags are not supported by ext4 by Theodore Ts'o · 11 years ago
  7. fdaf34f e2image: require that -a option is used only with raw or QCOW2 image by Tomas Racek · 11 years ago
  8. ef21356 e2image: man: fix typo by Tomas Racek · 11 years ago
  9. d55e68a e2image: remove useless exit call by Tomas Racek · 11 years ago
  10. fab0d28 tune2fs: disallow tune2fs to set inode size larger than block size by Akira Fujita · 11 years ago
  11. 447da24 mke2fs: don't display bigalloc/quota fs feature warnings in quiet mode by Theodore Ts'o · 11 years ago
  12. bb21ddf chattr: allow clearing the extent flag by Theodore Ts'o · 12 years ago
  13. a713a7f mke2fs, tune2fs, resize2fs: add warning messages for bigalloc and quota by Theodore Ts'o · 12 years ago
  14. 3bbb613 Update misc/Makefile.in using "make depend" by Theodore Ts'o · 12 years ago
  15. 0e51f5a e2image: add -a switch to include all data by Phillip Susi · 12 years ago
  16. 0f680ee mke2fs: document bigalloc and cluster-size by Zheng Liu · 12 years ago
  17. 86a985e mke2fs: teach mke2fs to understand -b 4k and -C 256M by Theodore Ts'o · 12 years ago
  18. 2a3b1c6 mke2fs: the -g option will now specify the clusters per block group by Theodore Ts'o · 12 years ago
  19. 4b20ea2 mke2fs: enforce that the cluster size must be greater that the block size by Theodore Ts'o · 12 years ago
  20. 9cf69bb mke2fs: require the bigalloc feature explicity if the cluster size is set by Zheng Liu · 12 years ago
  21. f45011d mke2fs: check extents feature when bigalloc feature is enabled by Zheng Liu · 12 years ago
  22. e350773 Fix gcc -Wall nits by Theodore Ts'o · 12 years ago
  23. 2508eaa filefrag: improvements to filefrag FIEMAP handling by Andreas Dilger · 12 years ago
  24. 00eb0ee build: quiet some "gcc -Wall" compiler warnings by Andreas Dilger · 12 years ago
  25. 1d6fd6d misc: cleanup unused variables on MacOS by Andreas Dilger · 12 years ago
  26. 49cdefd mke2fs: fix crash when parsing "-E resize=NNN" with "-O 64bit" by Theodore Ts'o · 12 years ago
  27. 0f81865 tune2fs: fix a compile-time bug if quota is not enabled by Theodore Ts'o · 12 years ago
  28. 44a2cca tune2fs: respect quota config option by Eric Sandeen · 12 years ago
  29. 51fb43d Fix makefiles to compile e2freefrag with profiling by Theodore Ts'o · 12 years ago
  30. ea2d378 e2freefrag: use 64-bit rbtree bitmaps by Theodore Ts'o · 12 years ago
  31. c498cb1 mke2fs: fix progress suppression to make regression tests reliable by Theodore Ts'o · 12 years ago
  32. b2f5ce5 mke2fs: throttle allocating groups progress as well by Theodore Ts'o · 12 years ago
  33. 802f467 mke2fs.8: use extents vs extent in the man page by Theodore Ts'o · 12 years ago
  34. a3e87bc mke2fs: disable progress reporting in mke2fs.conf for regression tests by Theodore Ts'o · 12 years ago
  35. 03237de mke2fs: throttle progress updates to once a second by Theodore Ts'o · 12 years ago
  36. 032eafe e4defrag: handle device symlinks by Eric Sandeen · 12 years ago
  37. 339e457 filefrag: fix segfault on virtual fs by Eric Sandeen · 12 years ago
  38. b34056f chattr: update chattr's man page chattr for No_COW by Liu Bo · 12 years ago
  39. 036fda6 filefrag: fix report of number of extents by Liu Bo · 12 years ago
  40. 53462aa logsave: fix fd leak which could cause logsave to hang by Theodore Ts'o · 12 years ago
  41. 89dd15d tune2fs: fix quota feature removal by Aditya Kali · 12 years ago
  42. 5027751 tune2fs/quota: always create hidden quota files by Aditya Kali · 12 years ago
  43. 585545e Fix spelling typo's in man pages for tune2fs and mke2fs by Theodore Ts'o · 12 years ago
  44. 2d2abcc e2fsck: rename "bool" variables by Andreas Dilger · 12 years ago
  45. fd7042b chattr: add the -C option to the usage message by Liu Bo · 12 years ago
  46. c1986ec Fix blhc (Build Log Hardening Check) warnings by Theodore Ts'o · 12 years ago
  47. 0796e66 lsattr, chattr: add support for btrfs's No_COW flag by Theodore Ts'o · 12 years ago
  48. 2ae58b6 libquota: remove unnecessary definitions by Jan Kara · 12 years ago
  49. 9906409 dumpe2fs: print journal's s_errno field if it is non-zero by Theodore Ts'o · 12 years ago
  50. 4780e87 Remove unnecessary escape before tab in man pages by Theodore Ts'o · 12 years ago
  51. ce10c31 dumpe2fs: fix 64-bit block numbers on 32-bit systems by Theodore Ts'o · 12 years ago
  52. a99145e tune2fs: fix man page indentation by Aditya Kali · 12 years ago
  53. b24efa2 Don't assume that the presence of mntent.h means that setmntent() exists by Theodore Ts'o · 12 years ago
  54. d47e2af fsck: don't include sys/signal.h for portability reasons by Theodore Ts'o · 12 years ago
  55. 304e11c mke2fs: don't fail creating the journal if /etc/mtab is missing by Theodore Ts'o · 12 years ago
  56. e64e676 Fix gcc -Wall nitpicks by Theodore Ts'o · 12 years ago
  57. 608858f mke2fs.conf: allow use of a custom mke2fs.conf file by Theodore Ts'o · 12 years ago
  58. b75a4ce Fix typo and missing .TP in the tune2fs and mke2fs.conf man pages by David Prévot · 12 years ago
  59. 37c8db7 mke2fs: add option to use direct I/O (mke2fs -D) by Theodore Ts'o · 12 years ago
  60. 24dea55 Use rbtree bitmaps for dumpe2fs, debugfs, and tune2fs by Theodore Ts'o · 13 years ago
  61. 8714178 dumpe2fs: print the expected block group checksum if it is incorrect by Theodore Ts'o · 13 years ago
  62. 6c9ce8a e2image: skip uninitialized bitmaps and inode tables by Phillip Susi · 13 years ago
  63. 30ac1ce mke2fs: make sure bg 0's unused inode count field is zero'ed for mke2fs -S by Theodore Ts'o · 13 years ago
  64. 4a4a44d badblocks: honor the -s option when in read-only -t mode by Theodore Ts'o · 13 years ago
  65. 50a676e e2image: attempt to use ftruncate64 to set i_size for raw images by Theodore Ts'o · 13 years ago
  66. 2b7a30c e2image: fix logic bug which could cause a raw image not to be extended by Theodore Ts'o · 13 years ago
  67. ba9e0af mke2fs: allow file systems w/ uninit_bg to be recovered with mke2fs -S by Theodore Ts'o · 13 years ago
  68. 237b7b2 mke2fs: recognize mke4fs program name by Eric Sandeen · 13 years ago
  69. 8dbcbe1 mke2fs: correct help text for option -G of mke2fs by Yongqiang Yang · 13 years ago
  70. 65794cf mke2fs: fix -T/-t usage output by Mike Frysinger · 13 years ago
  71. 19ef479 e2undo: cast dptr to blk64_t to retrieve block number by Eric Sandeen · 13 years ago
  72. 3cebf9c debugfs: fix gcc -Wall complaints by Theodore Ts'o · 13 years ago
  73. 5e96c57 debugfs: add the freefrag command by Theodore Ts'o · 13 years ago
  74. cdfaa75 tune2fs: preserve old limits when turn on quota feature by Niu · 13 years ago
  75. d678fef mke2fs: Add extended option to select quota type by Aditya Kali · 13 years ago
  76. d7c6f4e tune2fs: Compute quota usage when turning on the 'quota' feature by Aditya Kali · 13 years ago
  77. a86d55d libquota: cleanup libquota code by Aditya Kali · 13 years ago
  78. 7becb20 Make quota support disabled by support by Theodore Ts'o · 13 years ago
  79. 554bc09 e2freefrag: fix "Illegal block number" errors with bigalloc file systems by Robin Dong · 13 years ago
  80. 0c80c44 libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flag by Theodore Ts'o · 13 years ago
  81. 605cf6e filefrag: fix infinite loop in filefrag by Theodore Ts'o · 13 years ago
  82. 3fcd8fe Fix more spelling errors found by translators and add pluralization by Theodore Ts'o · 13 years ago
  83. d1c9b6e dumpe2fs.8.in: add man page warning about mounted file systems by Theodore Ts'o · 13 years ago
  84. 84888e5 Fix spelling errors pointed out by translators by Theodore Ts'o · 13 years ago
  85. c4012e5 libext2fs: make ext2fs_open_file() always use 3 arguments instead of varargs by Theodore Ts'o · 13 years ago
  86. 60e1c71 uuidgen: don't use set_com_err_gettext() by Theodore Ts'o · 13 years ago
  87. 28e2cb9 mke2fs: Fix up usage & error text for cluster size specification by Eric Sandeen · 13 years ago
  88. 9d4507c Pass the gettext() function to libcom_err by Theodore Ts'o · 13 years ago
  89. 36e4e21 libquota: remove get_qf_name() by Theodore Ts'o · 13 years ago
  90. 466137f Add "big" and "huge" types to mke2fs.conf by Theodore Ts'o · 13 years ago
  91. 9c58eaf filefrag: fix an off by one error in when printing the next expected block by Theodore Ts'o · 13 years ago
  92. a00be17 filefrag: Display the number of contiguous, not physical, extents by Theodore Ts'o · 13 years ago
  93. 27b422f mke2fs.conf.5: clarify the man page regarding boolean relations by Theodore Ts'o · 13 years ago
  94. b1c828e debian: add hurd-specific mke2fs.conf file by Theodore Ts'o · 13 years ago
  95. 14b283a mke2fs: set s_max_mnt_count to -1 by default by Theodore Ts'o · 13 years ago
  96. d9c60e0 e2fsck: regression tests for INCOMPAT_MMP feature by Andreas Dilger · 13 years ago
  97. 0f5eba7 ext2fs: add multi-mount protection (INCOMPAT_MMP) by Andreas Dilger · 13 years ago
  98. 6747ac8 tune2fs: miscellaneous whitespace fixups by Andreas Dilger · 13 years ago
  99. d90d6a7 tune2fs: kill external journal if device not found by Andreas Dilger · 13 years ago
  100. 6b56f3d misc: quiet minor compiler errors by Andreas Dilger · 13 years ago