1. b818205 tune2fs, mke2fs: add the ability to control the location of the journal by Theodore Ts'o · 11 years ago
  2. 6e49e6a mke2fs: optimize fix_cluster_bg_counts() by Theodore Ts'o · 11 years ago
  3. 250bf9a mke2fs, tune2fs: remove unneeded access() call by Theodore Ts'o · 11 years ago
  4. 88ee023 mke2fs: add support to create the file system at an offset by Theodore Ts'o · 11 years ago
  5. 2bc3041 debugfs, e2fsck: fix s_desc_size handling by Andreas Dilger · 11 years ago
  6. f404167 Clean up sparse warnings by Theodore Ts'o · 11 years ago
  7. 45ff69f build: quiet LLVM non-literal string format warning by Andreas Dilger · 11 years ago
  8. 80a1806 mke2fs: don't leak memory (on error path) by Darrick J. Wong · 11 years ago
  9. d20403d mke2fs: load configfile blocksize setting before 64bit checks by Darrick J. Wong · 11 years ago
  10. cecfb4c mke2fs: don't let resize= turn on resize_inode when meta_bg is set by Theodore Ts'o · 11 years ago
  11. d11f92a mke2fs: complain about creating 64bit filesystems without extents by Darrick J. Wong · 11 years ago
  12. fd73a1d mke2fs: calculate journal blocks just after fs initialize by Ashish Sangwan · 11 years ago
  13. dc9cc70 mke2fs: don't set root dir UID/GID automatically by Andreas Dilger · 11 years ago
  14. 2a83b3c mke2fs: sort option parsing, deprecate "-R" by Andreas Dilger · 11 years ago
  15. 577c773 misc: fix gcc -Wall warnings by Theodore Ts'o · 11 years ago
  16. 447da24 mke2fs: don't display bigalloc/quota fs feature warnings in quiet mode by Theodore Ts'o · 11 years ago
  17. a713a7f mke2fs, tune2fs, resize2fs: add warning messages for bigalloc and quota by Theodore Ts'o · 12 years ago
  18. 86a985e mke2fs: teach mke2fs to understand -b 4k and -C 256M by Theodore Ts'o · 12 years ago
  19. 2a3b1c6 mke2fs: the -g option will now specify the clusters per block group by Theodore Ts'o · 12 years ago
  20. 4b20ea2 mke2fs: enforce that the cluster size must be greater that the block size by Theodore Ts'o · 12 years ago
  21. 9cf69bb mke2fs: require the bigalloc feature explicity if the cluster size is set by Zheng Liu · 12 years ago
  22. f45011d mke2fs: check extents feature when bigalloc feature is enabled by Zheng Liu · 12 years ago
  23. 1d6fd6d misc: cleanup unused variables on MacOS by Andreas Dilger · 12 years ago
  24. 49cdefd mke2fs: fix crash when parsing "-E resize=NNN" with "-O 64bit" by Theodore Ts'o · 12 years ago
  25. c498cb1 mke2fs: fix progress suppression to make regression tests reliable by Theodore Ts'o · 12 years ago
  26. b2f5ce5 mke2fs: throttle allocating groups progress as well by Theodore Ts'o · 12 years ago
  27. a3e87bc mke2fs: disable progress reporting in mke2fs.conf for regression tests by Theodore Ts'o · 12 years ago
  28. 03237de mke2fs: throttle progress updates to once a second by Theodore Ts'o · 12 years ago
  29. b24efa2 Don't assume that the presence of mntent.h means that setmntent() exists by Theodore Ts'o · 12 years ago
  30. 304e11c mke2fs: don't fail creating the journal if /etc/mtab is missing by Theodore Ts'o · 12 years ago
  31. 37c8db7 mke2fs: add option to use direct I/O (mke2fs -D) by Theodore Ts'o · 12 years ago
  32. 30ac1ce mke2fs: make sure bg 0's unused inode count field is zero'ed for mke2fs -S by Theodore Ts'o · 12 years ago
  33. ba9e0af mke2fs: allow file systems w/ uninit_bg to be recovered with mke2fs -S by Theodore Ts'o · 12 years ago
  34. 237b7b2 mke2fs: recognize mke4fs program name by Eric Sandeen · 12 years ago
  35. 8dbcbe1 mke2fs: correct help text for option -G of mke2fs by Yongqiang Yang · 13 years ago
  36. 65794cf mke2fs: fix -T/-t usage output by Mike Frysinger · 13 years ago
  37. d678fef mke2fs: Add extended option to select quota type by Aditya Kali · 13 years ago
  38. a86d55d libquota: cleanup libquota code by Aditya Kali · 13 years ago
  39. 7becb20 Make quota support disabled by support by Theodore Ts'o · 13 years ago
  40. 84888e5 Fix spelling errors pointed out by translators by Theodore Ts'o · 13 years ago
  41. 28e2cb9 mke2fs: Fix up usage & error text for cluster size specification by Eric Sandeen · 13 years ago
  42. 9d4507c Pass the gettext() function to libcom_err by Theodore Ts'o · 13 years ago
  43. 14b283a mke2fs: set s_max_mnt_count to -1 by default by Theodore Ts'o · 13 years ago
  44. 0f5eba7 ext2fs: add multi-mount protection (INCOMPAT_MMP) by Andreas Dilger · 13 years ago
  45. d1154eb Shorten compile commands run by the build system by Theodore Ts'o · 13 years ago
  46. 30295f1 mke2fs: free tdb_dir string if it came from the profile by Eric Sandeen · 13 years ago
  47. 9f7c3af mke2fs: Do not let -t or -T be specified more than once by Eric Sandeen · 13 years ago
  48. 4d5cf8b mke2fs: remove impossible tests for null usage_types by Eric Sandeen · 13 years ago
  49. d2bfdc7 e2fsprogs: Use punch hole as "discard" on regular files by Lukas Czerner · 13 years ago
  50. 45792c1 mke2fs: check that auto-detected blocksize <= sys_page_size by Yury V. Zaytsev · 13 years ago
  51. faa2dcd mke2fs: Use ext2fs_flush() only once by Lukas Czerner · 13 years ago
  52. 1f5d7a8 mke2fs: support creation of filesystem with quota feature by Aditya Kali · 13 years ago
  53. f37901a Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  54. 5b734a0 mke2fs: allow setting the stride and stripe width to zero by Theodore Ts'o · 13 years ago
  55. b12a0bc mke2fs: change bigalloc default cluster size to 16*blocksize by Theodore Ts'o · 13 years ago
  56. fe75afb Fix superblock field s_blocks_count for bigalloc file systems by Theodore Ts'o · 13 years ago
  57. 96367ad misc: quiet "unused variable" compiler warnings by Andreas Dilger · 13 years ago
  58. 2d34a25 mke2fs: add support for cluster size in mke2fs.conf by Theodore Ts'o · 13 years ago
  59. 4c2b28a mke2fs: Add support for [devices] stanza in mke2fs.conf by Theodore Ts'o · 13 years ago
  60. 6c54689 mke2fs: skip zeroing journal blocks by Andreas Dilger · 13 years ago
  61. c6ed60c mke2fs: support creating bigalloc file systems by Theodore Ts'o · 13 years ago
  62. f16f9d9 Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  63. 8185ab9 mke2fs: Don't erase flash device if "-n" is given by Andreas Dilger · 13 years ago
  64. 6a6337c Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  65. 1da5ef7 libext2fs: change fs->clustersize to fs->cluster_ratio_bits by Theodore Ts'o · 13 years ago
  66. 3977a4f Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  67. d568782 mke2fs: don't set stripe/stride to 1 block by Eric Sandeen · 13 years ago
  68. d3859af mke2fs: Allow specifying reserved_ratio via mke2fs.conf by Aditya Kali · 13 years ago
  69. aa07cb7 mke2fs: If the device supports discard, don't print an error message by Theodore Ts'o · 13 years ago
  70. 829d999 Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  71. 412376e Add basic BIGALLOC support for cluster-based allocation by Theodore Ts'o · 13 years ago
  72. 7d9e316 mke2fs: Display progress report during the device discard by Lukas Czerner · 14 years ago
  73. 214580a Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  74. 6a426c9 e2fsprogs: enable user namespace xattrs by default by Eric Sandeen · 13 years ago
  75. 3daf592 e2fsprogs: turn off enforced fsck intervals by default by Eric Sandeen · 13 years ago
  76. da2a5a4 Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  77. 0f7479b mke2fs: don't complain if the fs type "default" is not defined in mke2fs.conf by Theodore Ts'o · 14 years ago
  78. 9b27e9c mke2fs: take the device size into account when determining the size type by Theodore Ts'o · 14 years ago
  79. 8a1cf3c mke2fs: clean up error handling in mke2fs_setup_tdb() by Theodore Ts'o · 14 years ago
  80. 9ec68af mke2fs: add some error checks into PRS() by Namhyung Kim · 14 years ago
  81. 22d8ce5 mke2fs: fix determination of size_type 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. 0358c9f Merge branch 'maint' into next by Theodore Ts'o · 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. 9d92a20 Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  99. 792cce3 mke2fs: make "invalid blocks count" error more clear by Eric Sandeen · 14 years ago
  100. 6fcd6f8 mke2fs: use lazy inode init on some discard-able devices by Eric Sandeen · 14 years ago