1. c2d4300 Enable FLEX_BG feature support by Jose R. Santos · 18 years ago
  2. 88b34b1 Relax group descriptor checking for FLEX_BG by Jose R. Santos · 18 years ago
  3. cf0eeec Reserve the INCOMPAT feature number for FLEX_BG. by Jose R. Santos · 18 years ago
  4. 042a27f Merge branch 'maint' into next by Theodore Ts'o · 18 years ago
  5. f305918 mke2fs: Change usage message to use -E instead -R, which is deprecated by Theodore Ts'o · 18 years ago
  6. f493d4e libblkid: recognize squashfs filesystems on BE systems. by Eric Sandeen · 18 years ago
  7. f2de1d3 libext2fs: Add EXT2_DESC_SIZE and EXT2_DESC_PER_BLOCK macros by Valerie Clement · 18 years ago
  8. 5d38ef1 libext2fs: cleanup usage of unsigned int or __u32 and replace it with blk_t by Valerie Clement · 18 years ago
  9. 3bfca9a libext2fs: use ext2fs_group_first_block() instead of open-coded equivalent by Valerie Clement · 18 years ago
  10. eac91b3 Add blk64_t type definition by Theodore Ts'o · 18 years ago
  11. 5845efd libblkid: detect squashfs by Eric Sandeen · 18 years ago
  12. 2628a1d Merge branch 'maint' by Theodore Ts'o · 18 years ago
  13. 0c37f45 e2fsck: backup superblocks if key constants have changed by Theodore Ts'o · 18 years ago
  14. 0cfce7f e2fsck: update the backup superblocks if the feature bitmasks are changed by Theodore Ts'o · 18 years ago
  15. f6341e9 ext2fs_dblist_dir_iterate: Fix ABORT propagation logic by Theodore Ts'o · 18 years ago
  16. 846be6d libblkid: Add more magic numbers that might mean there is a FAT filesystem by Theodore Ts'o · 18 years ago
  17. d006b8c e2fsck: Don't mark the filesystem invalid because of time errors by Theodore Ts'o · 18 years ago
  18. 60702c2 Work around lame Ubuntu init scripts / installer bugs by Theodore Ts'o · 18 years ago
  19. ed773a2 fsck: Ignore /etc/fstab entries for bind mounts by Theodore Ts'o · 18 years ago
  20. 29cf185 Add test for the case where s_inode_size is zero by Theodore Ts'o · 18 years ago
  21. cc8fb0e Delete the test.img file after running the resize2fs tests by Theodore Ts'o · 18 years ago
  22. cd53808 e2fsck: If the superblock is corrupt, automatically retry with the backup sb by Theodore Ts'o · 18 years ago
  23. ba9d929 Don't crash if s_inode_size is zero by Theodore Ts'o · 18 years ago
  24. e9e9602 Merge branch 'maint' by Theodore Ts'o · 18 years ago
  25. 5845caa Use sscanf instead of atoi when parsing e2fsck options by Theodore Ts'o · 18 years ago
  26. 3524625 Update Dutch translation file from the Translation Project by Theodore Ts'o · 18 years ago
  27. 3b302c2 Fix typo and clarify the uuidgen man page by Theodore Ts'o · 18 years ago
  28. a5dda05 Remove configure --enable-swapfs and associated support #defines by Theodore Ts'o · 18 years ago
  29. 2eae093 Clean up applications to not use EXT2FS_ENABLE_SWAPFS or EXT2_FLAG_SWAP_BYTES by Theodore Ts'o · 18 years ago
  30. 126a291 Clean up libext2fs by byte swapping iff WORDS_BIGENDIAN by Theodore Ts'o · 18 years ago
  31. ccbcc40 Remove PowerPC bitmap hackery since it's not been needed since Linux 2.1 by Theodore Ts'o · 18 years ago
  32. dd44eb6 Remove e2fsck's swapfs test, since we've removed the functionality by Theodore Ts'o · 18 years ago
  33. 1a855cb Remove e2fsck's -s and -S options to byte-swap ancient PPC filesystems by Theodore Ts'o · 18 years ago
  34. aef2283 Merge branch 'maint' by Theodore Ts'o · 18 years ago
  35. 01ff329 Update Swedish translation file from the Translation Project by Theodore Ts'o · 18 years ago
  36. 7c8e9ac Make sure $prefix/etc is created before installing mke2fs.conf by Theodore Ts'o · 18 years ago
  37. 9f0288d e2fsck: Allow i_size to be rounded up to the size of a VM page by Theodore Ts'o · 18 years ago
  38. c5ca71d Add "make check" to the RPM spec file by Theodore Ts'o · 18 years ago
  39. a98b51e Miscellaneous Cleanups by Theodore Ts'o · 18 years ago
  40. 6d96b00 Add I/O statistics to e2fsck by Theodore Ts'o · 18 years ago
  41. 894c7fd Silence makefile from showing the awk command when building DEFAULT_TO_C by Theodore Ts'o · 18 years ago
  42. d4e0b1c Fix gcc -Wall warnings by Theodore Ts'o · 18 years ago
  43. f1f115a libext2fs: 32-bit bitmap refactorization, part 3 by Theodore Ts'o · 18 years ago
  44. 50448d3 libext2fs: 32-bit bitmap refactorization, part 2 by Theodore Ts'o · 18 years ago
  45. a0553c9 libext2fs: 32-bit bitmap refactorization, part 1 by Theodore Ts'o · 18 years ago
  46. 271a375 Move ext2fs_get_{block,inode}_bitmap_{start,end}() to generic functions by Theodore Ts'o · 18 years ago
  47. 8df1827 Uninline ext2fs_{mark,unmark,test}_block_bitmap_range() to gen_bitmap.c by Theodore Ts'o · 18 years ago
  48. 7bf257a Change fast ext2fs bitmap functions to use the generic bitmap functions by Theodore Ts'o · 18 years ago
  49. b15beaa Move ext2fs_test_generic_bitmap() to gen_bitmap.c by Theodore Ts'o · 18 years ago
  50. 4764a57 Fix mke2fs tests to avoid needing any significant ^M (CR) characters by Theodore Ts'o · 18 years ago
  51. bd828a2 Fix test in ext2fs_check_desc() for inode table within block group by Eric Sandeen · 18 years ago
  52. 5a92a62 Properly calculate overhead in ext2fs_initialize() by Theodore Ts'o · 18 years ago
  53. f541763 Add Catalan translation from the Translation Project by Theodore Ts'o · 18 years ago
  54. db9097c Fix big-endian byte-swapping bug in ext2fs_swap_inode_full() by Eric Sandeen · 18 years ago
  55. d2dc78a Update ChangeLog, README, RELEASE-NOTES for 1.40.2 release by Theodore Ts'o · 18 years ago
  56. febac23 Update tune2fs man page to include more discussion of reserved blocks by Theodore Ts'o · 18 years ago
  57. c4b5c45 Update Dutch and Vietnamese PO files from the Translation Project by Theodore Ts'o · 18 years ago
  58. 5e9ba85 Fix e2fsck segfault on very badly damaged filesystems by Theodore Ts'o · 18 years ago
  59. d46ce70 Update Polish translation from the Translation Project by Theodore Ts'o · 18 years ago
  60. 575307c e2fsck: Fix salvage_directory when the last entry's rec_len is too big by Kalpak Shah · 18 years ago
  61. 48b0ea4 Update Turkish translation from Translation Project by Theodore Ts'o · 18 years ago
  62. 23edf9b Fix typo'ed version number in the release notes by Theodore Ts'o · 18 years ago
  63. b1c2a3e Fix debian/control file to use ${binary:Version} instead of ${Source-Version} by Theodore Ts'o · 18 years ago
  64. a648ea6 Fix up Lintain complaint about the "make distclean" ignoring errors by Theodore Ts'o · 18 years ago
  65. 58b3df7 Update ChangeLog, README, RELEASE-NOTES for 1.40.1 release by Theodore Ts'o · 18 years ago
  66. 0225fac Add debugging printf to blkid's probe routine when original fs type failed by Theodore Ts'o · 18 years ago
  67. a2df22f Stop after the second '.' when parsing version numbers by Theodore Ts'o · 18 years ago
  68. 851bcf3 Update the *.po and *.gmo files after the e2fsprogs.pot update by Theodore Ts'o · 18 years ago
  69. 424a3e4 Remove Changelog files since they're not used after the git migration by Theodore Ts'o · 18 years ago
  70. 714da45 Update e2fsprogs.pot for translators by Theodore Ts'o · 18 years ago
  71. ac7dd69 Fix bug which could cause libblkid to loop forever by Theodore Ts'o · 18 years ago
  72. 73d4f8c Update French and Dutch translation files by Theodore Ts'o · 18 years ago
  73. fd6ee4e Update Vietnamese PO file from the Translation Project by Theodore Ts'o · 18 years ago
  74. 29a5dee Improve the config/parse_types.sh helper script by Theodore Ts'o · 18 years ago
  75. a3f464f Fix bogus strip permission errors when building under Debian by Theodore Ts'o · 18 years ago
  76. d48bc60 Compile the default mke2fs.conf into mke2fs program by Theodore Ts'o · 18 years ago
  77. 6f890e5 Add new function: profile_set_default() by Theodore Ts'o · 18 years ago
  78. 6bde5c2 Add PROFILE_FILE_NO_RELOAD flag which is used by profile_update_file() by Theodore Ts'o · 18 years ago
  79. 1a191d6 e2fsck: Detect recursive loops in @-expansions by Theodore Ts'o · 18 years ago
  80. 4b4df79 Make it clear in an error message that it is mk_cmds that is complaining by Theodore Ts'o · 18 years ago
  81. 6c9cc58 Set LC_ALL instead of LANG in the test suite config by Theodore Ts'o · 18 years ago
  82. bcafb8d Add .gitignore file by Theodore Ts'o · 18 years ago
  83. 59fff33 Add .git directory to set of files to be ignored when building tarballs by Theodore Ts'o · 18 years ago
  84. 57f4850 Update e2fsprogs 1.40 changelogs by Theodore Ts'o · 18 years ago
  85. dc26a9d Added tag E2FSPROGS-1_40 for changeset 097cd140ac3b by Theodore Ts'o · 18 years ago
  86. becc391 Release of e2fsprogs version 1.40 by Theodore Ts'o · 18 years ago
  87. 1ed49d2 Fix byte swapping bug in get_next_inode_full() by Kalpak Shah · 18 years ago
  88. d7b6472 Update Release Notes, Changelogs, version.h, etc. for 1.40 release by Theodore Ts'o · 18 years ago
  89. 30dd262 Fix divide by zero error in blkid's NTFS probing logic by Theodore Ts'o · 18 years ago
  90. 0d8b673 Fix the info-dir line for the com_err.texinfo file by Theodore Ts'o · 18 years ago
  91. 1a91885 Remove RFC-4122 from e2fsprogs distribution by Theodore Ts'o · 18 years ago
  92. bbc4cd3 Clarify the copyright licenses used by the various libraries in COPYING by Theodore Ts'o · 18 years ago
  93. 915a266 Fix ext2fs_read_inode_full() so that the whole inode is byte-swapped by Kalpak Shah · 18 years ago
  94. c844010 Fix byte-swapping issues for the i_extra_size field by Theodore Ts'o · 18 years ago
  95. a34c6ff e2fsck: added sanity check for xattr validation by Andreas Dilger · 18 years ago
  96. e382a7e Add support for LUKS encrypted partitions by Karsten Hopp · 18 years ago
  97. df36136 Fix gcc -Wall bug in e2fsck by Theodore Ts'o · 18 years ago
  98. 8cd1ab8 New regression test which contains a corrupt ind. block in the journal inode by Kalpak Shah · 18 years ago
  99. 051afbe e2fsck: Check the all of journal blocks for validity by Theodore Ts'o · 18 years ago
  100. ded28ac Write the updated journal inode if s_jnl_blocks was successfully used by Kalpak Shah · 18 years ago