1. 082ed5d e2fsck: correct ext4 dates generated by old kernels by David Turner · 8 years ago
  2. 5b7afaf e2fsck: fix problem report typo by Eric Whitney · 8 years ago
  3. 96fae88 tests: fix missing cleanup of temporary files by Theodore Ts'o · 8 years ago
  4. 6d4bb11 Merge branch 'maint' into next by Theodore Ts'o · 8 years ago
  5. 82af19e tests: cleanup tmpfile for the f_extent_htree by Theodore Ts'o · 8 years ago
  6. dcb8e1f Merge branch 'maint' into next by Theodore Ts'o · 8 years ago
  7. c864b9e tune2fs: recover the journal by Darrick J. Wong · 8 years ago
  8. 62e0d34 tune2fs: confirm dangerous operations by Darrick J. Wong · 8 years ago
  9. ba380ee libext2fs: sort keys for xattr blocks by Darrick J. Wong · 8 years ago
  10. 2b8772f tests: check proper operation of metadata_csum_seed by Darrick J. Wong · 8 years ago
  11. 2ed0adb libext2fs: store checksum seed in superblock by Darrick J. Wong · 8 years ago
  12. f3d9ac3 debugfs: add support for the project id field by Theodore Ts'o · 8 years ago
  13. 080e09b Add project quota support by Li Xi · 8 years ago
  14. 0355d6d Fix build system to be compatible with BSD pmake by Theodore Ts'o · 9 years ago
  15. 94676ef Merge branch 'maint' into next by Theodore Ts'o · 9 years ago
  16. 19961cd e2fsck: fix e2fsck -fD directory truncation by Andreas Dilger · 9 years ago
  17. f680db6 e2fsck: zap extent-format inode with no extent header by Darrick J. Wong · 9 years ago
  18. 95eca2e e2fsck: check htree leaf block checksums by Darrick J. Wong · 9 years ago
  19. e3dd5c6 e2fsck: check for encrypted directory entries with too-short file names by Theodore Ts'o · 9 years ago
  20. 4ecd63d e2fsck: check for an encrypted lost+found directory by Theodore Ts'o · 9 years ago
  21. 9e8fcd6 configure: remove support to disable quota support by Theodore Ts'o · 9 years ago
  22. 149640f configure: remove support to disable htree support by Theodore Ts'o · 9 years ago
  23. 23cb84c tests: skip large filesystem tests on MacOS by Andreas Dilger · 9 years ago
  24. dc810de Merge branch 'maint' into next by Theodore Ts'o · 9 years ago
  25. 117f9d0 tests: test debugfs punch command by Darrick J. Wong · 9 years ago
  26. 2f8c0d0 debugfs: implement fallocate by Darrick J. Wong · 9 years ago
  27. 4f86870 libext2fs: use fallocate for creating journals and hugefiles by Darrick J. Wong · 9 years ago
  28. 7cb2ed2 e2fsprogs: use $DUMPE2FS in resize_test script by Eric Sandeen · 9 years ago
  29. 66eb45b tests: clean up the script for m_hugefile_slack by Theodore Ts'o · 9 years ago
  30. 10b17bb tests: test creating a single huge file using mke2fs -T hugefile by Theodore Ts'o · 9 years ago
  31. faa427d e2fsck: convert block-mapped files to extents on bigalloc fs by Darrick J. Wong · 9 years ago
  32. 04c66cb e2fsck: fix buffer overrun in revoke block scanning by Darrick J. Wong · 9 years ago
  33. 4407ea3 mke2fs: add simple tests and re-alphabetize mke2fs manpage options by Darrick J. Wong · 9 years ago
  34. b04af4f copyin: fix error handling by Darrick J. Wong · 9 years ago
  35. 08b7417 tests: test various features of the new e2undo format by Darrick J. Wong · 9 years ago
  36. 3af6837 tests: test undo file creation in e2fsck/resize2fs/tune2fs/mke2fs by Darrick J. Wong · 9 years ago
  37. 2f79cd1 tests: verify rebuilding of sparse extent trees & block map file conversion by Darrick J. Wong · 9 years ago
  38. e228d70 e2fsck: rebuild sparse extent trees & convert non-extent ext3 files by Darrick J. Wong · 9 years ago
  39. 76761ca e2fsck: turn inline data symlink into a fast symlink when possible by Darrick J. Wong · 9 years ago
  40. dbb3285 e2fsck: actually fix inline_data flags problems when user says to do so by Darrick J. Wong · 9 years ago
  41. aeb933b e2fsck: add a 'yes to all' response in interactive mode by Darrick J. Wong · 9 years ago
  42. 4a3dc1f e2fsck: salvage under-sized dirents by removing them by Darrick J. Wong · 9 years ago
  43. e274cc3 e2fsck: improve the inline directory detector by Darrick J. Wong · 9 years ago
  44. 0ac4b39 e2fsck: inspect inline dir data as two directory blocks by Darrick J. Wong · 9 years ago
  45. 09282b8 e2fsck: decrement bad count _after_ remapping a duplicate block by Darrick J. Wong · 9 years ago
  46. 5e61441 e2fsck: handle multiple *ind block collisions with critical metadata by Darrick J. Wong · 9 years ago
  47. b151d34 e2fsck: fix message when the journal is deleted and regenerated by Darrick J. Wong · 9 years ago
  48. dd3ffbc tune2fs: disable csum verification before resizing inode by Darrick J. Wong · 9 years ago
  49. f21c30d resize2fs: fix regression test to not depend on ext4.ko being loaded by Darrick J. Wong · 9 years ago
  50. 2c741a8 libext2fs: strengthen i_extra_isize checks when reading/writing xattrs by Darrick J. Wong · 9 years ago
  51. 366d299 libext2fs: initialize i_extra_isize when writing EAs by Darrick J. Wong · 9 years ago
  52. c97cc52 misc: fix minor testcase problems by Darrick J. Wong · 9 years ago
  53. 012143a tests: test resize2fs 32->64 and 64->32bit conversion code by Darrick J. Wong · 10 years ago
  54. fe12931 resize2fs: convert fs to and from 64bit mode by Darrick J. Wong · 10 years ago
  55. 538ef36 resize2fs: don't play stupid games with the block count by Darrick J. Wong · 10 years ago
  56. 1862ef7 resize2fs: set bg flags and unused inode count when resizing by Darrick J. Wong · 10 years ago
  57. 77905d7 tests: testcases for enabling/disabling metadata_csum via tune2fs by Darrick J. Wong · 10 years ago
  58. d02d019 e2fsck: only complain about no-checksum directory blocks once by Darrick J. Wong · 10 years ago
  59. 492084f dumpe2fs: output cleanup by Darrick J. Wong · 10 years ago
  60. 6aa8cff dumpe2fs: reduce dumpe2fs output to 80 columns or less by Darrick J. Wong · 10 years ago
  61. 6509eeb libext2fs: set interior tree block goal more intelligently by Darrick J. Wong · 10 years ago
  62. 7b486ec libext2fs: find inode goal when allocating blocks by Darrick J. Wong · 10 years ago
  63. a93a90d e2fsck: remove 'invalid' wording from error when extent block fails checksum by Darrick J. Wong · 10 years ago
  64. dc7b8da libext2fs: file IO routines should handle uninit blocks by Darrick J. Wong · 10 years ago
  65. 44765c4 tests: regression test for resizing inodes on a metadata_csum fs by Darrick J. Wong · 10 years ago
  66. bbf29ce Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  67. 63b4cbb misc: fix infinite loop when finding the start of the hugefile start range by Darrick J. Wong · 10 years ago
  68. 63a801d tests: fix test scripts that don't work on non-Linux systems. by Darrick J. Wong · 10 years ago
  69. 210baa5 mke2fs: warn if enabling metadata_csum on a pre-3.18 kernel by Darrick J. Wong · 10 years ago
  70. e49b03e misc: fix broken libmagic interaction with plausibility check by Darrick J. Wong · 10 years ago
  71. b291c11 misc: use libmagic when libblkid can't identify something by Darrick J. Wong · 10 years ago
  72. c8b20b4 misc: add plausibility checks to debugfs/tune2fs/dumpe2fs/e2fsck by Darrick J. Wong · 10 years ago
  73. 0858268 dumpe2fs: provide a machine-readable group-only mode by Darrick J. Wong · 10 years ago
  74. 7ef1b8b e2fsck: fix sliding the directory block down on bigalloc by Darrick J. Wong · 10 years ago
  75. 7936236 e2fsck: offer to clear overlapping extents by Darrick J. Wong · 10 years ago
  76. 551ab6d libext2fs: check ea value offset when loading by Darrick J. Wong · 10 years ago
  77. f0770b1 e2fsck: expand root dir if linking l+f fails by Darrick J. Wong · 10 years ago
  78. c6c6816 e2fsck: ignore badblocks if it says badblocks inode is bad by Darrick J. Wong · 10 years ago
  79. 2646b48 tests: test e2fsck recovery of corrupt descriptor blocks by Darrick J. Wong · 10 years ago
  80. b029523 tests: test recovery from an external journal by Darrick J. Wong · 10 years ago
  81. cdac96a tests: test e2fsck recovery with broken commit blocks by Darrick J. Wong · 10 years ago
  82. eb266fc tests: test e2fsck recovery of corrupt revoke blocks by Darrick J. Wong · 10 years ago
  83. ddde6a0 tests: test how e2fsck recovers from corrupt journal superblocks by Darrick J. Wong · 10 years ago
  84. 821fc8c tests: test recovery of 32 and 64-bit journals with the v2 checksum by Darrick J. Wong · 10 years ago
  85. 490e1f5 tests: write and replay blocks with the old journal checksum by Darrick J. Wong · 10 years ago
  86. c452914 tests: test writing and recovering 32bit csum_v3 journals by Darrick J. Wong · 10 years ago
  87. 20466c8 tests: test writing and recovering 64bit csum_v3 journals by Darrick J. Wong · 10 years ago
  88. 9ce517d tests: test writing and recovering checksum-free 32/64bit journals by Darrick J. Wong · 10 years ago
  89. 3727a0e dumpe2fs: display external journal feature flags by Darrick J. Wong · 10 years ago
  90. 811bcce tune2fs: explicitly disallow tuning of journal devices by Darrick J. Wong · 10 years ago
  91. 6aabb75 e2fsck: detect and repair external journal superblock checksum errors by Darrick J. Wong · 10 years ago
  92. 7a8f497 mke2fs: allow creation of journal device with superblock checksum by Darrick J. Wong · 10 years ago
  93. fc06f25 libext2fs: write_journal_inode should check iterate return value by Darrick J. Wong · 10 years ago
  94. 330cebc Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  95. 60abcd7 tests: Add to LD_LIBRARY_PATH instead of overriding by Michael Forney · 10 years ago
  96. c1c8800 Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  97. d9eab8e tests/d_inline_dump: remove version dependency in the expected output by Theodore Ts'o · 10 years ago
  98. 77255cf resize2fs: clarify the size of blocks in resize2fs's messages by Theodore Ts'o · 10 years ago
  99. 8a17df7 libext2fs: create inlinedata symlinks by Darrick J. Wong · 10 years ago
  100. aef9771 Merge branch 'maint' into next by Theodore Ts'o · 10 years ago