1. 0f7479b mke2fs: don't complain if the fs type "default" is not defined in mke2fs.conf by Theodore Ts'o · 14 years ago
  2. 9b27e9c mke2fs: take the device size into account when determining the size type by Theodore Ts'o · 14 years ago
  3. 8a1cf3c mke2fs: clean up error handling in mke2fs_setup_tdb() by Theodore Ts'o · 14 years ago
  4. 9ec68af mke2fs: add some error checks into PRS() by Namhyung Kim · 14 years ago
  5. 22d8ce5 mke2fs: fix determination of size_type by Namhyung Kim · 14 years ago
  6. 74e1211 mke2fs: Avoid potential NULL dereference by Theodore Ts'o · 14 years ago
  7. e163242 mke2fs: Use ext2fs_div_ceil to simplify write_inode_tables() by Theodore Ts'o · 14 years ago
  8. 25623fe Merge branch 'master' into next by Theodore Ts'o · 14 years ago
  9. 0358c9f Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  10. 5a2db04 mke2fs: Fix (minor) memory leaks by Theodore Ts'o · 14 years ago
  11. 2ee4544 mke2fs: Fail if the requested file system type is not defined in mke2fs.conf by Theodore Ts'o · 14 years ago
  12. 7361c08 mke2fs: Use unix_discard() for discards by Lukas Czerner · 14 years ago
  13. d866599 e2fsprogs: Add CHANNEL_FLAGS_DISCARD_ZEROES flag for io_manager by Lukas Czerner · 14 years ago
  14. f35c7b5 Merge branch 'maint' by Theodore Ts'o · 14 years ago
  15. 7fe5ff3 mke2fs: Add discard option into mke2fs.conf by Lukas Czerner · 14 years ago
  16. 0bc85df mke2fs: Deprecate -K option, introduce discard/nodiscard by Lukas Czerner · 14 years ago
  17. 2b21a0d mke2fs: Force the default blocksize to be at least the logical sector size by Theodore Ts'o · 14 years ago
  18. 92eb5a3 mke2fs: Set logical/physical sector size from environment for debugging by Theodore Ts'o · 14 years ago
  19. 1599b47 mke2fs: Fill in min_io and opt_io with physical sector size by Theodore Ts'o · 14 years ago
  20. f89f54a mke2fs: Do not require -F for block size < physical size by Theodore Ts'o · 14 years ago
  21. 210fd2c mke2fs: Enable lazy_itable_init if the kernel supports this feature by Theodore Ts'o · 14 years ago
  22. 9d92a20 Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  23. 792cce3 mke2fs: make "invalid blocks count" error more clear by Eric Sandeen · 14 years ago
  24. 6fcd6f8 mke2fs: use lazy inode init on some discard-able devices by Eric Sandeen · 14 years ago
  25. e447ba3 mke2fs: fix mke2fs "invalid inode ratio" error message by Tim Small · 14 years ago
  26. 493024e mke2fs: Fix up the fs type and feature selection for 64-bit blocks by Theodore Ts'o · 14 years ago
  27. 02d6f47 mke2fs: Fix up mke2fs to be able to make 64-bit file systems by Jose R. Santos · 14 years ago
  28. 97d26ce Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  29. bb1158b mke2fs: account for physical as well as logical sector size by Theodore Ts'o · 14 years ago
  30. b25df6f mke2fs: Fix compile warning message by Theodore Ts'o · 14 years ago
  31. d531450 mke2fs: Allow a flex_bg size of 1 by Theodore Ts'o · 14 years ago
  32. c5b23f6 Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  33. ecced2c mke2fs: Don't ask to proceed in case of a badly aligned partition by Eric Sandeen · 15 years ago
  34. cc84d86 Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  35. 13b0b12 mke2fs: fix up topo complaints on regular files by Eric Sandeen · 15 years ago
  36. 3067d96 mke2fs: Fix printf type warning by Theodore Ts'o · 15 years ago
  37. 2d07b3a Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  38. f3befe3 mke2fs: open device writable for trim/discard by Eric Sandeen · 15 years ago
  39. c7cd908 mke2fs support for BLKDISCARD by Eric Sandeen · 15 years ago
  40. 4486af5 Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  41. 5827d24 mke2fs support for BLKDISCARD by Eric Sandeen · 15 years ago
  42. 6493f8e Convert ext2fs_group_of_blk() to ext2fs_group_of_blk2() by Theodore Ts'o · 15 years ago
  43. d7cca6b Convert to use block group accessor functions by Valerie Aurora Henson · 15 years ago
  44. e633b58 libext2fs: clean up ext2fs_bg_flags_ interfaces by Eric Sandeen · 15 years ago
  45. 95bcea9 Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  46. 9ed8e5f mke2fs: get device topology values from blkid by Eric Sandeen · 15 years ago
  47. 4efbac6 Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count() by Valerie Aurora Henson · 15 years ago
  48. 95fd65b libext2fs: create generic numeric progress meters and use them by Valerie Aurora Henson · 15 years ago
  49. 732c8cd Use accessor functions fields for bg_flags in the block group descriptors by Theodore Ts'o · 15 years ago
  50. 24a117a Convert to use io_channel_read_blk64() and io_channel_write_blk64() by Valerie Aurora Henson · 15 years ago
  51. 463e732 Convert mke2fs to new bitmap interface by Valerie Aurora Henson · 15 years ago
  52. d0c5377 mke2fs: Add strings.h include for strcasecmp() declaration by Theodore Ts'o · 15 years ago
  53. f203bbd e2fsck, tune2fs: Fix Hurd compilation problem due to lack of PATH_MAX by Theodore Ts'o · 16 years ago
  54. a620bad mke2fs: Don't try to create the journal in super-only mode by Theodore Ts'o · 16 years ago
  55. 45e338f remove useless if-before-free tests by Jim Meyering · 16 years ago
  56. 8d82245 mke2fs, tune2fs: Do not allow the reserved_ratio to be negative by Theodore Ts'o · 16 years ago
  57. b7c5b40 Add support for a new superblock field: s_kbytes_written by Theodore Ts'o · 16 years ago
  58. 37d17a6 mke2fs: If the device size is exactly 16TB treat it as if it had 16TB - 1 block by Theodore Ts'o · 16 years ago
  59. b0afdda mke2fs: Add -U option to specify the UUID for the new filesystem by Theodore Ts'o · 16 years ago
  60. 1a71bd4 mke2fs: Treat an argv[0] of "mke3fs" the same as "mkfs.ext3" by Theodore Ts'o · 16 years ago
  61. f38cf3c Only use the test_io manager if the right environment variables are set by Theodore Ts'o · 16 years ago
  62. d5f57d9 mke2fs: Allow the default hash algorithm in mke2fs.conf by Theodore Ts'o · 16 years ago
  63. d1070d9 tune2fs, mke2fs: Change default directory hash algorithm to half_md4 by Theodore Ts'o · 16 years ago
  64. efc6f62 Remove trailing whitespace for the entire source tree by Theodore Ts'o · 16 years ago
  65. bad89b2 mke2fs: Issue a warning if the mke2fs.conf file wasn't updated by Theodore Ts'o · 16 years ago
  66. 92fb854 mke2fs: Fix enforcement of no features for revision 0 filesystems by Theodore Ts'o · 16 years ago
  67. ebabf2a Define _XOPEN_SOURCE to 600 consistently for Solaris C99 support by Theodore Ts'o · 16 years ago
  68. 2be8fe4 mke2fs,tune2fs: Enable huge_file, dir_nlink, and extra_isize features by Theodore Ts'o · 16 years ago
  69. 7f5601e mke2fs: Dumb down filesystems for GNU Hurd by Theodore Ts'o · 16 years ago
  70. f8df04b mke2fs: Print a better error msg when ext2fs_get_device_size() returns EFBIG by Theodore Ts'o · 16 years ago
  71. b4d5105 mke2fs: Use a fs_type of 'journal' when creating an external journal by Theodore Ts'o · 16 years ago
  72. 79e6240 Clean up some trivial build warnings by Eric Sandeen · 16 years ago
  73. 71ff129 Merge branch 'maint' by Theodore Ts'o · 16 years ago
  74. 9ff8ece mke2fs, tune2fs, resize2fs: Use floating point to calculate percentages by Theodore Ts'o · 16 years ago
  75. 3658579 Add "#include <limits.h>" to get PATH_MAX for mke2fs and tune2fs by Theodore Ts'o · 16 years ago
  76. 2d36358 mke2fs: Add the ability to configure default extended options in mke2fs.conf by Theodore Ts'o · 16 years ago
  77. faa08e4 Merge branch 'next' into tt/flex-bg by Theodore Ts'o · 16 years ago
  78. b626b39 mke2fs: Add support for the undo I/O manager. by Aneesh Kumar K.V · 17 years ago
  79. 43781b9 mke2fs: Make argument to the extended option lazy_itable_init optional by Theodore Ts'o · 16 years ago
  80. da292aa Merge branch 'maint' by Theodore Ts'o · 16 years ago
  81. d94cc2e mke2fs: Don't allow the combination of the meta_bg and resize_inode features by Theodore Ts'o · 16 years ago
  82. 9ba4000 mke2fs: New bitmap and inode table allocation for FLEX_BG by Theodore Ts'o · 16 years ago
  83. 0f2794c mke2fs/libext2fs: Fix lazy inode table initialization by Theodore Ts'o · 16 years ago
  84. 5711ed2 Transfer responsibility of setting the *_UNINIT flags to libext2fs by Theodore Ts'o · 17 years ago
  85. 16b851c Remove LAZY_BG feature by Theodore Ts'o · 17 years ago
  86. a4396e9 mke2fs: Disentangle lazy_bg from uninit_bg's lazy inode table initialization by Theodore Ts'o · 17 years ago
  87. 3d43836 New mke2fs filesystem and usage types support by Theodore Ts'o · 17 years ago
  88. f628ace ext2fs_set_gdt_csum(): Return an error code on errors instead of void by Andreas Dilger · 17 years ago
  89. d2d22a2 Add support for creating filesystems using uninit block group by Jose R. Santos · 17 years ago
  90. 2d328bb Fix miscellaneous gcc -Wall warnings by Theodore Ts'o · 17 years ago
  91. 399033a Merge branch 'maint' by Theodore Ts'o · 17 years ago
  92. bdd80f2 Update mke2fs usage message by Theodore Ts'o · 17 years ago
  93. a49670e Merge branch 'maint' by Theodore Ts'o · 17 years ago
  94. 558df54 Add support for manipulating large_file feature in mke2fs and tune2fs by Theodore Ts'o · 17 years ago
  95. f159ff3 mke2fs: Remove warning for inode_size > 128 bytes by Theodore Ts'o · 17 years ago
  96. 3465836 mke2fs: Remove 2.4 kernel warning for blocksizes > 4096 bytes by Theodore Ts'o · 17 years ago
  97. 2ccf62f mke2fs: Remove requirement for -f option for filesystems > 2**31 blocks by Theodore Ts'o · 17 years ago
  98. bf6b848 Allow mke2fs to create filesystems with the EXTENTS feature by Theodore Ts'o · 17 years ago
  99. 0157e7c Merge branch 'maint' into next by Theodore Ts'o · 17 years ago
  100. 0c17cb2 Add support for setting RAID stride and strip-width via mke2fs and tune2fs by Theodore Ts'o · 17 years ago