1. b198805 libext2fs: place metadata blocks in the last flex_bg so they are contiguous by Theodore Ts'o · 10 years ago
  2. a1363e6 tests: fix f_badcluster output formatting by Andreas Dilger · 10 years ago
  3. d230dc4 tests: add the f_badcluster test by Darrick J. Wong · 10 years ago
  4. b729b7d e2fsck: reserve blocks for root/lost+found directory repair by Darrick J. Wong · 10 years ago
  5. 97c607b libext2fs: provide a function to set inode size by Darrick J. Wong · 10 years ago
  6. a30a4e9 libext2fs: fix free block accounting for 64-bit file systems by Theodore Ts'o · 10 years ago
  7. 188949d tests: use e2fsck -f instead of -p for resize tests by Theodore Ts'o · 10 years ago
  8. 57b7fab e2fsck: clear uninit flag on directory extents by Darrick J. Wong · 10 years ago
  9. c28c274 e2fsck: pass2 should not process directory blocks that are impossibly large by Darrick J. Wong · 10 years ago
  10. 0733835 e2fsck: always submit logical block 0 of a directory for pass 2 by Darrick J. Wong · 10 years ago
  11. 9f005a9 e2fsck: collapse holes in extent-based directories by Darrick J. Wong · 10 years ago
  12. 203e13c libext2fs: fix bounds check of the bitmap test range in get_free_blocks2 by Darrick J. Wong · 10 years ago
  13. bdeb2db tests: avoid using mktemp -t by Theodore Ts'o · 10 years ago
  14. 0b5610e tests: clean up the temp file if test_one is interrupted by Theodore Ts'o · 10 years ago
  15. 358c94a tests: fix left-over e2fsprogs-tmp files not getting clean up by Theodore Ts'o · 10 years ago
  16. 9e9e7b4 tests: for mktemp the exes must be the final characters of the name by Benno Schulenberg · 10 years ago
  17. 1301def e2fsck: make a prompt message simpler and thus translatable by Benno Schulenberg · 10 years ago
  18. 2eb0ed0 e2fsprogs: don't run quota test if quota is not enabled by Eric Sandeen · 10 years ago
  19. 90c5b4c debugfs: fix string_to_time for MacOS strptime() by Andreas Dilger · 10 years ago
  20. 1c358e6 quota: remove mke2fs's and tune2fs's warning messages regarding quota by Theodore Ts'o · 10 years ago
  21. 133d9fb tests: add basic e2fsck regression test for fixing the quota inode by Theodore Ts'o · 10 years ago
  22. 45a78b8 resize2fs: refine minimum required blocks for flex_bg file systems by Theodore Ts'o · 10 years ago
  23. 6d82e1f mke2fs: only print the low-level file system stats in verbose mode by Theodore Ts'o · 10 years ago
  24. 5bb66e3 tests: fix resize test tmpfs max-file-size checking by Andreas Dilger · 10 years ago
  25. fedfb27 Add coverage testing using gcov by Theodore Ts'o · 11 years ago
  26. 3b97799 tests: skip unsupported tests on MacOS systems by Andreas Dilger · 11 years ago
  27. 454e6e0 tests: adjust test output to reflect block_uninit calculated block bitmaps by Darrick J. Wong · 11 years ago
  28. 5a1d25a Fix up workarounds for dietlibc breakage by Theodore Ts'o · 11 years ago
  29. 6c59a66 configure: fix --with-diet-libc by Theodore Ts'o · 11 years ago
  30. c32409a e2fsck: improve the "superblock corrupt" message by Theodore Ts'o · 11 years ago
  31. 9f90b2e tests: fix stray newline printed when running r_min_itable by Theodore Ts'o · 11 years ago
  32. 22b83f6 e2image: perform in-place move by Phillip Susi · 11 years ago
  33. aafd361 tests: use the in-tree binaries in the test f_extent_oobounds by Theodore Ts'o · 11 years ago
  34. 2bc3041 debugfs, e2fsck: fix s_desc_size handling by Andreas Dilger · 11 years ago
  35. fd5e00e tests: delete temporary resize test files by Andreas Dilger · 11 years ago
  36. 5ad07ac tests: check backing filesystem can handle large file by Andreas Dilger · 11 years ago
  37. 43075b4 quota: fix disabling quota, add quota tests by Niu Yawei · 11 years ago
  38. 128c943 tests: remove version number dependency in r_min_itable by Theodore Ts'o · 11 years ago
  39. 832cb61 e2fsprogs: add (optional) sparse checking to the build by Darrick J. Wong · 11 years ago
  40. 7447da0 tests: add test for resize2fs -M with inode table in middle of block group by Theodore Ts'o · 11 years ago
  41. d451707 tests: add another test for uninit extents past eof by Eric Whitney · 11 years ago
  42. c8ec2ba e2fsck: correctly deallocate invalid extent-mapped symlinks by Theodore Ts'o · 11 years ago
  43. dd50ef8 e2fsck: check extent-mapped directories with really large logical blocks by Theodore Ts'o · 11 years ago
  44. 42b61c5 libext2fs, tests: allow /etc/mtab file to be missing by Theodore Ts'o · 11 years ago
  45. dc9cc70 mke2fs: don't set root dir UID/GID automatically by Andreas Dilger · 11 years ago
  46. 2a83b3c mke2fs: sort option parsing, deprecate "-R" by Andreas Dilger · 11 years ago
  47. f9fd342 tests: clean up sed filtering of test output by Andreas Dilger · 11 years ago
  48. e2e389a tests: add new test f_extent_oobounds by Theodore Ts'o · 11 years ago
  49. 5dfd5ef tests: add new test f_zero_xattr by Theodore Ts'o · 11 years ago
  50. 9bd95a4 crcsum: remove the -b option since ext2fs_crc32c_be is dropped in 1.43.x by Theodore Ts'o · 11 years ago
  51. e79a939 tests: add more tests for off-line resizing by Theodore Ts'o · 11 years ago
  52. 28e6662 tests: create crcsum progam to support resizing tests by Theodore Ts'o · 11 years ago
  53. 390e49a tests: create test for debugfs creating special files by Theodore Ts'o · 12 years ago
  54. b4944f6 tests: add test of an incorrect interior node in an extent tree by Theodore Ts'o · 12 years ago
  55. c498cb1 mke2fs: fix progress suppression to make regression tests reliable by Theodore Ts'o · 12 years ago
  56. b2f5ce5 mke2fs: throttle allocating groups progress as well by Theodore Ts'o · 12 years ago
  57. 12f48b0 tests: kill debugfs on interrupted MMP test by Andreas Dilger · 12 years ago
  58. a3e87bc mke2fs: disable progress reporting in mke2fs.conf for regression tests by Theodore Ts'o · 12 years ago
  59. ff07d43 tests: allow e2fsck tests to run on OS/X by Andreas Dilger · 12 years ago
  60. e130a16 tests: add two more tests of orphaned inode handling by Theodore Ts'o · 12 years ago
  61. 8d12c46 tests: add new test f_zero_extent_length by Tao Ma · 12 years ago
  62. eb92f57 tests: fix the e2fsck test script to handle a missing test name by Theodore Ts'o · 12 years ago
  63. be1b8c6 tests: add new test to validate errno handling in the journal superblock by Theodore Ts'o · 12 years ago
  64. f3331df tests: use make rules to run tests in parallel by Andreas Dilger · 12 years ago
  65. 108e658 tests: fix f_jnl_64bit so that it actually has a 64-bit journal by Theodore Ts'o · 12 years ago
  66. 21af16f Fix bashisms by Matthias Andree · 12 years ago
  67. 65ee799 tests: add new tests f_jnl_32bit and f_jnl_64bit by Theodore Ts'o · 12 years ago
  68. 7a069f1 tests: add new test f_eofblocks by Theodore Ts'o · 12 years ago
  69. 010dc7b e2fsck: remove EXT4_EOFBLOCKS_FL flag handling by Lukas Czerner · 12 years ago
  70. 010c49c e2fsck: report ext2fs_open2() and ext2fs_check_desc() errors by Theodore Ts'o · 12 years ago
  71. 0f30deb tests: have "make testnew" target use local mke2fs by Andreas Dilger · 12 years ago
  72. b9a64a5 e2fsck: print the current and expected block group checksums by Theodore Ts'o · 12 years ago
  73. 26c09eb e2fsck: check for zero length extent by Theodore Ts'o · 13 years ago
  74. 454ac9d libext2fs: quiet spurious group checksum errors by Andreas Dilger · 13 years ago
  75. 1f572d1 libext2fs: display partial path if fs corrupted in ext2fs_get_pathname() by Theodore Ts'o · 13 years ago
  76. 499d5ec Update Release Notes, Changelogs, version.h, etc. for 1.42 release by Theodore Ts'o · 13 years ago
  77. ebd0a16 tests: add test case for multiply claimed blocks with bigalloc by Theodore Ts'o · 13 years ago
  78. 6d26887 tests: fix mmp tests on hard 4k devices by Eric Sandeen · 13 years ago
  79. 0c80c44 libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flag by Theodore Ts'o · 13 years ago
  80. 86db36a e2fsck: avoid unnecessary reboots in some cases when checking the root fs by Theodore Ts'o · 13 years ago
  81. 96a8afa e2fsck: check for invalid bad block inode by Theodore Ts'o · 13 years ago
  82. d9c60e0 e2fsck: regression tests for INCOMPAT_MMP feature by Andreas Dilger · 13 years ago
  83. d90d6a7 tune2fs: kill external journal if device not found by Andreas Dilger · 13 years ago
  84. d1154eb Shorten compile commands run by the build system by Theodore Ts'o · 13 years ago
  85. 2bf0739 test_icount: fclose() before exit by Eric Sandeen · 13 years ago
  86. 2fa1679 tests: Print out list of failed tests by Lukas Czerner · 13 years ago
  87. d2bfdc7 e2fsprogs: Use punch hole as "discard" on regular files by Lukas Czerner · 13 years ago
  88. faa2dcd mke2fs: Use ext2fs_flush() only once by Lukas Czerner · 13 years ago
  89. 906a1cf tests: skip tests that require debugfs if debugfs has not been built by Theodore Ts'o · 13 years ago
  90. f305fd7 tests: fix i_e2image so it works with valgrind by Theodore Ts'o · 13 years ago
  91. 92122d3 tests: add missing m_mkfs_overhead/expect by Theodore Ts'o · 13 years ago
  92. b4db1e4 tests: use /tmp for scratch files by Theodore Ts'o · 13 years ago
  93. a3efe48 e2fsck: fix mysterious "FILE SYSTEM WAS MODIFIED" with no changes by Theodore Ts'o · 13 years ago
  94. 8f36e69 Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  95. 177cb5c e2fsprogs: ignore generated files for "git status" by Andreas Dilger · 13 years ago
  96. 9b4d06b mke2fs: add extent-mapped journal regression test by Andreas Dilger · 13 years ago
  97. ec50834 mke2fs: add test for large journal with lazy init by Andreas Dilger · 13 years ago
  98. 9e71350 tests: New i_e2image test to validate image creation/conversion by Lukas Czerner · 13 years ago
  99. d3859af mke2fs: Allow specifying reserved_ratio via mke2fs.conf by Aditya Kali · 13 years ago
  100. 214580a Merge branch 'maint' into next by Theodore Ts'o · 14 years ago