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