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