1. b7aa0d6 Remove *.pc files on a "make distclean" by Theodore Ts'o · 20 years ago
  2. 33db8f8 Remove support for --enable-clear-htree; this was by Theodore Ts'o · 20 years ago
  3. 1e87f8a f_bad_inode, f_recnect_bad: Adjust test cases to take into by Theodore Ts'o · 20 years ago
  4. 6c313fd Fix e2fsck to not delete symlinks that contain an extended attribute after by Theodore Ts'o · 20 years ago
  5. 550a4af E2fsck will now check the individual block group inode and block free counts, by Theodore Ts'o · 20 years ago
  6. 02f61b8 Skip the r_resize_inode test if resize2fs is not compiled (due to by Theodore Ts'o · 20 years ago
  7. 484ae81 r_resize_inode, m_dasd_bs, m_large_file, m_meta_bg, m_no_opt, by Theodore Ts'o · 20 years ago
  8. 3223701 Various portability fixes for Solaris systems. by Theodore Ts'o · 20 years ago
  9. ae181fb f_dup_de, r_resize_inode: change ">& /dev/null" to ">/dev/null 2>&1" by Matthias Andree · 20 years ago
  10. f90c991 Add two new tests, f_resize_inode, and r_resize_inode, to the regression by Theodore Ts'o · 20 years ago
  11. f581372 m_meta_bg, m_no_opt, m_raid_opt: Adjust tests to take into by Theodore Ts'o · 20 years ago
  12. 6e4fbbe Attempt recovery if the journal contains illegal blocks by Richard Mortimer · 20 years ago
  13. 56eb4d4 Remove XSI:isms for greater portability. (Addresses Debian Bug #255589) by Theodore Ts'o · 20 years ago
  14. b70b116 Update version number for e2fsprogs 1.35 release. by Theodore Ts'o · 21 years ago
  15. ac0de52 Add f_selinux test case. by Theodore Ts'o · 21 years ago
  16. 2e5fcce Fix bug in e2fsck: When reconnecting a directory, we may by Theodore Ts'o · 21 years ago
  17. 89e9fc4 m_meta_bg: New test case to test the meta block group feature. by Theodore Ts'o · 21 years ago
  18. 1cca86f Add regression tests for mke2fs. by Theodore Ts'o · 21 years ago
  19. a435ec3 Add support for backing up the journal inode location in the by Theodore Ts'o · 21 years ago
  20. 8b949fb Fix tests so that they work even with --disable-htree. by Theodore Ts'o · 21 years ago
  21. 9c7ec17 Update for 1.34 release. by Theodore Ts'o · 21 years ago
  22. 71df0dc Update for 1.33 release. by Theodore Ts'o · 21 years ago
  23. 44b0ec1 test_config: Define DYLD_LIBRAY_PATH so that "make check" works on by Theodore Ts'o · 21 years ago
  24. 2a77a78 E2fsck now updates the global free block and by Theodore Ts'o · 22 years ago
  25. 1de6394 f_h_badnode, f_h_badroot, f_h_reindex: Updated expect script to by Theodore Ts'o · 22 years ago
  26. bc4066d f_dup_de: Added test case provided from Debian bug report #176814 by Theodore Ts'o · 22 years ago
  27. ed78c02 Fix up lots of portability problems that caused e2fsprogs not to build successfully by Theodore Ts'o · 22 years ago
  28. 3851301 Update files for 1.32 release. by Theodore Ts'o · 22 years ago
  29. ae65b29 Update files for 1.31 release. by Theodore Ts'o · 22 years ago
  30. feb44c6 Skip byteswap tests on --disable-swapfs by Theodore Ts'o · 22 years ago
  31. 5d823a4 Update files for 1.30 release. by Theodore Ts'o · 22 years ago
  32. ad4fa46 Avoid counting directory entries during a directory salvage. by Theodore Ts'o · 22 years ago
  33. c663305 Update for 1.29 release. by Theodore Ts'o · 22 years ago
  34. 87ee8dc Update changelogs for 1.28 release by Theodore Ts'o · 22 years ago
  35. 0684a4f Overhaul extended attribute handling. Should now be correct with by Theodore Ts'o · 22 years ago
  36. 838e773 Change e2fsck to use a red/black tree in pass1b, to remove O(n**2) by Theodore Ts'o · 22 years ago
  37. b7a0056 Add support to e2fsck to reindex directories to use hash trees. by Theodore Ts'o · 22 years ago
  38. 503f9e7 Add support for the half-MD4 HTREE hash. by Theodore Ts'o · 22 years ago
  39. 8fdc998 Add initial support for htree directories. by Theodore Ts'o · 22 years ago
  40. b21bf26 Do sanity checking of the number of blocks and inodes in a group for by Andreas Dilger · 22 years ago
  41. da30704 Check for inodes which are too big (either too many blocks, or by Theodore Ts'o · 22 years ago
  42. bcf9c5d Fix up Andreas' changeset. Avoid use of dynamic automatic arrays, by Theodore Ts'o · 22 years ago
  43. b94a052 Add more complete tests for symlinks: nul termination of long links and length by Andreas Dilger · 22 years ago
  44. a8e7724 Update for 1.27 release. by Theodore Ts'o · 23 years ago
  45. f2d5c93 Fixed the journal handling so that an offer is made to clear the by Theodore Ts'o · 23 years ago
  46. f122632 E2fsck now prints ranges in pass 5 when printing deltas in by Theodore Ts'o · 23 years ago
  47. 57173d0 Update Changelog messages to use tytso@mit.edu for all addresses by Theodore Ts'o · 23 years ago
  48. 7d4343d Lots of small random portability fixes to make e2fsprogs build by Theodore Ts'o · 23 years ago
  49. 31a20a3 f_swapfs: Fix expect script to deal with extra spaces now printed by Theodore Ts'o · 23 years ago
  50. a5f3f5c Update files for 1.26 release. by Theodore Ts'o · 23 years ago
  51. f10ff64 Add new Makefile target "make testnew" which will allow easy testcase by Andreas Dilger · 23 years ago
  52. 8cf9333 Fix e2fsck's handling of external journals,and update journal by Theodore Ts'o · 23 years ago
  53. b3b3d46 journal.c: fix an endianness bug. by Gabriel Paubert · 23 years ago
  54. 24934b5 f_badorphan, f_journal: Update expect files to reflect the fact by Theodore Ts'o · 23 years ago
  55. aa4a58b f_miss_blk_bmap: Add new test which checks for bug in e2fsck by Theodore Ts'o · 23 years ago
  56. 62e3e7f journal.c (clear_v2_journal_fields, e2fsck_journal_load): If the by Theodore Ts'o · 23 years ago
  57. fbf9111 Update changelogs for 1.25 release. by Theodore Ts'o · 23 years ago
  58. fb70775 Update for 1.24a release by Theodore Ts'o · 23 years ago
  59. 109624a Update for 1.24 release. by Theodore Ts'o · 23 years ago
  60. 943ed87 Add missing log entry showing when we released e2fsprogs 1.23 by Theodore Ts'o · 23 years ago
  61. 9341cf2 f_bad_inode, f_badsymlinks: Update expect files to reflect by Theodore Ts'o · 23 years ago
  62. 67052a8 Add extra checks for bad symlinks, including zero length symlinks, by Andreas Dilger · 23 years ago
  63. a092c56 Update problem message printed when special files have the immutable by Theodore Ts'o · 23 years ago
  64. e667687 f_badinode: Update expect.1 to match change in invalid symlink size text. by Theodore Ts'o · 23 years ago
  65. 6796013 Update changelogs for 1.22. by Theodore Ts'o · 23 years ago
  66. 20a57e9 Filter out CR characters from the output, since BK filtered \r fromthe by Theodore Ts'o · 23 years ago
  67. f4f75ba ChangeLog: Update for 1.21 release. by Theodore Ts'o · 23 years ago
  68. 5a9c036 ChangeLog, expect.1, image.gz: by Theodore Ts'o · 23 years ago
  69. a444dca ChangeLog, expect.1, expect.2, image.gz, name: by Theodore Ts'o · 23 years ago
  70. e6d33ec ChangeLog, expect, script: by Theodore Ts'o · 23 years ago
  71. bb18586 e2fsprogs.lsm, version.h: by Theodore Ts'o · 23 years ago
  72. 21afac0 ChangeLog, pass1.c, problem.c, problem.h, problemP.h: by Theodore Ts'o · 23 years ago
  73. bfcd9a1 ChangeLog, expect, name, script: by Theodore Ts'o · 23 years ago
  74. f6f6583 ChangeLog, mke2fs.c: by Theodore Ts'o · 24 years ago
  75. 98f8a97 ChangeLog, expect.1, expect.2, image.gz: by Theodore Ts'o · 24 years ago
  76. da1a022 ChangeLog, hold_inode.c, random_exercise.c: by Theodore Ts'o · 24 years ago
  77. f9e6706 configure.in: by Theodore Ts'o · 24 years ago
  78. 93d2969 ChangeLog, test_script.in: by Theodore Ts'o · 24 years ago
  79. 4ea0a11 ChangeLog, problem.c, problem.h, super.c: by Theodore Ts'o · 24 years ago
  80. cc73e04 ChangeLog: by Theodore Ts'o · 25 years ago
  81. 58efb82 ChangeLog, expect: by Theodore Ts'o · 25 years ago
  82. cd08636 libext2fs.texinfo, ChangeLog: Update for 1.18 release. by Theodore Ts'o · 25 years ago
  83. 0444e15 ChangeLog, run_e2fsck, expect.1, expect.2, image.gz, name, script: by Theodore Ts'o · 25 years ago
  84. 28e1194 Many files: Update for 1.17 release. by Theodore Ts'o · 25 years ago
  85. 614fdfd ChangeLog: by Theodore Ts'o · 25 years ago
  86. 67efcf7 ChangeLog, expect.1, expect.2, image.gz, name: by Theodore Ts'o · 25 years ago
  87. 8b25041 ChangeLog, expect.1, expect.2, image.gz: by Theodore Ts'o · 25 years ago
  88. 8573470 ChangeLog, expect: f_swapfs: Change to deal with new dump_inode command. by Theodore Ts'o · 25 years ago
  89. 657cb97 ChangeLog: Add 1.15 release note to the Changelogs. by Theodore Ts'o · 25 years ago
  90. e72a9ba ChangeLog, e2fsck.h, pass1.c, pass2.c, pass4.c, swapfs.c: by Theodore Ts'o · 25 years ago
  91. 3f40875 ChangeLog, expect.1, expect.2, image.gz, name: by Theodore Ts'o · 26 years ago
  92. 9e51eca ChangeLog, message.c: by Theodore Ts'o · 26 years ago
  93. 556ad13 Many files: by Theodore Ts'o · 26 years ago
  94. d56385e ChangeLog, expect.1, expect.2: by Theodore Ts'o · 26 years ago
  95. 4a5fa19 ChangeLog, .del-ChangeLog~905e7699, version.h: Update for 1.12 release. by Theodore Ts'o · 26 years ago
  96. c9833a6 ChangeLog, script: by Theodore Ts'o · 26 years ago
  97. 246501c Many files: by Theodore Ts'o · 27 years ago
  98. 6e5eeba ChangeLog, script: by Theodore Ts'o · 27 years ago
  99. 1c27cac ChangeLog, .del-io.h~72680822, irel_ma.c, llseek.c, rw_bitmaps.c: by Theodore Ts'o · 27 years ago
  100. 024996c ChangeLog: Check-in for the 1.11 source release. by Theodore Ts'o · 27 years ago