1. 0f81865 tune2fs: fix a compile-time bug if quota is not enabled by Theodore Ts'o · 12 years ago
  2. 44a2cca tune2fs: respect quota config option by Eric Sandeen · 12 years ago
  3. 51fb43d Fix makefiles to compile e2freefrag with profiling by Theodore Ts'o · 12 years ago
  4. ea2d378 e2freefrag: use 64-bit rbtree bitmaps by Theodore Ts'o · 12 years ago
  5. c498cb1 mke2fs: fix progress suppression to make regression tests reliable by Theodore Ts'o · 12 years ago
  6. b2f5ce5 mke2fs: throttle allocating groups progress as well by Theodore Ts'o · 12 years ago
  7. 802f467 mke2fs.8: use extents vs extent in the man page by Theodore Ts'o · 12 years ago
  8. a3e87bc mke2fs: disable progress reporting in mke2fs.conf for regression tests by Theodore Ts'o · 12 years ago
  9. 03237de mke2fs: throttle progress updates to once a second by Theodore Ts'o · 12 years ago
  10. 032eafe e4defrag: handle device symlinks by Eric Sandeen · 12 years ago
  11. 339e457 filefrag: fix segfault on virtual fs by Eric Sandeen · 12 years ago
  12. b34056f chattr: update chattr's man page chattr for No_COW by Liu Bo · 12 years ago
  13. 036fda6 filefrag: fix report of number of extents by Liu Bo · 12 years ago
  14. 53462aa logsave: fix fd leak which could cause logsave to hang by Theodore Ts'o · 12 years ago
  15. 89dd15d tune2fs: fix quota feature removal by Aditya Kali · 12 years ago
  16. 5027751 tune2fs/quota: always create hidden quota files by Aditya Kali · 12 years ago
  17. 585545e Fix spelling typo's in man pages for tune2fs and mke2fs by Theodore Ts'o · 12 years ago
  18. 2d2abcc e2fsck: rename "bool" variables by Andreas Dilger · 12 years ago
  19. fd7042b chattr: add the -C option to the usage message by Liu Bo · 12 years ago
  20. c1986ec Fix blhc (Build Log Hardening Check) warnings by Theodore Ts'o · 12 years ago
  21. 0796e66 lsattr, chattr: add support for btrfs's No_COW flag by Theodore Ts'o · 12 years ago
  22. 2ae58b6 libquota: remove unnecessary definitions by Jan Kara · 12 years ago
  23. 9906409 dumpe2fs: print journal's s_errno field if it is non-zero by Theodore Ts'o · 12 years ago
  24. 4780e87 Remove unnecessary escape before tab in man pages by Theodore Ts'o · 12 years ago
  25. ce10c31 dumpe2fs: fix 64-bit block numbers on 32-bit systems by Theodore Ts'o · 12 years ago
  26. a99145e tune2fs: fix man page indentation by Aditya Kali · 12 years ago
  27. b24efa2 Don't assume that the presence of mntent.h means that setmntent() exists by Theodore Ts'o · 13 years ago
  28. d47e2af fsck: don't include sys/signal.h for portability reasons by Theodore Ts'o · 13 years ago
  29. 304e11c mke2fs: don't fail creating the journal if /etc/mtab is missing by Theodore Ts'o · 13 years ago
  30. e64e676 Fix gcc -Wall nitpicks by Theodore Ts'o · 13 years ago
  31. 608858f mke2fs.conf: allow use of a custom mke2fs.conf file by Theodore Ts'o · 13 years ago
  32. b75a4ce Fix typo and missing .TP in the tune2fs and mke2fs.conf man pages by David Prévot · 13 years ago
  33. 37c8db7 mke2fs: add option to use direct I/O (mke2fs -D) by Theodore Ts'o · 13 years ago
  34. 24dea55 Use rbtree bitmaps for dumpe2fs, debugfs, and tune2fs by Theodore Ts'o · 13 years ago
  35. 8714178 dumpe2fs: print the expected block group checksum if it is incorrect by Theodore Ts'o · 13 years ago
  36. 6c9ce8a e2image: skip uninitialized bitmaps and inode tables by Phillip Susi · 13 years ago
  37. 30ac1ce mke2fs: make sure bg 0's unused inode count field is zero'ed for mke2fs -S by Theodore Ts'o · 13 years ago
  38. 4a4a44d badblocks: honor the -s option when in read-only -t mode by Theodore Ts'o · 13 years ago
  39. 50a676e e2image: attempt to use ftruncate64 to set i_size for raw images by Theodore Ts'o · 13 years ago
  40. 2b7a30c e2image: fix logic bug which could cause a raw image not to be extended by Theodore Ts'o · 13 years ago
  41. ba9e0af mke2fs: allow file systems w/ uninit_bg to be recovered with mke2fs -S by Theodore Ts'o · 13 years ago
  42. 237b7b2 mke2fs: recognize mke4fs program name by Eric Sandeen · 13 years ago
  43. 8dbcbe1 mke2fs: correct help text for option -G of mke2fs by Yongqiang Yang · 13 years ago
  44. 65794cf mke2fs: fix -T/-t usage output by Mike Frysinger · 13 years ago
  45. 19ef479 e2undo: cast dptr to blk64_t to retrieve block number by Eric Sandeen · 13 years ago
  46. 3cebf9c debugfs: fix gcc -Wall complaints by Theodore Ts'o · 13 years ago
  47. 5e96c57 debugfs: add the freefrag command by Theodore Ts'o · 13 years ago
  48. cdfaa75 tune2fs: preserve old limits when turn on quota feature by Niu · 13 years ago
  49. d678fef mke2fs: Add extended option to select quota type by Aditya Kali · 13 years ago
  50. d7c6f4e tune2fs: Compute quota usage when turning on the 'quota' feature by Aditya Kali · 13 years ago
  51. a86d55d libquota: cleanup libquota code by Aditya Kali · 13 years ago
  52. 7becb20 Make quota support disabled by support by Theodore Ts'o · 13 years ago
  53. 554bc09 e2freefrag: fix "Illegal block number" errors with bigalloc file systems by Robin Dong · 13 years ago
  54. 0c80c44 libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flag by Theodore Ts'o · 13 years ago
  55. 605cf6e filefrag: fix infinite loop in filefrag by Theodore Ts'o · 13 years ago
  56. 3fcd8fe Fix more spelling errors found by translators and add pluralization by Theodore Ts'o · 13 years ago
  57. d1c9b6e dumpe2fs.8.in: add man page warning about mounted file systems by Theodore Ts'o · 13 years ago
  58. 84888e5 Fix spelling errors pointed out by translators by Theodore Ts'o · 13 years ago
  59. c4012e5 libext2fs: make ext2fs_open_file() always use 3 arguments instead of varargs by Theodore Ts'o · 13 years ago
  60. 60e1c71 uuidgen: don't use set_com_err_gettext() by Theodore Ts'o · 13 years ago
  61. 28e2cb9 mke2fs: Fix up usage & error text for cluster size specification by Eric Sandeen · 13 years ago
  62. 9d4507c Pass the gettext() function to libcom_err by Theodore Ts'o · 13 years ago
  63. 36e4e21 libquota: remove get_qf_name() by Theodore Ts'o · 13 years ago
  64. 466137f Add "big" and "huge" types to mke2fs.conf by Theodore Ts'o · 13 years ago
  65. 9c58eaf filefrag: fix an off by one error in when printing the next expected block by Theodore Ts'o · 13 years ago
  66. a00be17 filefrag: Display the number of contiguous, not physical, extents by Theodore Ts'o · 13 years ago
  67. 27b422f mke2fs.conf.5: clarify the man page regarding boolean relations by Theodore Ts'o · 13 years ago
  68. b1c828e debian: add hurd-specific mke2fs.conf file by Theodore Ts'o · 13 years ago
  69. 14b283a mke2fs: set s_max_mnt_count to -1 by default by Theodore Ts'o · 13 years ago
  70. d9c60e0 e2fsck: regression tests for INCOMPAT_MMP feature by Andreas Dilger · 13 years ago
  71. 0f5eba7 ext2fs: add multi-mount protection (INCOMPAT_MMP) by Andreas Dilger · 13 years ago
  72. 6747ac8 tune2fs: miscellaneous whitespace fixups by Andreas Dilger · 13 years ago
  73. d90d6a7 tune2fs: kill external journal if device not found by Andreas Dilger · 13 years ago
  74. 6b56f3d misc: quiet minor compiler errors by Andreas Dilger · 13 years ago
  75. d1154eb Shorten compile commands run by the build system by Theodore Ts'o · 13 years ago
  76. 30295f1 mke2fs: free tdb_dir string if it came from the profile by Eric Sandeen · 13 years ago
  77. 2572655 e4defrag: Check error return of sysconf() by Eric Sandeen · 13 years ago
  78. fe65f1e e2fsprogs: Don't try to close an fd which is negative by Eric Sandeen · 13 years ago
  79. c3ecabe tune2fs: handle inode and/or block bitmap read failures in resize_inode() by Eric Sandeen · 13 years ago
  80. 7adf589 e2initrd_helper: Fix memory leak on error by Eric Sandeen · 13 years ago
  81. 9f7c3af mke2fs: Do not let -t or -T be specified more than once by Eric Sandeen · 13 years ago
  82. 1e003cc filefrag: Fix uninitialized "expected" value by Eric Sandeen · 13 years ago
  83. 4ebbc0a freefrag: fix up getopt case statement by Eric Sandeen · 13 years ago
  84. 6a1dfb3 uuidd: Add missing break to option case statement by Eric Sandeen · 13 years ago
  85. 4d5cf8b mke2fs: remove impossible tests for null usage_types by Eric Sandeen · 13 years ago
  86. 80f4b3a fsck: fix -C option parsing by Eric Sandeen · 13 years ago
  87. 2418dfd dumpe2fs: display "free blocks" as "free clusters" for bigalloc file systems by Theodore Ts'o · 13 years ago
  88. 75405ff Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  89. d2bfdc7 e2fsprogs: Use punch hole as "discard" on regular files by Lukas Czerner · 13 years ago
  90. c859cb1 e2fsprogs: create open() and stat() helpers by Lukas Czerner · 13 years ago
  91. 45792c1 mke2fs: check that auto-detected blocksize <= sys_page_size by Yury V. Zaytsev · 13 years ago
  92. 57cb271 mke2fs.8: Fix the documentation of maximum journal size by Surbhi Palande · 13 years ago
  93. 7fef2bb badblocks: update man page's description of the -v option by Theodore Ts'o · 13 years ago
  94. b715080 mke2fs: use "extent" consistently as a feature name in the man page by Theodore Ts'o · 13 years ago
  95. 9d10f01 e2image: fix invalid lseek error detection by Lukas Czerner · 13 years ago
  96. 4781139 mke2fs.static: change library ordering to avoid a link error by Theodore Ts'o · 13 years ago
  97. faa2dcd mke2fs: Use ext2fs_flush() only once by Lukas Czerner · 13 years ago
  98. 771e8db tune2fs: Add support for turning on quota feature by Aditya Kali · 13 years ago
  99. 1f5d7a8 mke2fs: support creation of filesystem with quota feature by Aditya Kali · 13 years ago
  100. d4c0d8e mke2fs: document stripe_width, not stripe-width by Andreas Dilger · 13 years ago