1. 6c09475 Update release notes, version numbers, et. al. for 1.39 release by Theodore Ts'o · 18 years ago
  2. 9c07dc0 Add missing backwards compatibility for ancient Linux systems by Theodore Ts'o · 18 years ago
  3. 2c83031 Fix debugfs's dump_unsued commands on filesystems with a 64k blocksize by Theodore Ts'o · 18 years ago
  4. 0cbd172 Make test scripts more robust against locale-related environment variables by Theodore Ts'o · 18 years ago
  5. 364f941 Clarify -T option of mke2fs in its man page by Theodore Ts'o · 18 years ago
  6. 816ed71 Update tests to reflect updated mke2fs.conf file by Theodore Ts'o · 18 years ago
  7. c175ead Create new filesystems with hash trees and on-line resizing as the default. by Theodore Ts'o · 18 years ago
  8. 9447f38 Fix spelling mistakes in e2fsck, mke2fs.conf, and resize2fs man pages by Theodore Ts'o · 18 years ago
  9. 25d9366 Fix typo that caused the Debian changelog to not be valid parseable English by Theodore Ts'o · 18 years ago
  10. 41e5543 Clarify resize2fs man page and add reference to LVM by Theodore Ts'o · 18 years ago
  11. 85f93ff Fix type warning problem with sizeof() in ext2fs_open2() by Theodore Ts'o · 18 years ago
  12. e3e9253 Fix type warning problem with time_t in debugfs by Theodore Ts'o · 18 years ago
  13. 55ac3c7 Fix comerr-dev's pointer doc-base pointer to the top-level html file by Theodore Ts'o · 18 years ago
  14. e0f72cf Minor edits to tune2fs(8) man page by Theodore Ts'o · 18 years ago
  15. bae5564 Update release notes for a Debian WIP release. by Theodore Ts'o · 18 years ago
  16. f51d0ef Remove needless sanity check in tune2fs's -i option. by Theodore Ts'o · 18 years ago
  17. 49487b7 Fixed signed vs. unsigned comparison warning in strncmp(). by Theodore Ts'o · 18 years ago
  18. 2aa362f Fix memory leak in e2fsck's error paths by Theodore Ts'o · 18 years ago
  19. 46c5490 Add RAID stride support to resize2fs by Theodore Ts'o · 18 years ago
  20. 69e59c2 Update TODO to remove item which is already completed. by Theodore Ts'o · 18 years ago
  21. f63978a Fix read/write badblocks testing in mke2fs and e2fsck by Theodore Ts'o · 18 years ago
  22. 7eef874 Fix problem with creating initrd's for 2.4 systems on Debian by Theodore Ts'o · 18 years ago
  23. bc2699f Change mke2fs's layout of RAID-optimized filesystems to be more optimal by Theodore Ts'o · 18 years ago
  24. f5fa200 Add support for EXT2_FEATURE_COMPAT_LAZY_BG by Theodore Ts'o · 18 years ago
  25. 49c6b4e Add handling for invalid option characters in debugfs subcommands by Theodore Ts'o · 18 years ago
  26. 1f2da2c Speed up mke2fs and e2fsck by writing bitmaps more efficiently by Theodore Ts'o · 18 years ago
  27. 40198dd Fix filefrag to be 32-bit clean by Theodore Ts'o · 18 years ago
  28. b116e78 Fix bug which could cause dumpe2fs to rarely fail to print a UUID by Theodore Ts'o · 18 years ago
  29. 7aea126 Added tag E2FSPROGS-1.39-WIP-0409 for changeset a89eec026fc32ca7da786fbe3f76d892b6badb23 by Theodore Ts'o · 18 years ago
  30. 7e2ec01 Update for e2fsprogs-1.39-WIP-0409 release by Theodore Ts'o · 18 years ago
  31. a99d490 Update config.guess and config.sub to latest version (2006-02-23) from FSF by Theodore Ts'o · 19 years ago
  32. 52cebe2 Update French, Dutch, Polish, Swedish, and Turkish translations. by Theodore Ts'o · 19 years ago
  33. 4ea7ea0 Fix asm_types.h type conflicts by Theodore Ts'o · 19 years ago
  34. cef2ac1 Fix ext2fs_add_journal_inode() when filesystem is opened in exclusive mode by Theodore Ts'o · 19 years ago
  35. a8a8da7 Fix Debian FTBFS bug due to missing build-dependency on libdevmapper-dev by Theodore Ts'o · 19 years ago
  36. 1ce0683 Added tag E2FSPROGS-1.39-WIP-0330 for changeset cc5d09c487b27487925fb34d8ccd50a19e801ec4 by Theodore Ts'o · 19 years ago
  37. a001028 Debian build: remove conffile from e2fsprogs-udeb, and remove explicit conffile by Theodore Ts'o · 19 years ago
  38. 34a2611 Update release notes and version.h for 1.39-WIP-2006-03-29 release by Theodore Ts'o · 19 years ago
  39. 1cbf828 Update French translation and update PO template file. by Theodore Ts'o · 19 years ago
  40. 7512f13 Add udeb: lines to the Debian's shlibs files by Theodore Ts'o · 19 years ago
  41. 8ad26b0 Fix the x86 asm constraints for ext2fs_set/clear_bit. by Theodore Ts'o · 19 years ago
  42. 6515a6f Enhance dumpe2fs to print the size of journal by Theodore Ts'o · 19 years ago
  43. d3cb5e5 Fix typo's in badblocks(8)'s man page. by Theodore Ts'o · 19 years ago
  44. cd84823 Add badblocks(8) to SEE ALSO section of e2fsck's man page. by Theodore Ts'o · 19 years ago
  45. 3024d88 Explain in mke2fs and tune2fs man pages that shared journals are not supported by Theodore Ts'o · 19 years ago
  46. 4719d25 Update the debian build files to deal with /etc/mke2fs.conf by Theodore Ts'o · 19 years ago
  47. 917cb46 Fix minor installation problems in the misc's Makefile by Theodore Ts'o · 19 years ago
  48. fac9525 Fix misc. problems in the mke2fs.conf(5) man page. by Theodore Ts'o · 19 years ago
  49. 1abdba4 Add man page documenting the /etc/e2fsck.conf configuration file. by Theodore Ts'o · 19 years ago
  50. f9bcce3 Fix the i386 bitmap operations so they are 32-bit clean by Theodore Ts'o · 19 years ago
  51. 292811f Fix typo bug in previous commit (6ae1ed49c8c6) by Theodore Ts'o · 19 years ago
  52. fcadc8c mklost+found: Create full-sized a lost+found directory with 4k+ blocksizes by Theodore Ts'o · 19 years ago
  53. 2858c94 Fix file descriptor leak in blkid library in error paths by Theodore Ts'o · 19 years ago
  54. 9dc6ad1 Change mke2fs to use /etc/mke2fs.conf as a configuration file by Theodore Ts'o · 19 years ago
  55. 204ae37 Tighten up profile parsing code by combining functions by Theodore Ts'o · 19 years ago
  56. f4f425b Prevent error messages to stderr caused by libblkid calling libdevmapper by Theodore Ts'o · 19 years ago
  57. 8deb80a Fix format statements to make e2fsprogs programs 32-bit clean by Takashi Sato · 19 years ago
  58. 5d2ef12 Change resize2fs open modes for mounted and unmounted filesystems by Theodore Ts'o · 19 years ago
  59. 616059b Change mke2fs to create filesystems with the device opened in exclusive mode. by Theodore Ts'o · 19 years ago
  60. 2e14e0c Change e2fsck to open non-mounted filesystems in exclusive mode by Theodore Ts'o · 19 years ago
  61. 98eb44b Add an option to debugfs to open filesystems in exclusive mode by Theodore Ts'o · 19 years ago
  62. 39c47ce Add EXT2_FLAG_EXCLUSIVE to the ext2fs library. by Theodore Ts'o · 19 years ago
  63. fa6c653 Add IO_FLAG_EXCLUSIVE flag to io_channel abstraction by Theodore Ts'o · 19 years ago
  64. 7447921 Fix documentation: BLOCK_FLAG_TRAVERSE should be BLOCK_FLAG_DEPTH_TRAVERSE by Theodore Ts'o · 19 years ago
  65. cbb7f9c Fix build when not building any shared libraries. by Theodore Ts'o · 19 years ago
  66. 59571a5 Document the resize_inode filesystem option in mke2fs man page by Theodore Ts'o · 19 years ago
  67. a612f34 Fix a signed vs unsigned bug in calc_reserved_gdt_blocks() by Theodore Ts'o · 19 years ago
  68. bf69235 Add support for on-line resizing to resize2fs by Theodore Ts'o · 19 years ago
  69. e324b25 Fix blkid's last verification logic to work when the system clock is insane by Theodore Ts'o · 19 years ago
  70. 3f546fc Fix the subdirs logic so it works with GNU make 3.80 by Theodore Ts'o · 19 years ago
  71. ba5e384 Add EXT_JOURNAL to the blkid tag of ext3 filesystems. by Theodore Ts'o · 19 years ago
  72. b1c52b2 Enhance e2fsck so it can fix external journal hint in the superblock by Theodore Ts'o · 19 years ago
  73. 26efcac Remove e2fsck/malloc.h by Theodore Ts'o · 19 years ago
  74. 6a2efe0 Fix debugfs's icheck to correctly report the owner of an EA block by Theodore Ts'o · 19 years ago
  75. d2d0d79 Enable devmapper patch for Debian by Theodore Ts'o · 19 years ago
  76. 4db2f59 Add device-mapper support to the blkid library by Karel Zak · 19 years ago
  77. d2955d2 Update Swedish translation by Theodore Ts'o · 19 years ago
  78. a5f37a9 Add a config option which controls whether fs checks are skipped when on battery by Theodore Ts'o · 19 years ago
  79. bc3392c Print an explanation when skipping a check due being on battery by Theodore Ts'o · 19 years ago
  80. 1e112ba Update debian changelog for release. by Theodore Ts'o · 19 years ago
  81. 56e5d12 Update priorities and sections to match with Debian override file. by Theodore Ts'o · 19 years ago
  82. e577feb Added tag E2FSPROGS-1.39-WIP-1231 for changeset b3e5c52c10907a4488ded00fca596487643bddc4 by Theodore Ts'o · 19 years ago
  83. f2275e3 Update Dutch, Polish, and Swedish translations. by Theodore Ts'o · 19 years ago
  84. 2adc320 Set FD_CLOEXEC on the /dev/random file descriptor used by libuuid by Theodore Ts'o · 19 years ago
  85. 22fe674 Add support for quoted strings in tag and section names by Theodore Ts'o · 19 years ago
  86. 7d922f8 Add support to the profile library for /etc/foo/conf.d style directories by Theodore Ts'o · 19 years ago
  87. d673582 Fix gcc -Wall warning in profile_helper.c by Theodore Ts'o · 19 years ago
  88. d45544c More profile cleanups: remove prf_data_t data structure by Theodore Ts'o · 19 years ago
  89. 95a8d1d Enhance profile library's parser to accept comments by Theodore Ts'o · 19 years ago
  90. f5f14fc Add syntax error reporting to the profile library by Theodore Ts'o · 19 years ago
  91. 9a4c209 Simplify profile core functionality by Theodore Ts'o · 19 years ago
  92. 44dc5f8 Clean up test driver program for profile.c and #ifdef unused static functions by Theodore Ts'o · 19 years ago
  93. cec7103 Fix profile.c so that com_err.h doesn't have to be installed by Theodore Ts'o · 19 years ago
  94. 1d3c9aa Update version file for 1.39-WIP-1231 release. by Theodore Ts'o · 19 years ago
  95. 6956f61 Update e2fsprogs's internationalization files. by Theodore Ts'o · 19 years ago
  96. f322785 Update release notes by Theodore Ts'o · 19 years ago
  97. 8fd98bb Add e2fsck problem handling to be configurable by Theodore Ts'o · 19 years ago
  98. 5582275 Slim down profile.c by Theodore Ts'o · 19 years ago
  99. 5dd2a6e Add E2FSCK_CONFIG environment variable by Theodore Ts'o · 19 years ago
  100. d3c7c4e Fix Really Ancient debian changelog lines so that Lintian doesn't complain. by Theodore Ts'o · 19 years ago