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