1. 34a2611 Update release notes and version.h for 1.39-WIP-2006-03-29 release by Theodore Ts'o · 18 years ago
  2. 1cbf828 Update French translation and update PO template file. by Theodore Ts'o · 18 years ago
  3. 7512f13 Add udeb: lines to the Debian's shlibs files by Theodore Ts'o · 18 years ago
  4. 8ad26b0 Fix the x86 asm constraints for ext2fs_set/clear_bit. by Theodore Ts'o · 18 years ago
  5. 6515a6f Enhance dumpe2fs to print the size of journal by Theodore Ts'o · 18 years ago
  6. d3cb5e5 Fix typo's in badblocks(8)'s man page. by Theodore Ts'o · 18 years ago
  7. cd84823 Add badblocks(8) to SEE ALSO section of e2fsck's man page. by Theodore Ts'o · 18 years ago
  8. 3024d88 Explain in mke2fs and tune2fs man pages that shared journals are not supported by Theodore Ts'o · 18 years ago
  9. 4719d25 Update the debian build files to deal with /etc/mke2fs.conf by Theodore Ts'o · 18 years ago
  10. 917cb46 Fix minor installation problems in the misc's Makefile by Theodore Ts'o · 18 years ago
  11. fac9525 Fix misc. problems in the mke2fs.conf(5) man page. by Theodore Ts'o · 18 years ago
  12. 1abdba4 Add man page documenting the /etc/e2fsck.conf configuration file. by Theodore Ts'o · 18 years ago
  13. f9bcce3 Fix the i386 bitmap operations so they are 32-bit clean by Theodore Ts'o · 18 years ago
  14. 292811f Fix typo bug in previous commit (6ae1ed49c8c6) by Theodore Ts'o · 18 years ago
  15. fcadc8c mklost+found: Create full-sized a lost+found directory with 4k+ blocksizes by Theodore Ts'o · 18 years ago
  16. 2858c94 Fix file descriptor leak in blkid library in error paths by Theodore Ts'o · 18 years ago
  17. 9dc6ad1 Change mke2fs to use /etc/mke2fs.conf as a configuration file by Theodore Ts'o · 18 years ago
  18. 204ae37 Tighten up profile parsing code by combining functions by Theodore Ts'o · 18 years ago
  19. f4f425b Prevent error messages to stderr caused by libblkid calling libdevmapper by Theodore Ts'o · 18 years ago
  20. 8deb80a Fix format statements to make e2fsprogs programs 32-bit clean by Takashi Sato · 18 years ago
  21. 5d2ef12 Change resize2fs open modes for mounted and unmounted filesystems by Theodore Ts'o · 18 years ago
  22. 616059b Change mke2fs to create filesystems with the device opened in exclusive mode. by Theodore Ts'o · 18 years ago
  23. 2e14e0c Change e2fsck to open non-mounted filesystems in exclusive mode by Theodore Ts'o · 18 years ago
  24. 98eb44b Add an option to debugfs to open filesystems in exclusive mode by Theodore Ts'o · 18 years ago
  25. 39c47ce Add EXT2_FLAG_EXCLUSIVE to the ext2fs library. by Theodore Ts'o · 18 years ago
  26. fa6c653 Add IO_FLAG_EXCLUSIVE flag to io_channel abstraction by Theodore Ts'o · 18 years ago
  27. 7447921 Fix documentation: BLOCK_FLAG_TRAVERSE should be BLOCK_FLAG_DEPTH_TRAVERSE by Theodore Ts'o · 18 years ago
  28. cbb7f9c Fix build when not building any shared libraries. by Theodore Ts'o · 18 years ago
  29. 59571a5 Document the resize_inode filesystem option in mke2fs man page by Theodore Ts'o · 18 years ago
  30. a612f34 Fix a signed vs unsigned bug in calc_reserved_gdt_blocks() by Theodore Ts'o · 18 years ago
  31. bf69235 Add support for on-line resizing to resize2fs by Theodore Ts'o · 18 years ago
  32. e324b25 Fix blkid's last verification logic to work when the system clock is insane by Theodore Ts'o · 18 years ago
  33. 3f546fc Fix the subdirs logic so it works with GNU make 3.80 by Theodore Ts'o · 18 years ago
  34. ba5e384 Add EXT_JOURNAL to the blkid tag of ext3 filesystems. by Theodore Ts'o · 18 years ago
  35. b1c52b2 Enhance e2fsck so it can fix external journal hint in the superblock by Theodore Ts'o · 18 years ago
  36. 26efcac Remove e2fsck/malloc.h by Theodore Ts'o · 18 years ago
  37. 6a2efe0 Fix debugfs's icheck to correctly report the owner of an EA block by Theodore Ts'o · 18 years ago
  38. d2d0d79 Enable devmapper patch for Debian by Theodore Ts'o · 18 years ago
  39. 4db2f59 Add device-mapper support to the blkid library by Karel Zak · 18 years ago
  40. d2955d2 Update Swedish translation by Theodore Ts'o · 18 years ago
  41. a5f37a9 Add a config option which controls whether fs checks are skipped when on battery by Theodore Ts'o · 19 years ago
  42. bc3392c Print an explanation when skipping a check due being on battery by Theodore Ts'o · 19 years ago
  43. 1e112ba Update debian changelog for release. by Theodore Ts'o · 19 years ago
  44. 56e5d12 Update priorities and sections to match with Debian override file. by Theodore Ts'o · 19 years ago
  45. e577feb Added tag E2FSPROGS-1.39-WIP-1231 for changeset b3e5c52c10907a4488ded00fca596487643bddc4 by Theodore Ts'o · 19 years ago
  46. f2275e3 Update Dutch, Polish, and Swedish translations. by Theodore Ts'o · 19 years ago
  47. 2adc320 Set FD_CLOEXEC on the /dev/random file descriptor used by libuuid by Theodore Ts'o · 19 years ago
  48. 22fe674 Add support for quoted strings in tag and section names by Theodore Ts'o · 19 years ago
  49. 7d922f8 Add support to the profile library for /etc/foo/conf.d style directories by Theodore Ts'o · 19 years ago
  50. d673582 Fix gcc -Wall warning in profile_helper.c by Theodore Ts'o · 19 years ago
  51. d45544c More profile cleanups: remove prf_data_t data structure by Theodore Ts'o · 19 years ago
  52. 95a8d1d Enhance profile library's parser to accept comments by Theodore Ts'o · 19 years ago
  53. f5f14fc Add syntax error reporting to the profile library by Theodore Ts'o · 19 years ago
  54. 9a4c209 Simplify profile core functionality by Theodore Ts'o · 19 years ago
  55. 44dc5f8 Clean up test driver program for profile.c and #ifdef unused static functions by Theodore Ts'o · 19 years ago
  56. cec7103 Fix profile.c so that com_err.h doesn't have to be installed by Theodore Ts'o · 19 years ago
  57. 1d3c9aa Update version file for 1.39-WIP-1231 release. by Theodore Ts'o · 19 years ago
  58. 6956f61 Update e2fsprogs's internationalization files. by Theodore Ts'o · 19 years ago
  59. f322785 Update release notes by Theodore Ts'o · 19 years ago
  60. 8fd98bb Add e2fsck problem handling to be configurable by Theodore Ts'o · 19 years ago
  61. 5582275 Slim down profile.c by Theodore Ts'o · 19 years ago
  62. 5dd2a6e Add E2FSCK_CONFIG environment variable by Theodore Ts'o · 19 years ago
  63. d3c7c4e Fix Really Ancient debian changelog lines so that Lintian doesn't complain. by Theodore Ts'o · 19 years ago
  64. 7dc333d Make sure debian/rules is executable. by Theodore Ts'o · 19 years ago
  65. fd7ac1f Fix incorrect location of prof_err.h in profile.c. by Theodore Ts'o · 19 years ago
  66. 57435fe Update debian/changelog file. by Theodore Ts'o · 19 years ago
  67. 49cdbb2 Move the blkid and uuidgen programs out of library packages and into e2fsprogs by Theodore Ts'o · 19 years ago
  68. 1aa3d56 Clarify chattr man page to make sure people realize limitations in the kernel by Theodore Ts'o · 19 years ago
  69. eb065cc Add allow_cancellation config option by Theodore Ts'o · 19 years ago
  70. 1017f65 Read in /etc/e2fsck.conf configuration file at startup by Theodore Ts'o · 19 years ago
  71. 2fa9ba9 Add the profile library code to e2fsck by Theodore Ts'o · 19 years ago
  72. 02ef196 Avoid needlessly recompilation of library objection files by Theodore Ts'o · 19 years ago
  73. 68963d5 Clean up gcc -Wall complaints in resize2fs by Theodore Ts'o · 19 years ago
  74. fe07357 Make resize2fs expand or truncate a file containing a filesystem. by Theodore Ts'o · 19 years ago
  75. 4389612 Add missing parameter to error printf in blkid test program. by Theodore Ts'o · 19 years ago
  76. b1e22d5 Add support for lib64ext2fs-nopic.a for mips in the Debian rules file. by Theodore Ts'o · 19 years ago
  77. 311df05 Automatically fix superblock times in the future by Theodore Ts'o · 19 years ago
  78. 6f71cb2 Newer versions of debian-buildpackage are much pickier about spacing and by Theodore Ts'o · 19 years ago
  79. ba2b09c Fix typo'ed version number in Debian changelog by Theodore Ts'o · 19 years ago
  80. c577b2a Added tag E2FSPROGS-1.39-WIP-1210 for changeset 502cdad9110a8f5bec2ff7842a6e90a543d49840 by Theodore Ts'o · 19 years ago
  81. 3285a9c Update release notes for 1.39-WIP-1210 release. by Theodore Ts'o · 19 years ago
  82. 6a35a43 Avoid trying to mount the root device if it is an NFS device. by Theodore Ts'o · 19 years ago
  83. 8a8a12c Add resize2fs and badblocks to the e2fsprogs udeb by Theodore Ts'o · 19 years ago
  84. 3985754 Use $(LDFLAGS) when generating shared libraries by Theodore Ts'o · 19 years ago
  85. 3ded50b Address parallel build problem in the library Makefiles by Theodore Ts'o · 19 years ago
  86. 9b9a780 Fix various gcc -Wall complaints. by Theodore Ts'o · 19 years ago
  87. bc47952 Add ext2fs_read_bb_FILE test to confirm proper detection of invalid block #'s by Theodore Ts'o · 19 years ago
  88. 4c02c41 Update release notes. by Theodore Ts'o · 19 years ago
  89. 598ff01 Fix bogus spaces before '!' and '?' characters in unused programs. by Theodore Ts'o · 19 years ago
  90. fb733f8 Add more description in mke2fs's man page of the -T option by Theodore Ts'o · 19 years ago
  91. 12eab04 Update the Dutch translation file. by Theodore Ts'o · 19 years ago
  92. bba44f9 Clarify the e2fsck man page regarding the -c option by Theodore Ts'o · 19 years ago
  93. ae1182c Make e2fsck -cc warn on a read-only root filesystem by Theodore Ts'o · 19 years ago
  94. f4b6d2a Fix typo in e2fsck error message. by Theodore Ts'o · 19 years ago
  95. 84d3518 Clarify description of the -p, -n, and -y options in the e2fsck man page. by Theodore Ts'o · 19 years ago
  96. 125e084 Fix gcc compilation on sparc architectures in bitops.h by Theodore Ts'o · 19 years ago
  97. a82a570 Add missing #include for string.h to ext2fs.h to fix GCC 4.01 complaints by Theodore Ts'o · 19 years ago
  98. a519836 Add missing fsck.* programs to SEE ALSO section of fsck's man page. by Theodore Ts'o · 19 years ago
  99. 0d96104 Fix writing external journals on big-endian machines by Theodore Ts'o · 19 years ago
  100. dd947da Fix cross-compilation problems when CFLAGS contain target-specific options by Theodore Ts'o · 19 years ago