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