1. d2dc78a Update ChangeLog, README, RELEASE-NOTES for 1.40.2 release by Theodore Ts'o · 17 years ago
  2. febac23 Update tune2fs man page to include more discussion of reserved blocks by Theodore Ts'o · 17 years ago
  3. c4b5c45 Update Dutch and Vietnamese PO files from the Translation Project by Theodore Ts'o · 17 years ago
  4. 5e9ba85 Fix e2fsck segfault on very badly damaged filesystems by Theodore Ts'o · 17 years ago
  5. d46ce70 Update Polish translation from the Translation Project by Theodore Ts'o · 17 years ago
  6. 575307c e2fsck: Fix salvage_directory when the last entry's rec_len is too big by Kalpak Shah · 17 years ago
  7. 48b0ea4 Update Turkish translation from Translation Project by Theodore Ts'o · 17 years ago
  8. 23edf9b Fix typo'ed version number in the release notes by Theodore Ts'o · 17 years ago
  9. b1c2a3e Fix debian/control file to use ${binary:Version} instead of ${Source-Version} by Theodore Ts'o · 17 years ago
  10. a648ea6 Fix up Lintain complaint about the "make distclean" ignoring errors by Theodore Ts'o · 17 years ago
  11. 58b3df7 Update ChangeLog, README, RELEASE-NOTES for 1.40.1 release by Theodore Ts'o · 17 years ago
  12. 0225fac Add debugging printf to blkid's probe routine when original fs type failed by Theodore Ts'o · 17 years ago
  13. a2df22f Stop after the second '.' when parsing version numbers by Theodore Ts'o · 17 years ago
  14. 851bcf3 Update the *.po and *.gmo files after the e2fsprogs.pot update 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. 714da45 Update e2fsprogs.pot for translators by Theodore Ts'o · 17 years ago
  17. ac7dd69 Fix bug which could cause libblkid to loop forever by Theodore Ts'o · 17 years ago
  18. 73d4f8c Update French and Dutch translation files by Theodore Ts'o · 17 years ago
  19. fd6ee4e Update Vietnamese PO file from the Translation Project by Theodore Ts'o · 17 years ago
  20. 29a5dee Improve the config/parse_types.sh helper script by Theodore Ts'o · 17 years ago
  21. a3f464f Fix bogus strip permission errors when building under Debian by Theodore Ts'o · 17 years ago
  22. d48bc60 Compile the default mke2fs.conf into mke2fs program by Theodore Ts'o · 17 years ago
  23. 6f890e5 Add new function: profile_set_default() by Theodore Ts'o · 17 years ago
  24. 6bde5c2 Add PROFILE_FILE_NO_RELOAD flag which is used by profile_update_file() by Theodore Ts'o · 17 years ago
  25. 1a191d6 e2fsck: Detect recursive loops in @-expansions by Theodore Ts'o · 17 years ago
  26. 4b4df79 Make it clear in an error message that it is mk_cmds that is complaining by Theodore Ts'o · 17 years ago
  27. 6c9cc58 Set LC_ALL instead of LANG in the test suite config by Theodore Ts'o · 17 years ago
  28. bcafb8d Add .gitignore file by Theodore Ts'o · 17 years ago
  29. 59fff33 Add .git directory to set of files to be ignored when building tarballs by Theodore Ts'o · 17 years ago
  30. 57f4850 Update e2fsprogs 1.40 changelogs by Theodore Ts'o · 17 years ago
  31. dc26a9d Added tag E2FSPROGS-1_40 for changeset 097cd140ac3b by Theodore Ts'o · 17 years ago
  32. becc391 Release of e2fsprogs version 1.40 by Theodore Ts'o · 17 years ago
  33. 1ed49d2 Fix byte swapping bug in get_next_inode_full() by Kalpak Shah · 17 years ago
  34. d7b6472 Update Release Notes, Changelogs, version.h, etc. for 1.40 release by Theodore Ts'o · 17 years ago
  35. 30dd262 Fix divide by zero error in blkid's NTFS probing logic by Theodore Ts'o · 17 years ago
  36. 0d8b673 Fix the info-dir line for the com_err.texinfo file by Theodore Ts'o · 17 years ago
  37. 1a91885 Remove RFC-4122 from e2fsprogs distribution by Theodore Ts'o · 17 years ago
  38. bbc4cd3 Clarify the copyright licenses used by the various libraries in COPYING by Theodore Ts'o · 17 years ago
  39. 915a266 Fix ext2fs_read_inode_full() so that the whole inode is byte-swapped by Kalpak Shah · 17 years ago
  40. c844010 Fix byte-swapping issues for the i_extra_size field by Theodore Ts'o · 17 years ago
  41. a34c6ff e2fsck: added sanity check for xattr validation by Andreas Dilger · 17 years ago
  42. e382a7e Add support for LUKS encrypted partitions by Karsten Hopp · 17 years ago
  43. df36136 Fix gcc -Wall bug in e2fsck by Theodore Ts'o · 17 years ago
  44. 8cd1ab8 New regression test which contains a corrupt ind. block in the journal inode by Kalpak Shah · 17 years ago
  45. 051afbe e2fsck: Check the all of journal blocks for validity by Theodore Ts'o · 17 years ago
  46. ded28ac Write the updated journal inode if s_jnl_blocks was successfully used by Kalpak Shah · 17 years ago
  47. 5107d0d Recreate journal that had been removed previously due to corruption by Kalpak Shah · 17 years ago
  48. 56d1236 Add default journal size function by Theodore Ts'o · 17 years ago
  49. cb0c5d7 Add more paranoid NTFS probing and fetch UUID and LABEL information by Theodore Ts'o · 17 years ago
  50. 058ad1c Don't write changes to the backup superblocks by default by Theodore Ts'o · 17 years ago
  51. 5267a52 Fix error checking of badblock's last-block and start-block arguments by Theodore Ts'o · 17 years ago
  52. d2af1bd Fix e2fsck's get_size logic so it will work with the Linux floppy driver by Theodore Ts'o · 17 years ago
  53. a2b2ff6 Add test to make sure the ext2 superblock structure is 1024 bytes by Theodore Ts'o · 17 years ago
  54. decb2a5 Reserve superblock field for the raid stripe width. by Theodore Ts'o · 17 years ago
  55. b62e88a Reserve superblock fields for multiple mount protection feature by Andreas Dilger · 17 years ago
  56. e7b5d3c e2fsck: Add blocksize sanity check when finding a backup superblock by Daniel Drake · 17 years ago
  57. 8f234d9 [COVERITY] Free potential null dereference bug in e2fsck by Brian Behlendorf · 17 years ago
  58. 2140038 [COVERITY] Free memory leak in mke2fs when parsing extended options by Brian Behlendorf · 17 years ago
  59. de8f3a7 Fix gcc -Wall warnings, especially on 64-bit systems by Andreas Dilger · 17 years ago
  60. f954ba0 Fix gcc -Wall issues in e2fsck sources by Theodore Ts'o · 17 years ago
  61. 32460c1 Add new function profile_get_uint() in the e2fsck sources by Theodore Ts'o · 17 years ago
  62. 5483357 Add Makefile production rule for e2fsprogs.spec in case it gets deleted by Andreas Dilger · 17 years ago
  63. dcf7b09 mke2fs: Add check to make sure inode_size * num_inodes isn't too big by Andreas Dilger · 17 years ago
  64. 96c6a3a Store the RAID stride value in the superblock and take advantage of it by Theodore Ts'o · 17 years ago
  65. 6fb57a9 libblkid: Fix bug which could cuase bid_type to be corrupted by Theodore Ts'o · 17 years ago
  66. 46100e3 Add -g option to the blkid program to garbage collect the blkid.tab file by Theodore Ts'o · 17 years ago
  67. 7292355 Add new function blkid_gc_cache() by Theodore Ts'o · 17 years ago
  68. 1a8c2c4 Remove check in e2fsck which requires EA's in inodes to be sorted by Kalpak Shah · 17 years ago
  69. 6809bb7 Remove -WIP language from the debian copyright file by Theodore Ts'o · 17 years ago
  70. 92bd26b Fix spelling typo in debian package description for libblkid1 by Theodore Ts'o · 17 years ago
  71. 5113a6e Fix mke2fs and debugfs to support large (> 16 bit) uid's and gid's by Eric Sandeen · 17 years ago
  72. a25d231 Fix mke2fs defaults when /etc/mke2fs.conf doesn't exist by Eric Sandeen · 17 years ago
  73. fbfcaa6 debian: Add comerr-dev dependency to the ss-dev debian package by Theodore Ts'o · 17 years ago
  74. 01c6606 Debian udeb dependency cleanup by Theodore Ts'o · 17 years ago
  75. 81cae65 e2fsck: Count the root directory as found if it has shared blocks in pass1c by Jim Garlick · 17 years ago
  76. d362a3f Define the l_i_iversion field in ext2_inode by Theodore Ts'o · 17 years ago
  77. a4d7d90 Fix minor typo in e2fsck.conf.5.in man page by Theodore Ts'o · 17 years ago
  78. d5b753e Remove unused variable in e2fsck/pass2.c:check_dir_block() by Theodore Ts'o · 17 years ago
  79. d22c15a ext2fs_get_device_size(): Fix potential fd descriptor leak in an error case by Theodore Ts'o · 17 years ago
  80. b8b143d Fix typo in name of f_dup4 regression test by Theodore Ts'o · 17 years ago
  81. 3f4c46e Correct byteswapping for fast symlinks with xattrs by Bryn M. Reeves · 17 years ago
  82. 0eeb154 Fix e2fsck's check_is_really_dir logic by Theodore Ts'o · 17 years ago
  83. e94bc63 Improve I/O error messages in e2fsck by Theodore Ts'o · 17 years ago
  84. c7c1209 Add new debugfs command "set_block_group" by Theodore Ts'o · 17 years ago
  85. 3d51ff8 e2fsck: pass1c terminates early if hard links by Jim Garlick · 17 years ago
  86. a4ea6b9 Fix debugfs's date parser so that it accepts integer values by Theodore Ts'o · 17 years ago
  87. 3e41913 Handle large setb/testb/freeb commands in debugfs by Eric Sandeen · 17 years ago
  88. c9105ff blkid: Report correct UUID from MD superblocks by Sergey Vlasov · 17 years ago
  89. 6b8be16 blkid: Fix MD 0.90 superblock detection on little endian systems by Sergey Vlasov · 17 years ago
  90. 62fc8ce Make the test_script ignore and skip empty test directories by Theodore Ts'o · 17 years ago
  91. f331acb Allow the journal size to up to 10,240,000 blocks by Andreas Dilger · 17 years ago
  92. a0d4254 Update release notes for 1.40-WIP release. by Theodore Ts'o · 17 years ago
  93. 080fbf2 Fix up usage and decrement error messages in the test_icount program by Theodore Ts'o · 17 years ago
  94. 39efa4c Update the e2fsck.conf(5) man page to document the [scratch_files] section by Theodore Ts'o · 17 years ago
  95. a1f6427 Fix memory leaks from using the tdb library by Theodore Ts'o · 17 years ago
  96. 25a9fe2 Enable e2fsck to use the tdb library to store the dirinfo abstraction by Theodore Ts'o · 17 years ago
  97. 34b9f79 Enable e2fsck to use the tdb library for the inode count abstraction by Theodore Ts'o · 17 years ago
  98. 1b9d8cb Add support for using TDB to libext2fs's icount abstraction by Theodore Ts'o · 17 years ago
  99. 47e90eb Add new TDB error codes by Theodore Ts'o · 17 years ago
  100. 1cb78d8 Add a regression test suite for libext2fs's icount abstraction by Theodore Ts'o · 17 years ago