1. e0ed740 Switch back to 1.42.9 now that there is a fix by JP Abgrall · 10 years ago
  2. 65f0aab Revert changes that moved from 1.41.14 to 1.42.9 by JP Abgrall · 10 years ago
  3. 18a1444 Add files that would normally be generated by the e2fsprogs build system by Bernhard Rosenkränzer · 10 years ago
  4. 45ff69f build: quiet LLVM non-literal string format warning by Andreas Dilger · 11 years ago
  5. f0131bd e2fsck: fix memory leaks (on error path) by Darrick J. Wong · 11 years ago
  6. 3971bfe e2fsck: use dgrp_t for block group numbers by Theodore Ts'o · 11 years ago
  7. 27dc24d e2fsck: fix j_maxlen if the file system is exactly 1 << 32 blocks by Theodore Ts'o · 11 years ago
  8. 974d57d e2fsck: use errcode_t to suppress some -Wconversion warnings by Theodore Ts'o · 11 years ago
  9. 4dbfd79 e2fsprogs: fix blk_t <- blk64_t assignment mismatches by Darrick J. Wong · 11 years ago
  10. 6847735 e2fsck: fix gcc -Wall nits by Theodore Ts'o · 11 years ago
  11. 26991d0 e2fsck: don't use IO_FLAG_EXCLUSIVE for read-only root file systems by Theodore Ts'o · 11 years ago
  12. 63b3913 e2fsck: correctly propagate error from journal to superblock by Theodore Ts'o · 12 years ago
  13. 6d75685 e2fsck: handle an already recovered journal with a non-zero s_error field by Theodore Ts'o · 12 years ago
  14. 3b693d0 e2fsck: fix 64-bit journal support by Theodore Ts'o · 12 years ago
  15. 0f5eba7 ext2fs: add multi-mount protection (INCOMPAT_MMP) by Andreas Dilger · 13 years ago
  16. d1154eb Shorten compile commands run by the build system by Theodore Ts'o · 13 years ago
  17. 931b58e ext2fs: Handle internal journal over 2^32 bytes by Andreas Dilger · 13 years ago
  18. 0358c9f Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  19. 8718359 e2fsck: Open the external journal in exclusive mode by Theodore Ts'o · 14 years ago
  20. 6dc6439 e2fsck: Fix up to be 64-bit block number safe by Valerie Aurora Henson · 14 years ago
  21. 97d26ce Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  22. 5750e5f e2fsck: mark sparse journal as invalid by Eric Sandeen · 14 years ago
  23. d7cca6b Convert to use block group accessor functions by Valerie Aurora Henson · 15 years ago
  24. 4efbac6 Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count() by Valerie Aurora Henson · 15 years ago
  25. 24a117a Convert to use io_channel_read_blk64() and io_channel_write_blk64() by Valerie Aurora Henson · 15 years ago
  26. c5d2f50 e2fsck: Convert e2fsck to new bitmap interface by Valerie Aurora Henson · 15 years ago
  27. 27a407d e2fsck: Fix journal replay bug which reverts changes to the bg descriptors by Theodore Ts'o · 15 years ago
  28. e35d548 e2fsck: Fix journal replay for block sizes greater than 8k by Theodore Ts'o · 15 years ago
  29. efc6f62 Remove trailing whitespace for the entire source tree by Theodore Ts'o · 16 years ago
  30. 185c4ae e2fsck: Add support to check journal checksums by Theodore Ts'o · 16 years ago
  31. 49a7360 Make e2fsck uninit block group aware by Jose R. Santos · 17 years ago
  32. 2628a1d Merge branch 'maint' by Theodore Ts'o · 17 years ago
  33. 0cfce7f e2fsck: update the backup superblocks if the feature bitmasks are changed by Theodore Ts'o · 17 years ago
  34. 2eae093 Clean up applications to not use EXT2FS_ENABLE_SWAPFS or EXT2_FLAG_SWAP_BYTES by Theodore Ts'o · 17 years ago
  35. 051afbe e2fsck: Check the all of journal blocks for validity by Theodore Ts'o · 17 years ago
  36. ded28ac Write the updated journal inode if s_jnl_blocks was successfully used by Kalpak Shah · 17 years ago
  37. 5107d0d Recreate journal that had been removed previously due to corruption by Kalpak Shah · 17 years ago
  38. 058ad1c Don't write changes to the backup superblocks by default by Theodore Ts'o · 17 years ago
  39. 2bfe0bd [COVERITY] Fix (error case only) memory leak in e2fsck_get_journal by Brian Behlendorf · 17 years ago
  40. 642935c Fix misc. gcc -Wall complaints in the misc and e2fsck directories by Theodore Ts'o · 18 years ago
  41. 2aa362f Fix memory leak in e2fsck's error paths by Theodore Ts'o · 18 years ago
  42. b1c52b2 Enhance e2fsck so it can fix external journal hint in the superblock by Theodore Ts'o · 18 years ago
  43. 8dceb92 E2fsck: fix future times in the superblock's last mount or last write fields by Theodore Ts'o · 19 years ago
  44. 1f3ad14 Use a centrally stored current time for "now" which by Theodore Ts'o · 19 years ago
  45. 6e4fbbe Attempt recovery if the journal contains illegal blocks by Richard Mortimer · 20 years ago
  46. 93effaa Fixed potential ordering constraint problem in e2fsck's journal by Theodore Ts'o · 20 years ago
  47. b34cbdd Re-add FreeBSD support. by Matthias Andree · 20 years ago
  48. b969b1b Fix more compiler warnings. by Matthias Andree · 20 years ago
  49. 5443492 Fix gcc -Wall nitpicks by Theodore Ts'o · 21 years ago
  50. 27479eb journal.c (e2fsck_move_ext3_journal): When moving the journal or by Theodore Ts'o · 21 years ago
  51. a435ec3 Add support for backing up the journal inode location in the by Theodore Ts'o · 21 years ago
  52. c4e3d3f ext2fs_getmem(), ext2fs_free_mem(), and ext2fs_resize_mem() by Theodore Ts'o · 21 years ago
  53. f364093 Update debugfs and e2fsck to use the blkid library. by Theodore Ts'o · 21 years ago
  54. 5e72cdb unix.c (PRS), journal.c: Set the default level of journal by Theodore Ts'o · 22 years ago
  55. 3e69906 Fix gcc -Wall nits. by Theodore Ts'o · 22 years ago
  56. 546a1ff Fix various gcc -Wall complaints. by Theodore Ts'o · 22 years ago
  57. f2d5c93 Fixed the journal handling so that an offer is made to clear the by Theodore Ts'o · 22 years ago
  58. d1a2182 Cleaned up journal handling code in e2fsck. by Theodore Ts'o · 22 years ago
  59. d37066a Give the opportunity for e2fsck to run the journal even if by Theodore Ts'o · 22 years ago
  60. 8cf9333 Fix e2fsck's handling of external journals,and update journal by Theodore Ts'o · 23 years ago
  61. b3b3d46 journal.c: fix an endianness bug. by Gabriel Paubert · 23 years ago
  62. 6a138ed Allow a single user for internal journals (the current filesystem) by Andreas Dilger · 23 years ago
  63. 62e3e7f journal.c (clear_v2_journal_fields, e2fsck_journal_load): If the by Theodore Ts'o · 23 years ago
  64. 773fd8a e2fsck.h, journal.c (e2fsck_move_ext3_journal): Add new function by Theodore Ts'o · 23 years ago
  65. c0a083f * journal.c (recover_ext3_journal): If s_errno is set in the by Theodore Ts'o · 23 years ago
  66. 6d222f3 Fix memory leaks in e2fsck's journal.c, and remove some cases by Theodore Ts'o · 23 years ago
  67. adee8d7 Add support for use of an external journal (so long as the external by Theodore Ts'o · 23 years ago
  68. 0f2cfe2 Fix really stupid typo. by Theodore Ts'o · 23 years ago
  69. 3c6b897 Speed up journal recovery in userspace by avoiding a pointless by Theodore Ts'o · 23 years ago
  70. 2f686ac ChangeLog, journal.c, problem.c, problem.h: by Theodore Ts'o · 23 years ago
  71. 561cd4d ChangeLog, journal.c: by Theodore Ts'o · 23 years ago
  72. c7f2336 ChangeLog, journal.c, problem.c, problem.h: by Theodore Ts'o · 23 years ago
  73. 424cd2b ChangeLog, e2fsck.h, journal.c, problem.c, problem.h, super.c: by Theodore Ts'o · 23 years ago
  74. 328a5ce ChangeLog, journal.c: by Theodore Ts'o · 23 years ago
  75. 15986f7 ChangeLog, jfs_user.h, journal.c: by Theodore Ts'o · 23 years ago
  76. e9e2a20 journal.c: Fix stupid typo. by Theodore Ts'o · 23 years ago
  77. d051521 ChangeLog, journal.c: by Theodore Ts'o · 23 years ago
  78. 4e009f6 journal.c: Fix minor typo in C comment by Theodore Ts'o · 23 years ago
  79. a9ca201 ChangeLog, pass1.c, problem.c, problem.h: by Theodore Ts'o · 23 years ago
  80. 6a6d3d4 ChangeLog, journal.c: by Theodore Ts'o · 23 years ago
  81. 7e92dfa ChangeLog, journal.c, problem.c: by Theodore Ts'o · 23 years ago
  82. 86c627e Many files: by Theodore Ts'o · 23 years ago
  83. 53ef44c Many files: by Theodore Ts'o · 23 years ago
  84. 8c2dc52 journal.c: Fix typo in comment. by Theodore Ts'o · 23 years ago
  85. d3f35b6 ChangeLog, journal.c: by Theodore Ts'o · 23 years ago
  86. 5dd8f96 ChangeLog, journal.c, pass1.c, super.c, unix.c: by Theodore Ts'o · 23 years ago
  87. b2f9319 ChangeLog, journal.c, problem.h: by Theodore Ts'o · 23 years ago
  88. 9b56575 ChangeLog, super.c: by Theodore Ts'o · 24 years ago
  89. f43650c ChangeLog, journal.c: by Theodore Ts'o · 24 years ago
  90. 0e8a956 Many files: by Theodore Ts'o · 24 years ago
  91. 241f224 .del-jfs.h~fa6593e8, ChangeLog, jfs_compat.h, journal.c: by Theodore Ts'o · 24 years ago
  92. 8394902 ChangeLog, journal.c, problem.c, problem.h, super.c: by Theodore Ts'o · 24 years ago
  93. 99a2cc9 ChangeLog, jfs_compat.h, journal.c, pass3.c: by Theodore Ts'o · 24 years ago
  94. ecf1b77 ChangeLog, journal.c, message.c, problem.c, problem.h, super.c: by Theodore Ts'o · 24 years ago
  95. 80bfaa3 Many files: by Theodore Ts'o · 24 years ago
  96. 3b5386d Many files: by Theodore Ts'o · 24 years ago
  97. 17390c0 ChangeLog, Makefile.in, e2fsck.h, journal.c, unix.c: by Theodore Ts'o · 24 years ago