1. 1547265 fsck: Don't complain about an old-style fstab if the fstab is empty by Theodore Ts'o · 17 years ago
  2. db197a8 Fix dumpe2fs parsing of explicit superblock/blocksize parameters by Theodore Ts'o · 17 years ago
  3. c149e22 Eliminate really obsolete references to Linux 2.0/2.1/2.2 in tune2fs man page by Theodore Ts'o · 17 years ago
  4. 037914e tune2fs: Add support to clear the resize_inode feature by Theodore Ts'o · 17 years ago
  5. 885bf6b tune2fs: Cleanup feature handling to avoid merge conflicts by Theodore Ts'o · 17 years ago
  6. 7c4a2ef Teach tune2fs to use e2p_edit_feature2() to provide better error handling by Theodore Ts'o · 17 years ago
  7. 0c17cb2 Add support for setting RAID stride and strip-width via mke2fs and tune2fs by Theodore Ts'o · 17 years ago
  8. fe263da Make fsck ignore mounted filesystems if given the -M option by Theodore Ts'o · 17 years ago
  9. cfa30fd uuidd: Fix pid file so it has the correct pid number by Theodore Ts'o · 17 years ago
  10. ab9f1a8 Don't try to create $DESTDIR/etc/init.d as part of make install by Theodore Ts'o · 17 years ago
  11. 0ddfd9a Allow tune2fs to set and clear the test_fs flag on ext4 filesystems by Theodore Ts'o · 17 years ago
  12. 0d1de23 Create filesystems with the ext_attr feature by default by Theodore Ts'o · 17 years ago
  13. b1631cc Create new filesystems with 256-byte inodes by default by Theodore Ts'o · 17 years ago
  14. df200ff e2image: Fix potential overflow if the device name is too long by Theodore Ts'o · 17 years ago
  15. 6cb2740 Add support for the test_fs flag by Theodore Ts'o · 17 years ago
  16. 1534392 Define helper functions ext2fs_set_i_{u,g}id_high() for MacOS compatibility by Theodore Ts'o · 17 years ago
  17. ebf5fb2 Fix the pathname of /var/lib/uuidd/uuidd.pid in uuidd man page. by Eric Sandeen · 17 years ago
  18. c9eaebf e2image: If there is an error while writing a block, call exit(1) by Theodore Ts'o · 17 years ago
  19. e5679a6 uuidd: Add _GNU_SOURCE #define to pick up setres[ug]id() prototypes by Theodore Ts'o · 17 years ago
  20. 5610f99 Add --disable-uuidd configure option by Theodore Ts'o · 17 years ago
  21. 113d636 uuidd: Avoid race conditions to that only one uuidd is started by Theodore Ts'o · 17 years ago
  22. 740837d by Theodore Ts'o · 17 years ago
  23. 5221837 fsck: '#' is only a comment character at the beginning of an fstab line by Theodore Ts'o · 17 years ago
  24. f8efcda blkid: Output non-printing characters using ^ and M- notation by Theodore Ts'o · 17 years ago
  25. 20abd3e e2image in raw-mode appends an extra byte to image-file by Arun Thomas · 17 years ago
  26. 3eaf862 Fix typo in the summary section of the blkid man page by Theodore Ts'o · 17 years ago
  27. f305918 mke2fs: Change usage message to use -E instead -R, which is deprecated by Theodore Ts'o · 17 years ago
  28. ed773a2 fsck: Ignore /etc/fstab entries for bind mounts by Theodore Ts'o · 17 years ago
  29. 3b302c2 Fix typo and clarify the uuidgen man page by Theodore Ts'o · 17 years ago
  30. 7c8e9ac Make sure $prefix/etc is created before installing mke2fs.conf by Theodore Ts'o · 17 years ago
  31. febac23 Update tune2fs man page to include more discussion of reserved blocks by Theodore Ts'o · 17 years ago
  32. 424a3e4 Remove Changelog files since they're not used after the git migration by Theodore Ts'o · 17 years ago
  33. d48bc60 Compile the default mke2fs.conf into mke2fs program by Theodore Ts'o · 17 years ago
  34. d7b6472 Update Release Notes, Changelogs, version.h, etc. for 1.40 release by Theodore Ts'o · 17 years ago
  35. 56d1236 Add default journal size function by Theodore Ts'o · 17 years ago
  36. 058ad1c Don't write changes to the backup superblocks by default by Theodore Ts'o · 17 years ago
  37. 5267a52 Fix error checking of badblock's last-block and start-block arguments by Theodore Ts'o · 17 years ago
  38. 2140038 [COVERITY] Free memory leak in mke2fs when parsing extended options by Brian Behlendorf · 17 years ago
  39. de8f3a7 Fix gcc -Wall warnings, especially on 64-bit systems by Andreas Dilger · 17 years ago
  40. dcf7b09 mke2fs: Add check to make sure inode_size * num_inodes isn't too big by Andreas Dilger · 17 years ago
  41. 96c6a3a Store the RAID stride value in the superblock and take advantage of it by Theodore Ts'o · 17 years ago
  42. 46100e3 Add -g option to the blkid program to garbage collect the blkid.tab file by Theodore Ts'o · 17 years ago
  43. 5113a6e Fix mke2fs and debugfs to support large (> 16 bit) uid's and gid's by Eric Sandeen · 17 years ago
  44. a25d231 Fix mke2fs defaults when /etc/mke2fs.conf doesn't exist by Eric Sandeen · 17 years ago
  45. f331acb Allow the journal size to up to 10,240,000 blocks by Andreas Dilger · 18 years ago
  46. 52a0793 Document the -X flag in the badblocks man page by Theodore Ts'o · 18 years ago
  47. 45415c2 [COVERITY] Fix memory leak in tune2fs and mke2fs when parsing journal options by Brian Behlendorf · 18 years ago
  48. 12f8ff4 [COVERITY] Fix memory leak in fsck on error paths by Brian Behlendorf · 18 years ago
  49. d7eee82 [COVERITY] Fix memory leak in e2image (write_raw_image_file) by Brian Behlendorf · 18 years ago
  50. 248c2f9 [COVERITY] Fix memory leak in e2image by Brian Behlendorf · 18 years ago
  51. e066150 [COVERITY] Fix dead code bug in mke2fs by Brian Behlendorf · 18 years ago
  52. a6d8302 Use the newer add/remove_error_table com_err interfaces by Theodore Ts'o · 18 years ago
  53. 017a76e Adjust badblocks -n/-w exclusive usage message by Theodore Ts'o · 18 years ago
  54. 642935c Fix misc. gcc -Wall complaints in the misc and e2fsck directories by Theodore Ts'o · 18 years ago
  55. cf8272e Allow debugfs and dumpe2fs to support fs features under development by Theodore Ts'o · 18 years ago
  56. d8b5f77 Add explanatory message to badblocks that -n and -w are mutually exclusive by Theodore Ts'o · 18 years ago
  57. 8ade479 Fix e2fsck and mke2fs -c to be pass the last _block change to badblocks by Theodore Ts'o · 18 years ago
  58. b290d2d Fix mke2fs error checking when creating revision 0 filesystems by Theodore Ts'o · 18 years ago
  59. 8938ce6 Fix interpretation of the last_block command-line parameter to badblocks by Theodore Ts'o · 18 years ago
  60. d49db19 Increase default journal size to guarantee working on-line resizing by Theodore Ts'o · 18 years ago
  61. cce2f49 Fix Debian FTBFS problem caused by devmapper library using pthreads by Theodore Ts'o · 18 years ago
  62. 8153d1c Fix misc/Makefile.in so that it builds even if e2fsck hasn't been built yet by Theodore Ts'o · 18 years ago
  63. d1b4b85 Fix more rounding overflows for filesystems that have 2**32-1 blocks by Eric Sandeen · 18 years ago
  64. f335864 Add checks to make sure inode counts don't overflow a 32-bit value by Eric Sandeen · 18 years ago
  65. abf2343 Create new ext2fs library inlines: ext2fs_group_{first,last}_block() by Eric Sandeen · 18 years ago
  66. d0ff90d Fix signed vs unsigned printf format strings for block and inode numbers by Eric Sandeen · 18 years ago
  67. 62c6d14 Remove unused variables by Eric Sandeen · 18 years ago
  68. bb1a46a Fix loops over group descriptors to prevent 2**32-1 block number overflows by Eric Sandeen · 18 years ago
  69. 9a85c2a Minor man page updates to tune2fs(8) and uuidgen(1) by Theodore Ts'o · 18 years ago
  70. a8862d9 Fix potential 2**32-1 overflow by using e2p_percent() by Theodore Ts'o · 18 years ago
  71. 57d7bb7 Remove unnecessary and unused resize2fs build rule from misc/Makefile.in by Theodore Ts'o · 18 years ago
  72. 69022e0 Fix potential 2**32-1 overflow problems by ext2fs_div_ceil() by Theodore Ts'o · 18 years ago
  73. f776a23 blkid.8.in: Fix description of the -l option to be more accurate by Andreas Dilger · 18 years ago
  74. 42fef8d Make the findsuper program more powerful by Andreas Dilger · 18 years ago
  75. c16e610 Require mke2fs -F -F for really dangerous operations by Andreas Dilger · 18 years ago
  76. 8fe81a3 Rename EXT3_EXTENTS_FL to EXT4_EXTENTS_FL and make it visible to the user by Andreas Dilger · 18 years ago
  77. 067911a Allow default inode_size to be specified in mke2fs.conf and document mke2fs -I by Andreas Dilger · 18 years ago
  78. e71be1c Fix spelling typo in chattr(1) man page by Theodore Ts'o · 18 years ago
  79. cdfa2ba Install mke2fs.conf into root_sysconfdir rather than /etc. by Matthias Andree · 18 years ago
  80. abcfdfd Read mke2fs.conf and e2fsck.conf from root_sysconfdir rather than harcoded /etc. by Matthias Andree · 18 years ago
  81. a638302 Declare getopt() according to POSIX 2001 if getopt.h not found. by Matthias Andree · 18 years ago
  82. f6567a8 Fix printf types (FreeBSD has u_long for ntohl). by Matthias Andree · 18 years ago
  83. 9c07dc0 Add missing backwards compatibility for ancient Linux systems by Theodore Ts'o · 18 years ago
  84. 364f941 Clarify -T option of mke2fs in its man page by Theodore Ts'o · 18 years ago
  85. c175ead Create new filesystems with hash trees and on-line resizing as the default. by Theodore Ts'o · 18 years ago
  86. 9447f38 Fix spelling mistakes in e2fsck, mke2fs.conf, and resize2fs man pages by Theodore Ts'o · 18 years ago
  87. e0f72cf Minor edits to tune2fs(8) man page by Theodore Ts'o · 18 years ago
  88. f51d0ef Remove needless sanity check in tune2fs's -i option. by Theodore Ts'o · 18 years ago
  89. f63978a Fix read/write badblocks testing in mke2fs and e2fsck by Theodore Ts'o · 18 years ago
  90. f5fa200 Add support for EXT2_FEATURE_COMPAT_LAZY_BG by Theodore Ts'o · 18 years ago
  91. 40198dd Fix filefrag to be 32-bit clean by Theodore Ts'o · 19 years ago
  92. 6515a6f Enhance dumpe2fs to print the size of journal by Theodore Ts'o · 19 years ago
  93. d3cb5e5 Fix typo's in badblocks(8)'s man page. by Theodore Ts'o · 19 years ago
  94. 3024d88 Explain in mke2fs and tune2fs man pages that shared journals are not supported by Theodore Ts'o · 19 years ago
  95. 917cb46 Fix minor installation problems in the misc's Makefile by Theodore Ts'o · 19 years ago
  96. fac9525 Fix misc. problems in the mke2fs.conf(5) man page. by Theodore Ts'o · 19 years ago
  97. fcadc8c mklost+found: Create full-sized a lost+found directory with 4k+ blocksizes by Theodore Ts'o · 19 years ago
  98. 9dc6ad1 Change mke2fs to use /etc/mke2fs.conf as a configuration file by Theodore Ts'o · 19 years ago
  99. 8deb80a Fix format statements to make e2fsprogs programs 32-bit clean by Takashi Sato · 19 years ago
  100. 616059b Change mke2fs to create filesystems with the device opened in exclusive mode. by Theodore Ts'o · 19 years ago