1. d255b22 Fix resize2fs error msgs if the fs or kernel doesn't support on-line resize by Theodore Ts'o · 18 years ago
  2. cce2f49 Fix Debian FTBFS problem caused by devmapper library using pthreads by Theodore Ts'o · 18 years ago
  3. fa2d516 Fix build problem if byte swapping has been disabled. by Theodore Ts'o · 18 years ago
  4. 8153d1c Fix misc/Makefile.in so that it builds even if e2fsck hasn't been built yet by Theodore Ts'o · 18 years ago
  5. 23bb9b1 Fix e2p_percent() crash if percentage was zero. by Theodore Ts'o · 18 years ago
  6. ca0d5c6 Clarify copyright license status of lib/et and lib/ss in the COPYING file by Theodore Ts'o · 18 years ago
  7. 5b984ab blkid_devno_to_devname(): Avoid recursive loops due to symlinks in /dev by Theodore Ts'o · 18 years ago
  8. 633f453 Fix blkid bug with correctly reporting FAT filesystem labels that are empty by Karel Zak · 18 years ago
  9. b5517ca Add GFS/GFS2 support to the blkid library. by Karel Zak · 18 years ago
  10. a8117f8 Update French and Dutch translations by Theodore Ts'o · 18 years ago
  11. d1b4b85 Fix more rounding overflows for filesystems that have 2**32-1 blocks by Eric Sandeen · 18 years ago
  12. f335864 Add checks to make sure inode counts don't overflow a 32-bit value by Eric Sandeen · 18 years ago
  13. abf2343 Create new ext2fs library inlines: ext2fs_group_{first,last}_block() by Eric Sandeen · 18 years ago
  14. d0ff90d Fix signed vs unsigned printf format strings for block and inode numbers by Eric Sandeen · 18 years ago
  15. 62c6d14 Remove unused variables by Eric Sandeen · 18 years ago
  16. bb1a46a Fix loops over group descriptors to prevent 2**32-1 block number overflows by Eric Sandeen · 18 years ago
  17. 9a85c2a Minor man page updates to tune2fs(8) and uuidgen(1) by Theodore Ts'o · 18 years ago
  18. f6c9b0e Fixed RPM spec file to use the License tag instead of Copyright by Theodore Ts'o · 18 years ago
  19. a02fa9b Fix bug in device mapper scanning; probe_one() doesn't want a leading /dev by Theodore Ts'o · 18 years ago
  20. 3d3689f Remove duplicate entry in the RPM .spec file. by Theodore Ts'o · 18 years ago
  21. a8862d9 Fix potential 2**32-1 overflow by using e2p_percent() by Theodore Ts'o · 18 years ago
  22. 5830d6b Detect overflows in loop counters by Eric Sandeen · 18 years ago
  23. 57d7bb7 Remove unnecessary and unused resize2fs build rule from misc/Makefile.in by Theodore Ts'o · 18 years ago
  24. 69022e0 Fix potential 2**32-1 overflow problems by ext2fs_div_ceil() by Theodore Ts'o · 18 years ago
  25. a3e025c Fix silly spelling error in e2fsck by Theodore Ts'o · 18 years ago
  26. 6cab406 Fix debugfs coredump when lsdel is run without an open filesystem by Theodore Ts'o · 18 years ago
  27. 65cea1a Add Vietnamese translation by Theodore Ts'o · 18 years ago
  28. f776a23 blkid.8.in: Fix description of the -l option to be more accurate by Andreas Dilger · 18 years ago
  29. cc6d1a9 This patch fixes up an error in the lib/blkid/Makefile.in which was causing by Andreas Dilger · 18 years ago
  30. e54635d If diff -u is supported, use it to report test failures. by Theodore Ts'o · 18 years ago
  31. a62e3f0 Add 64-bit byte swapping functions by Andreas Dilger · 18 years ago
  32. 42fef8d Make the findsuper program more powerful by Andreas Dilger · 18 years ago
  33. c16e610 Require mke2fs -F -F for really dangerous operations by Andreas Dilger · 18 years ago
  34. 8fe81a3 Rename EXT3_EXTENTS_FL to EXT4_EXTENTS_FL and make it visible to the user by Andreas Dilger · 18 years ago
  35. 3f5ef96 Create the generated files read-only to remind developers not to edit them. by Andreas Dilger · 18 years ago
  36. 067911a Allow default inode_size to be specified in mke2fs.conf and document mke2fs -I by Andreas Dilger · 18 years ago
  37. e71be1c Fix spelling typo in chattr(1) man page by Theodore Ts'o · 18 years ago
  38. 347e52d Protect ext2_ext_attr.h from multiple inclusion by Andreas Dilger · 18 years ago
  39. 5656612 Minor fix to prevent e2fsck.h being included twice: by Andreas Dilger · 18 years ago
  40. 90466c1 add "make rpm" target to top-level Makefile by Andreas Dilger · 18 years ago
  41. 9a519c0 fix comment for blkid_get_dev_size() by Andreas Dilger · 18 years ago
  42. d047e07 debugfs "stat" should print unsigned values for xattrs by Andreas Dilger · 18 years ago
  43. 11181bb Exclude mercurial files from the RPM build tree to speed up copy/build. by Andreas Dilger · 18 years ago
  44. cdfa2ba Install mke2fs.conf into root_sysconfdir rather than /etc. by Matthias Andree · 18 years ago
  45. abcfdfd Read mke2fs.conf and e2fsck.conf from root_sysconfdir rather than harcoded /etc. by Matthias Andree · 18 years ago
  46. aadac9b Add parentheses and casts to make GCC happy. by Matthias Andree · 18 years ago
  47. 9e0cbba Add prototype for e2fsck_write_inode_full. by Matthias Andree · 18 years ago
  48. df3e159 Add missing #include <ctype.h>. by Matthias Andree · 18 years ago
  49. 406ba67 Fix non-Linux compiler warning (missing return statement). by Matthias Andree · 18 years ago
  50. a638302 Declare getopt() according to POSIX 2001 if getopt.h not found. by Matthias Andree · 18 years ago
  51. f6567a8 Fix printf types (FreeBSD has u_long for ntohl). by Matthias Andree · 18 years ago
  52. 94fa110 Fix SIGBUS through unaligned access to FAT superblocks. by Matthias Andree · 18 years ago
  53. 0ac93a0 Change more "echo -n" to "printf" to avoid screen clutter. by Matthias Andree · 18 years ago
  54. bdc3514 Switch endian detection from Linuxism to AC_C_BIGENDIAN. by Matthias Andree · 18 years ago
  55. a0dfc6e Revise DIOCGDINFO (sys/disklabel.h) related FreeBSD comment. by Matthias Andree · 18 years ago
  56. 5beaabb Enable sys/disklabel.h and DIOCGDINFO based getsize code. by Matthias Andree · 18 years ago
  57. 12a829d Add a bunch of type fixes for debug/"make check" code paths. by Matthias Andree · 18 years ago
  58. 21261a0 Cast time_t variable to long for fprintf to match %ld. by Matthias Andree · 18 years ago
  59. 66352fe Drop unused vector uuid[]. by Matthias Andree · 18 years ago
  60. f72b8ff Implement DIOCGMEDIASIZE for FreeBSD's GEOM. by Matthias Andree · 18 years ago
  61. 604f1a9 Added tag E2FSPROGS-1_39 for changeset 7c019255c28099336f7bba454b9307c4bdeb94a4 by Theodore Ts'o · 18 years ago
  62. 6c09475 Update release notes, version numbers, et. al. for 1.39 release by Theodore Ts'o · 18 years ago
  63. 9c07dc0 Add missing backwards compatibility for ancient Linux systems by Theodore Ts'o · 18 years ago
  64. 2c83031 Fix debugfs's dump_unsued commands on filesystems with a 64k blocksize by Theodore Ts'o · 18 years ago
  65. 0cbd172 Make test scripts more robust against locale-related environment variables by Theodore Ts'o · 18 years ago
  66. 364f941 Clarify -T option of mke2fs in its man page by Theodore Ts'o · 18 years ago
  67. 816ed71 Update tests to reflect updated mke2fs.conf file by Theodore Ts'o · 18 years ago
  68. c175ead Create new filesystems with hash trees and on-line resizing as the default. by Theodore Ts'o · 18 years ago
  69. 9447f38 Fix spelling mistakes in e2fsck, mke2fs.conf, and resize2fs man pages by Theodore Ts'o · 18 years ago
  70. 25d9366 Fix typo that caused the Debian changelog to not be valid parseable English by Theodore Ts'o · 18 years ago
  71. 41e5543 Clarify resize2fs man page and add reference to LVM by Theodore Ts'o · 18 years ago
  72. 85f93ff Fix type warning problem with sizeof() in ext2fs_open2() by Theodore Ts'o · 18 years ago
  73. e3e9253 Fix type warning problem with time_t in debugfs by Theodore Ts'o · 18 years ago
  74. 55ac3c7 Fix comerr-dev's pointer doc-base pointer to the top-level html file by Theodore Ts'o · 18 years ago
  75. e0f72cf Minor edits to tune2fs(8) man page by Theodore Ts'o · 18 years ago
  76. bae5564 Update release notes for a Debian WIP release. by Theodore Ts'o · 18 years ago
  77. f51d0ef Remove needless sanity check in tune2fs's -i option. by Theodore Ts'o · 18 years ago
  78. 49487b7 Fixed signed vs. unsigned comparison warning in strncmp(). by Theodore Ts'o · 18 years ago
  79. 2aa362f Fix memory leak in e2fsck's error paths by Theodore Ts'o · 18 years ago
  80. 46c5490 Add RAID stride support to resize2fs by Theodore Ts'o · 18 years ago
  81. 69e59c2 Update TODO to remove item which is already completed. by Theodore Ts'o · 18 years ago
  82. f63978a Fix read/write badblocks testing in mke2fs and e2fsck by Theodore Ts'o · 18 years ago
  83. 7eef874 Fix problem with creating initrd's for 2.4 systems on Debian by Theodore Ts'o · 18 years ago
  84. bc2699f Change mke2fs's layout of RAID-optimized filesystems to be more optimal by Theodore Ts'o · 18 years ago
  85. f5fa200 Add support for EXT2_FEATURE_COMPAT_LAZY_BG by Theodore Ts'o · 18 years ago
  86. 49c6b4e Add handling for invalid option characters in debugfs subcommands by Theodore Ts'o · 18 years ago
  87. 1f2da2c Speed up mke2fs and e2fsck by writing bitmaps more efficiently by Theodore Ts'o · 18 years ago
  88. 40198dd Fix filefrag to be 32-bit clean by Theodore Ts'o · 18 years ago
  89. b116e78 Fix bug which could cause dumpe2fs to rarely fail to print a UUID by Theodore Ts'o · 18 years ago
  90. 7aea126 Added tag E2FSPROGS-1.39-WIP-0409 for changeset a89eec026fc32ca7da786fbe3f76d892b6badb23 by Theodore Ts'o · 18 years ago
  91. 7e2ec01 Update for e2fsprogs-1.39-WIP-0409 release by Theodore Ts'o · 18 years ago
  92. a99d490 Update config.guess and config.sub to latest version (2006-02-23) from FSF by Theodore Ts'o · 18 years ago
  93. 52cebe2 Update French, Dutch, Polish, Swedish, and Turkish translations. by Theodore Ts'o · 18 years ago
  94. 4ea7ea0 Fix asm_types.h type conflicts by Theodore Ts'o · 18 years ago
  95. cef2ac1 Fix ext2fs_add_journal_inode() when filesystem is opened in exclusive mode by Theodore Ts'o · 18 years ago
  96. a8a8da7 Fix Debian FTBFS bug due to missing build-dependency on libdevmapper-dev by Theodore Ts'o · 18 years ago
  97. 1ce0683 Added tag E2FSPROGS-1.39-WIP-0330 for changeset cc5d09c487b27487925fb34d8ccd50a19e801ec4 by Theodore Ts'o · 18 years ago
  98. a001028 Debian build: remove conffile from e2fsprogs-udeb, and remove explicit conffile by Theodore Ts'o · 18 years ago
  99. 34a2611 Update release notes and version.h for 1.39-WIP-2006-03-29 release by Theodore Ts'o · 18 years ago
  100. 1cbf828 Update French translation and update PO template file. by Theodore Ts'o · 18 years ago