1. 52a0793 Document the -X flag in the badblocks man page by Theodore Ts'o · 17 years ago
  2. 45415c2 [COVERITY] Fix memory leak in tune2fs and mke2fs when parsing journal options by Brian Behlendorf · 17 years ago
  3. 12f8ff4 [COVERITY] Fix memory leak in fsck on error paths by Brian Behlendorf · 17 years ago
  4. d7eee82 [COVERITY] Fix memory leak in e2image (write_raw_image_file) by Brian Behlendorf · 17 years ago
  5. 248c2f9 [COVERITY] Fix memory leak in e2image by Brian Behlendorf · 17 years ago
  6. e066150 [COVERITY] Fix dead code bug in mke2fs by Brian Behlendorf · 18 years ago
  7. a6d8302 Use the newer add/remove_error_table com_err interfaces by Theodore Ts'o · 18 years ago
  8. 017a76e Adjust badblocks -n/-w exclusive usage message by Theodore Ts'o · 18 years ago
  9. 642935c Fix misc. gcc -Wall complaints in the misc and e2fsck directories by Theodore Ts'o · 18 years ago
  10. cf8272e Allow debugfs and dumpe2fs to support fs features under development by Theodore Ts'o · 18 years ago
  11. d8b5f77 Add explanatory message to badblocks that -n and -w are mutually exclusive by Theodore Ts'o · 18 years ago
  12. 8ade479 Fix e2fsck and mke2fs -c to be pass the last _block change to badblocks by Theodore Ts'o · 18 years ago
  13. b290d2d Fix mke2fs error checking when creating revision 0 filesystems by Theodore Ts'o · 18 years ago
  14. 8938ce6 Fix interpretation of the last_block command-line parameter to badblocks by Theodore Ts'o · 18 years ago
  15. d49db19 Increase default journal size to guarantee working on-line resizing by Theodore Ts'o · 18 years ago
  16. cce2f49 Fix Debian FTBFS problem caused by devmapper library using pthreads by Theodore Ts'o · 18 years ago
  17. 8153d1c Fix misc/Makefile.in so that it builds even if e2fsck hasn't been built yet by Theodore Ts'o · 18 years ago
  18. d1b4b85 Fix more rounding overflows for filesystems that have 2**32-1 blocks by Eric Sandeen · 18 years ago
  19. f335864 Add checks to make sure inode counts don't overflow a 32-bit value by Eric Sandeen · 18 years ago
  20. abf2343 Create new ext2fs library inlines: ext2fs_group_{first,last}_block() by Eric Sandeen · 18 years ago
  21. d0ff90d Fix signed vs unsigned printf format strings for block and inode numbers by Eric Sandeen · 18 years ago
  22. 62c6d14 Remove unused variables by Eric Sandeen · 18 years ago
  23. bb1a46a Fix loops over group descriptors to prevent 2**32-1 block number overflows by Eric Sandeen · 18 years ago
  24. 9a85c2a Minor man page updates to tune2fs(8) and uuidgen(1) by Theodore Ts'o · 18 years ago
  25. a8862d9 Fix potential 2**32-1 overflow by using e2p_percent() by Theodore Ts'o · 18 years ago
  26. 57d7bb7 Remove unnecessary and unused resize2fs build rule from misc/Makefile.in by Theodore Ts'o · 18 years ago
  27. 69022e0 Fix potential 2**32-1 overflow problems by ext2fs_div_ceil() by Theodore Ts'o · 18 years ago
  28. f776a23 blkid.8.in: Fix description of the -l option to be more accurate by Andreas Dilger · 18 years ago
  29. 42fef8d Make the findsuper program more powerful by Andreas Dilger · 18 years ago
  30. c16e610 Require mke2fs -F -F for really dangerous operations by Andreas Dilger · 18 years ago
  31. 8fe81a3 Rename EXT3_EXTENTS_FL to EXT4_EXTENTS_FL and make it visible to the user by Andreas Dilger · 18 years ago
  32. 067911a Allow default inode_size to be specified in mke2fs.conf and document mke2fs -I by Andreas Dilger · 18 years ago
  33. e71be1c Fix spelling typo in chattr(1) man page by Theodore Ts'o · 18 years ago
  34. cdfa2ba Install mke2fs.conf into root_sysconfdir rather than /etc. by Matthias Andree · 18 years ago
  35. abcfdfd Read mke2fs.conf and e2fsck.conf from root_sysconfdir rather than harcoded /etc. by Matthias Andree · 18 years ago
  36. a638302 Declare getopt() according to POSIX 2001 if getopt.h not found. by Matthias Andree · 18 years ago
  37. f6567a8 Fix printf types (FreeBSD has u_long for ntohl). by Matthias Andree · 18 years ago
  38. 9c07dc0 Add missing backwards compatibility for ancient Linux systems by Theodore Ts'o · 18 years ago
  39. 364f941 Clarify -T option of mke2fs in its man page by Theodore Ts'o · 18 years ago
  40. c175ead Create new filesystems with hash trees and on-line resizing as the default. by Theodore Ts'o · 18 years ago
  41. 9447f38 Fix spelling mistakes in e2fsck, mke2fs.conf, and resize2fs man pages by Theodore Ts'o · 18 years ago
  42. e0f72cf Minor edits to tune2fs(8) man page by Theodore Ts'o · 18 years ago
  43. f51d0ef Remove needless sanity check in tune2fs's -i option. by Theodore Ts'o · 18 years ago
  44. f63978a Fix read/write badblocks testing in mke2fs and e2fsck by Theodore Ts'o · 18 years ago
  45. f5fa200 Add support for EXT2_FEATURE_COMPAT_LAZY_BG by Theodore Ts'o · 18 years ago
  46. 40198dd Fix filefrag to be 32-bit clean by Theodore Ts'o · 18 years ago
  47. 6515a6f Enhance dumpe2fs to print the size of journal by Theodore Ts'o · 18 years ago
  48. d3cb5e5 Fix typo's in badblocks(8)'s man page. by Theodore Ts'o · 18 years ago
  49. 3024d88 Explain in mke2fs and tune2fs man pages that shared journals are not supported by Theodore Ts'o · 18 years ago
  50. 917cb46 Fix minor installation problems in the misc's Makefile by Theodore Ts'o · 18 years ago
  51. fac9525 Fix misc. problems in the mke2fs.conf(5) man page. by Theodore Ts'o · 18 years ago
  52. fcadc8c mklost+found: Create full-sized a lost+found directory with 4k+ blocksizes by Theodore Ts'o · 18 years ago
  53. 9dc6ad1 Change mke2fs to use /etc/mke2fs.conf as a configuration file by Theodore Ts'o · 18 years ago
  54. 8deb80a Fix format statements to make e2fsprogs programs 32-bit clean by Takashi Sato · 19 years ago
  55. 616059b Change mke2fs to create filesystems with the device opened in exclusive mode. by Theodore Ts'o · 19 years ago
  56. 59571a5 Document the resize_inode filesystem option in mke2fs man page by Theodore Ts'o · 19 years ago
  57. 1aa3d56 Clarify chattr man page to make sure people realize limitations in the kernel by Theodore Ts'o · 19 years ago
  58. 9b9a780 Fix various gcc -Wall complaints. by Theodore Ts'o · 19 years ago
  59. 598ff01 Fix bogus spaces before '!' and '?' characters in unused programs. by Theodore Ts'o · 19 years ago
  60. fb733f8 Add more description in mke2fs's man page of the -T option by Theodore Ts'o · 19 years ago
  61. a519836 Add missing fsck.* programs to SEE ALSO section of fsck's man page. by Theodore Ts'o · 19 years ago
  62. 6a7075d Fix mke2fs man page's description of the -L option by Theodore Ts'o · 19 years ago
  63. 5f51d1c Fix display bug in badblocks -w by Theodore Ts'o · 19 years ago
  64. 2524785 Miscellaneous mke2fs cleanup by Andreas Dilger · 19 years ago
  65. ce91114 Allow fractional percentages to the -m option in mke2fs and tune2fs by Andreas Dilger · 19 years ago
  66. 1f965c8 Update for e2fsprogs 1.38 release. by Theodore Ts'o · 19 years ago
  67. 675b79c Change mke2fs to refuse to create filesystems greater than 2*31-1 blocks, by Theodore Ts'o · 19 years ago
  68. d9781ce Fix minor typos in tune2fs's man page pointed out by Benno Schulenberg. by Theodore Ts'o · 19 years ago
  69. bb145b0 Fix e2fsprogs messages for grammar and consistency, based on suggestions by Theodore Ts'o · 19 years ago
  70. b7c1d20 Clean up e2image man page, mostly based on suggestions from Benno Schulenberg. by Theodore Ts'o · 19 years ago
  71. 9d3cce8 Make it easier to compile the misc/partinfo program for testing purposes only) by Theodore Ts'o · 19 years ago
  72. d7febfa mke2fs.c (PRS): Fix missing close parenthesis from bad inode by Theodore Ts'o · 19 years ago
  73. 15f5051 Fix a minor spelling typo in blkid's man page, and update e2fsck's REPORTING by Theodore Ts'o · 19 years ago
  74. 2fa8f37 On Linux 2.6 systems, mke2fs and badblocks will check to see whether by Theodore Ts'o · 19 years ago
  75. 8198e79 filefrag.c (frag_report, get_bmap): The FIBMAP and FIGETBSZ ioctls return by Theodore Ts'o · 19 years ago
  76. 7e69ba2 Change the default journal size to be bigger for larger filesystems, by Theodore Ts'o · 19 years ago
  77. f35fd3d Fix some minor typo's and grammar's strings, and remove debugging strings by Theodore Ts'o · 19 years ago
  78. ed6acfa Add a new option to the blkid program, -l, which will more efficiently search by Theodore Ts'o · 19 years ago
  79. c37543d Add new two new functions to the blkid library: blkid_dev_set_search(), and by Theodore Ts'o · 19 years ago
  80. 7b921b9 Escape hyphens in the e2image and tune2fs man pages so that they show up by Theodore Ts'o · 19 years ago
  81. 75e93ab Update "make depend" information. Fixes SMP parallel build problem. by Theodore Ts'o · 19 years ago
  82. 0af8c33 Fix potential portability issue in the blkid program. (On architectures by Theodore Ts'o · 19 years ago
  83. f37ab68 Corrects a few mistakes in the fsck man page, wraps two overlong lines, by Theodore Ts'o · 19 years ago
  84. bfd9762 Fix a bug in filefrag so that it doesn't when the first block found is an by Theodore Ts'o · 19 years ago
  85. 8139367 Fix spelling mistakes in man pages. (Addresses Debian Bugs: #304591, by Theodore Ts'o · 19 years ago
  86. a4897d4 Don't abort filefrag if EXT3_IOC_GETFLAGS ioctl is not supported, by Theodore Ts'o · 19 years ago
  87. bcf5aea Fix minor spelling typo in the mke2fs man page. by Theodore Ts'o · 19 years ago
  88. fd4b28e Update for the e2fsprogs 1.37 release. by Theodore Ts'o · 19 years ago
  89. e27b456 Fix mke2fs so that it writes the root directory by Theodore Ts'o · 19 years ago
  90. 6325394 Add new functions which convert between a string and os_type: e2p_os2string() by Theodore Ts'o · 20 years ago
  91. 3d16b3f filefrag.c (frag_report): Automatically detect files that are by Theodore Ts'o · 20 years ago
  92. 3eee5e9 Update for release of e2fsprogs 1.36. by Theodore Ts'o · 20 years ago
  93. 7f1faaa filefrag.c (frag_report): In verbose mode, print the first and by Theodore Ts'o · 20 years ago
  94. 07f031f Define _XOPEN_SOURCE to be 500 to fix compilation problems on Solaris. by Theodore Ts'o · 20 years ago
  95. ea77431 Fix two bugs found by the regression test suites. The bug was created when by Theodore Ts'o · 20 years ago
  96. 18d1296 blkid.c (main, compare_search_type): Make blkid -t work more by Theodore Ts'o · 20 years ago
  97. 8430203 mke2fs.c (PRS): Don't use a blocksize greater than 4k, even on by Theodore Ts'o · 20 years ago
  98. 2095312 mke2fs.c (PRS): If the device size is too big to be expressed by Theodore Ts'o · 20 years ago
  99. f923bf2 Fix "make uninstall" to make sure it removes everything that is installed. by Theodore Ts'o · 20 years ago
  100. 79fc2a9 e2image.c (scramble_dir_block): Make sure the unused space by Theodore Ts'o · 20 years ago