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