1. ae23dd1 e2fsck: don't offer to fix the checksum of fixed extents by Darrick J. Wong · 10 years ago
  2. 492f901 e2fsck: clear badblocks inode when checksum fails by Darrick J. Wong · 10 years ago
  3. 87b9f5e Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  4. 9a1d614 e2fsck: fix rule-violating lblk->pblk mappings on bigalloc filesystems by Darrick J. Wong · 10 years ago
  5. 5eeb885 e2fsck: fix merge error in "clear uninit flag on directory extents" by Darrick J. Wong · 10 years ago
  6. 22302aa Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  7. b729b7d e2fsck: reserve blocks for root/lost+found directory repair by Darrick J. Wong · 10 years ago
  8. 97c607b libext2fs: provide a function to set inode size by Darrick J. Wong · 10 years ago
  9. e05a056 Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  10. 57b7fab e2fsck: clear uninit flag on directory extents by Darrick J. Wong · 10 years ago
  11. c28c274 e2fsck: pass2 should not process directory blocks that are impossibly large by Darrick J. Wong · 10 years ago
  12. 0733835 e2fsck: always submit logical block 0 of a directory for pass 2 by Darrick J. Wong · 10 years ago
  13. 60203cb Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  14. 9f005a9 e2fsck: collapse holes in extent-based directories by Darrick J. Wong · 10 years ago
  15. b4f724c e2fsck: fix off-by-one bounds check on group number by Darrick J. Wong · 10 years ago
  16. b4a4088 e2fsck: force all block allocations to use block_found_map by Darrick J. Wong · 10 years ago
  17. 35c8faa e2fsck: don't clobber critical metadata during check_blocks by Darrick J. Wong · 10 years ago
  18. f9f3050 Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  19. 23d6dd1 e2fsck: fix inode coherency issue when iterating an inode's blocks by Darrick J. Wong · 10 years ago
  20. 7722961 e2fsck: check error return from ext2fs_extent_fix_parents in pass 1 by Theodore Ts'o · 10 years ago
  21. 27a129f e2fsck: skip clearing bad extents if bitmaps are unreadable by Darrick J. Wong · 10 years ago
  22. f9f8fde e2fsck: handle symlink properly with inline data by Zheng Liu · 10 years ago
  23. ec3a42b Misc coverity fixes by Darrick J. Wong · 10 years ago
  24. c9bc748 Merge branch 'maint' into next by Theodore Ts'o · 10 years ago
  25. 6f6f567 e2fsck: skip low dtime check if the number of inodes > s_mkfs_time by Theodore Ts'o · 10 years ago
  26. 24997f1 misc: cppcheck cleanups by Darrick J. Wong · 11 years ago
  27. cc7d12a e2fsck: zero errcode when checking inline data blocks by Darrick J. Wong · 11 years ago
  28. 042e071 e2fsck: check inline_data in pass1 by Zheng Liu · 11 years ago
  29. 25fed0f e2fsck: add problem descriptions and check inline data feature by Zheng Liu · 11 years ago
  30. bc82f39 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  31. 125f76e e2fsck: release allocated memory on error or abort in e2fsck_pass1() by Theodore Ts'o · 11 years ago
  32. 2ffccc8 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  33. f404167 Clean up sparse warnings by Theodore Ts'o · 11 years ago
  34. 2d3df8d Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  35. 3b6c093 libext2fs: fix tests that set LARGE_FILE by Darrick J. Wong · 11 years ago
  36. ef429f5 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  37. 2fe2d40 mmp: fix 64-bit handling of s_mmp_block by Andreas Dilger · 11 years ago
  38. 2fae176 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  39. 3971bfe e2fsck: use dgrp_t for block group numbers by Theodore Ts'o · 11 years ago
  40. 3c7c6d7 e2fsck: use problem_t to suppress some -Wconversion warnings by Theodore Ts'o · 11 years ago
  41. e337e7f Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  42. 4dbfd79 e2fsprogs: fix blk_t <- blk64_t assignment mismatches by Darrick J. Wong · 11 years ago
  43. fc9f162 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  44. 085757f e2fsck: don't report uninit extents past EOF invalid by Eric Whitney · 11 years ago
  45. dd50ef8 e2fsck: check extent-mapped directories with really large logical blocks by Theodore Ts'o · 11 years ago
  46. 70f4632 libext2fs: provide functions to safely access name_len and file_type by Jan Kara · 11 years ago
  47. e07b71f Merge branch 'maint' by Theodore Ts'o · 11 years ago
  48. d3f32c2 e2fsck: detect invalid extents at the end of an extent-block by David Jeffery · 11 years ago
  49. 581ecb6 Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  50. 6847735 e2fsck: fix gcc -Wall nits by Theodore Ts'o · 11 years ago
  51. 29f6dfe Merge branch 'maint' into next by Theodore Ts'o · 11 years ago
  52. 10fc3a6 e2fsprogs: allow 0-length xattr values in e2fsck by Eric Sandeen · 11 years ago
  53. b9b5e43 Merge branch 'maint' into next by Theodore Ts'o · 12 years ago
  54. e350773 Fix gcc -Wall nits by Theodore Ts'o · 12 years ago
  55. ab83252 Merge branch 'maint' into next by Theodore Ts'o · 12 years ago
  56. 29e8e74 e2fsck: make sure the extent tree is consistent after bogus node in the tree by Theodore Ts'o · 12 years ago
  57. 789bd40 e2fsck: fix incorrect interior node logical start values by Eric Sandeen · 12 years ago
  58. ccea20f Merge branch 'maint' into next by Theodore Ts'o · 12 years ago
  59. 2ae49fd e2fsck: optimize pass1 for CPU time by Theodore Ts'o · 12 years ago
  60. 82372e3 ext4: fix rehashing of the lost+found directory by Theodore Ts'o · 12 years ago
  61. 5e07cb2 e2fsck: check extended attribute block checksums by Darrick J. Wong · 12 years ago
  62. 39f5659 libext2fs: verify and calculate extended attribute block checksums by Darrick J. Wong · 12 years ago
  63. 81683c6 libext2fs: add checksums to the end of directory leaf nodes by Darrick J. Wong · 12 years ago
  64. 0730711 e2fsck: verify htree root/node checksums by Darrick J. Wong · 12 years ago
  65. 1e2372b e2fsck: verify extent tree blocks and clear the bad ones by Darrick J. Wong · 12 years ago
  66. b9cde40 e2fsck: verify and correct inode checksums by Darrick J. Wong · 12 years ago
  67. 91db7e2 libext2fs: read and write full size inodes by Darrick J. Wong · 12 years ago
  68. 2d2abcc e2fsck: rename "bool" variables by Andreas Dilger · 12 years ago
  69. 9c40d14 e2fsck: only check for zero-length leaf extents by Theodore Ts'o · 12 years ago
  70. 9b01faa e2fsck: fix precedence bug in built-in quota support by Theodore Ts'o · 12 years ago
  71. 010dc7b e2fsck: remove EXT4_EOFBLOCKS_FL flag handling by Lukas Czerner · 13 years ago
  72. 26c09eb e2fsck: check for zero length extent by Theodore Ts'o · 13 years ago
  73. 830b44f e2fsck: use different bitmap types as appropriate by Theodore Ts'o · 13 years ago
  74. 24c9118 e2fsck: fix use of uninitialized value in the MMP code by Theodore Ts'o · 13 years ago
  75. 66df146 e2fsck: fix the max size calculation for non-extent file by Kazuya Mio · 13 years ago
  76. 0c80c44 libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flag by Theodore Ts'o · 13 years ago
  77. 96a8afa e2fsck: check for invalid bad block inode by Theodore Ts'o · 13 years ago
  78. 0f5eba7 ext2fs: add multi-mount protection (INCOMPAT_MMP) by Andreas Dilger · 13 years ago
  79. d1154eb Shorten compile commands run by the build system by Theodore Ts'o · 13 years ago
  80. f85a9ae e2fsck: Don't store old_op from ehandler_operation if we don't restore it. by Eric Sandeen · 13 years ago
  81. 89efc88 libext2fs: add metadata checksum and snapshot feature flags by Theodore Ts'o · 13 years ago
  82. 624e4a6 e2fsck: add support for checking the built-in quota files by Aditya Kali · 13 years ago
  83. 95a7f15 e2fsck: teach e2fsck how to deal with bigalloc in non-extent-mapped inodes by Theodore Ts'o · 13 years ago
  84. 0bd0e59 misc: use EXT2_I_SIZE() consistently to get size by Andreas Dilger · 13 years ago
  85. b2e6c86 mke2fs, e2fsck: fix i_blocks handling for bigalloc file systems by Theodore Ts'o · 13 years ago
  86. cf5301d misc: clean up compiler warnings by Andreas Dilger · 13 years ago
  87. 44fe08f e2fsck: add basic bigalloc support to check (but not yet repair) file systems by Theodore Ts'o · 13 years ago
  88. b70506b e2fsck: Set i_blocks_hi when correcting the i_blocks field in pass #1 by Theodore Ts'o · 14 years ago
  89. 6dc6439 e2fsck: Fix up to be 64-bit block number safe by Valerie Aurora Henson · 14 years ago
  90. 97d26ce Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  91. ae2272f e2fsck: correct test for EOFBLOCKS by Eric Sandeen · 14 years ago
  92. e6238d3 e2fsck: Explicitly reject extents that begin at physical block 0 as illegal by Theodore Ts'o · 14 years ago
  93. ee74cf1 e2fsck: Fix segmentation fault when checking a file system by Theodore Ts'o · 15 years ago
  94. 65d7189 e2fsck: make block counting variable in pass1 64 bits by Eric Sandeen · 15 years ago
  95. a6217f5 e2fsck: Fix a number of problems that were inappropriately using PROMPT_ABORT by Theodore Ts'o · 14 years ago
  96. 2291fbb e2fsck: Check for cases where EOFBLOCKS_FL is unnecessarily set by Theodore Ts'o · 14 years ago
  97. d9af85b Revert "e2fsck: fix spurious complaints about i_size caused by preallocated blocks" by Theodore Ts'o · 15 years ago
  98. 19f433a e2fsck: Fix segmentation fault when checking a file system by Theodore Ts'o · 15 years ago
  99. c5b23f6 Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  100. 4ffafee e2fsck: don't complain about i_size for known blocks past EOF by Eric Sandeen · 15 years ago