1. a0d4254 Update release notes for 1.40-WIP release. by Theodore Ts'o · 17 years ago
  2. 080fbf2 Fix up usage and decrement error messages in the test_icount program by Theodore Ts'o · 17 years ago
  3. 39efa4c Update the e2fsck.conf(5) man page to document the [scratch_files] section by Theodore Ts'o · 17 years ago
  4. a1f6427 Fix memory leaks from using the tdb library by Theodore Ts'o · 17 years ago
  5. 25a9fe2 Enable e2fsck to use the tdb library to store the dirinfo abstraction by Theodore Ts'o · 17 years ago
  6. 34b9f79 Enable e2fsck to use the tdb library for the inode count abstraction by Theodore Ts'o · 17 years ago
  7. 1b9d8cb Add support for using TDB to libext2fs's icount abstraction by Theodore Ts'o · 17 years ago
  8. 47e90eb Add new TDB error codes by Theodore Ts'o · 17 years ago
  9. 1cb78d8 Add a regression test suite for libext2fs's icount abstraction by Theodore Ts'o · 17 years ago
  10. cc37e0d Fix memory leak in ext2fs_write_new_inode() by Jim Garlick · 17 years ago
  11. 28db82a Rework e2fsck's dirinfo abstraction to be more friendly for databases by Theodore Ts'o · 17 years ago
  12. 86bc90f Fix potential reference (and free) to an uninitialized pointer in e2fsck by Theodore Ts'o · 17 years ago
  13. 106ad96 Add tdb from Samba into libext2fs library. by Theodore Ts'o · 17 years ago
  14. 4aec958 Add #include's to avoid compiler warnings in lib/ext2fs/tst_types by Theodore Ts'o · 17 years ago
  15. 641b66b Fix potential infinite loop in e2fsck on really big filesystems by Theodore Ts'o · 17 years ago
  16. 51764fb resize2fs (libe2p): Fix resize2fs parsing of size parameter (in sector units) by Theodore Ts'o · 17 years ago
  17. 52a0793 Document the -X flag in the badblocks man page by Theodore Ts'o · 17 years ago
  18. efac5a7 debugfs: support > 2GB files for the dump and rdump commands by Theodore Ts'o · 17 years ago
  19. fbc3f90 e2fsck: Recover a special file which looks an awful lot like a directory by Theodore Ts'o · 17 years ago
  20. ccfbb26 e2fsck: Add support for %It in problem description messages by Theodore Ts'o · 17 years ago
  21. 56c8c59 Fix e2fsck to set the filetype of '..' when connecting a dir, to lost+found by Theodore Ts'o · 17 years ago
  22. 441ab1e Fix edge case when i_size doesn't get fixed until second e2fsck run by Theodore Ts'o · 17 years ago
  23. 971fe05 [COVERITY] Handle potential case in debugfs if ext2fs_get_pathname returns NULL by Brian Behlendorf · 17 years ago
  24. d904dd2 [COVERITY] Fix coverity warning in debugfs by Theodore Ts'o · 17 years ago
  25. 2bfe0bd [COVERITY] Fix (error case only) memory leak in e2fsck_get_journal by Brian Behlendorf · 17 years ago
  26. 06c9c6f [COVERITY] Fix (error case only) memory leak in e2fsck pass #4 by Brian Behlendorf · 17 years ago
  27. 1db4c43 [COVERITY] Fix (error case only) memory leak in e2fsck -S by Brian Behlendorf · 17 years ago
  28. 49e2df2 [COVERITY] Fix (error case only) memory leak in e2fsck pass #5 by Brian Behlendorf · 17 years ago
  29. 9d45b6e [COVERITY] Fix (error case only) memory leak in e2fsck pass #1 by Brian Behlendorf · 17 years ago
  30. 5469d76 [COVERITY] Fix memory leak when parsing extended options in e2fsck by Brian Behlendorf · 17 years ago
  31. cae542c [COVERITY] Fix memory leak when parsing extended options in e2fsck by Brian Behlendorf · 17 years ago
  32. 45415c2 [COVERITY] Fix memory leak in tune2fs and mke2fs when parsing journal options by Brian Behlendorf · 17 years ago
  33. 12f8ff4 [COVERITY] Fix memory leak in fsck on error paths by Brian Behlendorf · 17 years ago
  34. 0bed54f [COVERITY] Fix file handle leak in debugfs's logdump (in error case) by Brian Behlendorf · 17 years ago
  35. e0a700d [COVERITY] Fix (error case) memory leak in blkid library (parse_dev) by Brian Behlendorf · 17 years ago
  36. d7eee82 [COVERITY] Fix memory leak in e2image (write_raw_image_file) by Brian Behlendorf · 17 years ago
  37. 248c2f9 [COVERITY] Fix memory leak in e2image by Brian Behlendorf · 17 years ago
  38. 2f1ecfa [COVERITY] Fix memory leak on error handling in the debugfs's icheck command by Brian Behlendorf · 17 years ago
  39. 8945655 [COVERITY] Fix (error case) memory leak in debugfs by Brian Behlendorf · 17 years ago
  40. f93625b [COVERITY] Fix (error case) memory leak in libext2fs (ext2fs_image_inode_write) by Brian Behlendorf · 17 years ago
  41. e649be9 [COVERITY] Fix (error case) memory leak in libext2fs (ext2fs_write_inode_full) by Brian Behlendorf · 17 years ago
  42. f19c46d [COVERITY] Fix memory leak in libss (ss_execute_line) by Brian Behlendorf · 17 years ago
  43. f1d6a07 [COVERITY] Fix (error case) file handle leak in util/subst program by Brian Behlendorf · 17 years ago
  44. 5f7fe7f [VALGRIND] Fix memory leak in libblkid (blkid_get_devname) by Theodore Ts'o · 17 years ago
  45. 61bf36e [COVERITY] Fix memory leak in libe2p (e2p_edit_mntopts) by Brian Behlendorf · 17 years ago
  46. 2711ca1 [COVERITY] Fix memory leak in libe2p (e2p_edit_feature) by Brian Behlendorf · 17 years ago
  47. 9350326 [COVERITY] Fix memory leak in profile library by Brian Behlendorf · 17 years ago
  48. b772900 [COVERITY] Avoid static buffer overruns in debugfs by Brian Behlendorf · 17 years ago
  49. a4b66fb [COVERITY] Add missing NULL check to e2fsck_get_dir_info() by Brian Behlendorf · 17 years ago
  50. 538e654 [COVERITY] Check for NULL return from dict_lookup() in e2fsck by Brian Behlendorf · 17 years ago
  51. d2021de [COVERITY] Fix bad error checking for NULL parameter in ss library by Brian Behlendorf · 17 years ago
  52. 12f9195 [COVERITY] Fix segfault bug if the profile directory is empty by Brian Behlendorf · 17 years ago
  53. e066150 [COVERITY] Fix dead code bug in mke2fs by Brian Behlendorf · 17 years ago
  54. d90be5b [COVERITY] Allow blkid_dev_has_tag to check if a tag exists when value==NULL by Theodore Ts'o · 17 years ago
  55. d2b2a48 [COVERITY] Fix missing return code check for ext2fs_write_inode by Brian Behlendorf · 17 years ago
  56. 57a1cbb Allow the debugfs lcd command to work w/o a filesystem being open by Theodore Ts'o · 17 years ago
  57. 257ace8 Fix memory leak in blkid library by Theodore Ts'o · 17 years ago
  58. a178852 Add versioned dependency in Debian's shlibs for libblkid by Theodore Ts'o · 17 years ago
  59. 97fa31b Fix dump_usued segault in debugfs if used without open filesystem by Matthias Koenig · 18 years ago
  60. a6d8302 Use the newer add/remove_error_table com_err interfaces by Theodore Ts'o · 18 years ago
  61. ec84b74 Add debugging code to the com_err library by Theodore Ts'o · 18 years ago
  62. d2a3bf2 Fix (as yet unused) struct ext4_group_desc to add a missing bg_pad field by Theodore Ts'o · 18 years ago
  63. 017a76e Adjust badblocks -n/-w exclusive usage message by Theodore Ts'o · 18 years ago
  64. 83732f1 Add libreadline.so.5 to the list of readline libraries used by libss by Theodore Ts'o · 18 years ago
  65. cfb38f9 Added tag E2FSPROGS-1_40-WIP-1114 for changeset 20144d6af15c by Theodore Ts'o · 18 years ago
  66. 7809bc5 Update version.h, RELEASE-NOTES, debian/changelog for 1.40-WIP release by Theodore Ts'o · 18 years ago
  67. 19c000e Update WFLAGS to suppress spurious warning messages by Theodore Ts'o · 18 years ago
  68. 642935c Fix misc. gcc -Wall complaints in the misc and e2fsck directories by Theodore Ts'o · 18 years ago
  69. dec5cd1 Fix gcc -Wall complaints in libext2fs by Theodore Ts'o · 18 years ago
  70. 2694f31 Fix type punning bugs in ext2fs_get_mem() and ext2fs_free_mem() by Theodore Ts'o · 18 years ago
  71. cf8272e Allow debugfs and dumpe2fs to support fs features under development by Theodore Ts'o · 18 years ago
  72. d8b5f77 Add explanatory message to badblocks that -n and -w are mutually exclusive by Theodore Ts'o · 18 years ago
  73. 5e68f0e Check in binary extent test image file into the source tree. by Theodore Ts'o · 18 years ago
  74. 89dd657 Check in ext4 extent headers into the source tree by Theodore Ts'o · 18 years ago
  75. 477007e Add support for printing new filesystem features by Theodore Ts'o · 18 years ago
  76. 413a78f Work around GCC bug on the Arm platform by Theodore Ts'o · 18 years ago
  77. 8d54e8f Update draft-leach-uuids-guids-01.txt with rfc4122.txt by Theodore Ts'o · 18 years ago
  78. 927566a Fixes for building RPM's via "make rpm" by Andreas Dilger · 18 years ago
  79. 98224fb Avoid infinite substitution loop in subst caused by autoconf pre-v2.60 by Theodore Ts'o · 18 years ago
  80. 05155f9 Set local environment variables to C so mk_cmds and compile_et always work by Theodore Ts'o · 18 years ago
  81. 2aee23f Allow unix_io offsets greater than 2G by Theodore Ts'o · 18 years ago
  82. f77704e Add directory hashed signed/unsigned hint to superblock by Theodore Ts'o · 18 years ago
  83. 5232559 Add new a new tests make target "checked-failed" which reruns any failed tests by Theodore Ts'o · 18 years ago
  84. 6b3ce98 On-disk format for controlling the inode size by Theodore Ts'o · 18 years ago
  85. 8061d2c On-disk format definition for 64-bit support by Theodore Ts'o · 18 years ago
  86. bec6f49 On-disk format for large number of subdirectories by Theodore Ts'o · 18 years ago
  87. 8815fb8 On-disk format definition for group descriptor checksums by Theodore Ts'o · 18 years ago
  88. 5d17119 On-disk format definition for huge files by Theodore Ts'o · 18 years ago
  89. 8ade479 Fix e2fsck and mke2fs -c to be pass the last _block change to badblocks by Theodore Ts'o · 18 years ago
  90. 0149edb Update debian/changelog for 1.39+1.40-WIP-2006.10.02+dfsg-2 release by Theodore Ts'o · 18 years ago
  91. ae2868a Add failsafe against duplicate UUID's generated by threaded programs by Theodore Ts'o · 18 years ago
  92. b6b65c3 Add datarootdir definition for compatibility with autoconf 2.60 by Theodore Ts'o · 18 years ago
  93. 977ac87 Fix potential e2fsck -n crash by Theodore Ts'o · 18 years ago
  94. e105214 Fix amd64 build due to -lpthread ordering problem by Theodore Ts'o · 18 years ago
  95. b290d2d Fix mke2fs error checking when creating revision 0 filesystems by Theodore Ts'o · 18 years ago
  96. ec3bb41 Update Debian packaging for 1.39+1.40-WIP-2006.10.02+dfsg-1 by Theodore Ts'o · 18 years ago
  97. 8938ce6 Fix interpretation of the last_block command-line parameter to badblocks by Theodore Ts'o · 18 years ago
  98. 26bcc2c Update version.h, RELEASE-NOTES, debian/changelog for 1.40-WIP release by Theodore Ts'o · 18 years ago
  99. bfc1a74 Remove useful UUID specification from Debian packaging thanks to license Nazi's by Theodore Ts'o · 18 years ago
  100. 3efc3a0 Check for potential 64-bit overflow in ext2fs_get_device_size() by Eric Sandeen · 18 years ago