1. 2418dfd dumpe2fs: display "free blocks" as "free clusters" for bigalloc file systems by Theodore Ts'o · 13 years ago
  2. 75405ff Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  3. d2bfdc7 e2fsprogs: Use punch hole as "discard" on regular files by Lukas Czerner · 13 years ago
  4. c859cb1 e2fsprogs: create open() and stat() helpers by Lukas Czerner · 13 years ago
  5. 45792c1 mke2fs: check that auto-detected blocksize <= sys_page_size by Yury V. Zaytsev · 13 years ago
  6. 57cb271 mke2fs.8: Fix the documentation of maximum journal size by Surbhi Palande · 13 years ago
  7. 7fef2bb badblocks: update man page's description of the -v option by Theodore Ts'o · 13 years ago
  8. b715080 mke2fs: use "extent" consistently as a feature name in the man page by Theodore Ts'o · 13 years ago
  9. 9d10f01 e2image: fix invalid lseek error detection by Lukas Czerner · 13 years ago
  10. 4781139 mke2fs.static: change library ordering to avoid a link error by Theodore Ts'o · 13 years ago
  11. faa2dcd mke2fs: Use ext2fs_flush() only once by Lukas Czerner · 13 years ago
  12. 771e8db tune2fs: Add support for turning on quota feature by Aditya Kali · 13 years ago
  13. 1f5d7a8 mke2fs: support creation of filesystem with quota feature by Aditya Kali · 13 years ago
  14. d4c0d8e mke2fs: document stripe_width, not stripe-width by Andreas Dilger · 13 years ago
  15. f37901a Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  16. 5b734a0 mke2fs: allow setting the stride and stripe width to zero by Theodore Ts'o · 13 years ago
  17. 9a976ac tune2fs: Fix mount_opts handling by Theodore Ts'o · 13 years ago
  18. 035f32a tune2fs: allow setting the stride and stripe width to zero by Theodore Ts'o · 13 years ago
  19. 1ca8779 libext2fs: fix makefile dependency problem by Theodore Ts'o · 13 years ago
  20. b12a0bc mke2fs: change bigalloc default cluster size to 16*blocksize by Theodore Ts'o · 13 years ago
  21. fe75afb Fix superblock field s_blocks_count for bigalloc file systems by Theodore Ts'o · 13 years ago
  22. 96367ad misc: quiet "unused variable" compiler warnings by Andreas Dilger · 13 years ago
  23. 2d34a25 mke2fs: add support for cluster size in mke2fs.conf by Theodore Ts'o · 13 years ago
  24. 4c2b28a mke2fs: Add support for [devices] stanza in mke2fs.conf by Theodore Ts'o · 13 years ago
  25. 6c54689 mke2fs: skip zeroing journal blocks by Andreas Dilger · 13 years ago
  26. 25bc8c7 tune2fs: add dir_index feature to tune2fs man page by Andreas Dilger · 13 years ago
  27. cf5301d misc: clean up compiler warnings by Andreas Dilger · 13 years ago
  28. c6ed60c mke2fs: support creating bigalloc file systems by Theodore Ts'o · 13 years ago
  29. f16f9d9 Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  30. 8185ab9 mke2fs: Don't erase flash device if "-n" is given by Andreas Dilger · 13 years ago
  31. 6a6337c Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  32. bcb942c dumpe2fs: teach dumpe2fs to be cluster aware by Theodore Ts'o · 13 years ago
  33. 1da5ef7 libext2fs: change fs->clustersize to fs->cluster_ratio_bits by Theodore Ts'o · 13 years ago
  34. 3977a4f Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  35. 2972b16 tune2fs: Fix overflow of interval check by Kazuya Mio · 14 years ago
  36. b1503c4 e2fsprogs: Unify the upper limit of reserved blocks count by Kazuya Mio · 14 years ago
  37. d568782 mke2fs: don't set stripe/stride to 1 block by Eric Sandeen · 14 years ago
  38. 92dcfb7 e2image: Support for conversion QCOW2 image into raw by Lukas Czerner · 13 years ago
  39. bf0449b e2image: Add support for qcow2 format by Lukas Czerner · 13 years ago
  40. d3859af mke2fs: Allow specifying reserved_ratio via mke2fs.conf by Aditya Kali · 13 years ago
  41. b18c5fd Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  42. 0595062 logsave: Update usage message so it is correct by Carsten Hey · 14 years ago
  43. a8d8432 filefrag: count 0 extents properly when verbose by Eric Sandeen · 13 years ago
  44. 5af9eea Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  45. d4a9330 e2fsprogs: man page typo fixes by Eric Sandeen · 14 years ago
  46. aa07cb7 mke2fs: If the device supports discard, don't print an error message by Theodore Ts'o · 14 years ago
  47. 829d999 Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  48. 412376e Add basic BIGALLOC support for cluster-based allocation by Theodore Ts'o · 14 years ago
  49. 7d9e316 mke2fs: Display progress report during the device discard by Lukas Czerner · 14 years ago
  50. 214580a Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  51. 855a77a mke2fs: Simple man page nodiscard option correction by Lukas Czerner · 14 years ago
  52. 6a426c9 e2fsprogs: enable user namespace xattrs by default by Eric Sandeen · 14 years ago
  53. 3daf592 e2fsprogs: turn off enforced fsck intervals by default by Eric Sandeen · 14 years ago
  54. 89d4597 badblocks: Add accounting for different types of errors by Theodore Ts'o · 14 years ago
  55. 39791dc badblocks: Fix up recover_block handling in badblocks by Theodore Ts'o · 14 years ago
  56. 175d43b Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  57. 468d82f badblocks: Only report errors when reading/writing one block at a time by Theodore Ts'o · 14 years ago
  58. e53e8fb badblocks: Add the -B option which forces the use of buffered I/O by Theodore Ts'o · 14 years ago
  59. 7d68403 badblocks: Fix bug so that O_DIRECT mode is correctly entered by Theodore Ts'o · 14 years ago
  60. 616f68b Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  61. b637f8e filefrag: remove useless assignment by Jim Meyering · 14 years ago
  62. 9ac557a e4defrag: Use libext2fs to get the correct superblock information by Kazuya Mio · 14 years ago
  63. 8d9c50c configure: control whether e4defrag is built/installed via --disable-defrag by Theodore Ts'o · 14 years ago
  64. b07f014 e4defrag: fix segfault when e4defrag races with unlink/truncate by Kazuya Mio · 14 years ago
  65. da2a5a4 Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  66. 0f7479b mke2fs: don't complain if the fs type "default" is not defined in mke2fs.conf by Theodore Ts'o · 14 years ago
  67. 9b27e9c mke2fs: take the device size into account when determining the size type by Theodore Ts'o · 14 years ago
  68. 5182ad4 mke2fs.8.in: add ENVIRONMENT section by Namhyung Kim · 14 years ago
  69. 8a1cf3c mke2fs: clean up error handling in mke2fs_setup_tdb() by Theodore Ts'o · 14 years ago
  70. 9ec68af mke2fs: add some error checks into PRS() by Namhyung Kim · 14 years ago
  71. 22d8ce5 mke2fs: fix determination of size_type by Namhyung Kim · 14 years ago
  72. 9a2767f mke2fs.8.in: add missing "big" and "huge" usage-type description by Namhyung Kim · 14 years ago
  73. 74e1211 mke2fs: Avoid potential NULL dereference by Theodore Ts'o · 14 years ago
  74. e163242 mke2fs: Use ext2fs_div_ceil to simplify write_inode_tables() by Theodore Ts'o · 14 years ago
  75. 25623fe Merge branch 'master' into next by Theodore Ts'o · 14 years ago
  76. 30c0529 e4defrag: Fix the overflow in e4defrag with > 2GB files by Theodore Ts'o · 14 years ago
  77. 77e72e2 e4defrag: update man page about -c option by Kazuya Mio · 14 years ago
  78. 4baacad e4defrag: avoid unsuccessful return for an non-privileged user by Kazuya Mio · 14 years ago
  79. 02808f7d e4defrag: fix file blocks calculation by Kazuya Mio · 14 years ago
  80. 94d26c2 e4defrag: output size per extent by -c option by Kazuya Mio · 14 years ago
  81. ae09b93 e4defrag: return more specific error message on ioctl failure by Peng Tao · 14 years ago
  82. 43eb2ad e4defrag: skip "rootfs" entry when checking for ext4 filesystem by Eric Sandeen · 15 years ago
  83. 90b9dce e4defrag: open the file to be defragged in read/write mode by Darrick J. Wong · 14 years ago
  84. 0358c9f Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  85. 0e2afdb dumpe2fs: fix output for flex_bg bitmap offsets by Andreas Dilger · 14 years ago
  86. 5a2db04 mke2fs: Fix (minor) memory leaks by Theodore Ts'o · 14 years ago
  87. 2ee4544 mke2fs: Fail if the requested file system type is not defined in mke2fs.conf by Theodore Ts'o · 14 years ago
  88. 7361c08 mke2fs: Use unix_discard() for discards by Lukas Czerner · 14 years ago
  89. d866599 e2fsprogs: Add CHANNEL_FLAGS_DISCARD_ZEROES flag for io_manager by Lukas Czerner · 14 years ago
  90. f35c7b5 Merge branch 'maint' by Theodore Ts'o · 14 years ago
  91. 7fe5ff3 mke2fs: Add discard option into mke2fs.conf by Lukas Czerner · 14 years ago
  92. 0bc85df mke2fs: Deprecate -K option, introduce discard/nodiscard by Lukas Czerner · 14 years ago
  93. 2b21a0d mke2fs: Force the default blocksize to be at least the logical sector size by Theodore Ts'o · 14 years ago
  94. 92eb5a3 mke2fs: Set logical/physical sector size from environment for debugging by Theodore Ts'o · 14 years ago
  95. 1599b47 mke2fs: Fill in min_io and opt_io with physical sector size by Theodore Ts'o · 14 years ago
  96. f89f54a mke2fs: Do not require -F for block size < physical size by Theodore Ts'o · 14 years ago
  97. 210fd2c mke2fs: Enable lazy_itable_init if the kernel supports this feature by Theodore Ts'o · 14 years ago
  98. 9946478 tune2fs.8: Document that the device can be specified via LABEL= or UUID= by Theodore Ts'o · 14 years ago
  99. 9d92a20 Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  100. 792cce3 mke2fs: make "invalid blocks count" error more clear by Eric Sandeen · 14 years ago