1. 97c607b libext2fs: provide a function to set inode size by Darrick J. Wong · 10 years ago
  2. 57b7fab e2fsck: clear uninit flag on directory extents by Darrick J. Wong · 10 years ago
  3. c28c274 e2fsck: pass2 should not process directory blocks that are impossibly large by Darrick J. Wong · 10 years ago
  4. 0733835 e2fsck: always submit logical block 0 of a directory for pass 2 by Darrick J. Wong · 10 years ago
  5. 9f005a9 e2fsck: collapse holes in extent-based directories by Darrick J. Wong · 10 years ago
  6. b4f724c e2fsck: fix off-by-one bounds check on group number by Darrick J. Wong · 10 years ago
  7. b4a4088 e2fsck: force all block allocations to use block_found_map by Darrick J. Wong · 10 years ago
  8. 23d6dd1 e2fsck: fix inode coherency issue when iterating an inode's blocks by Darrick J. Wong · 10 years ago
  9. 7722961 e2fsck: check error return from ext2fs_extent_fix_parents in pass 1 by Theodore Ts'o · 10 years ago
  10. 27a129f e2fsck: skip clearing bad extents if bitmaps are unreadable by Darrick J. Wong · 10 years ago
  11. 6f6f567 e2fsck: skip low dtime check if the number of inodes > s_mkfs_time by Theodore Ts'o · 10 years ago
  12. 125f76e e2fsck: release allocated memory on error or abort in e2fsck_pass1() by Theodore Ts'o · 11 years ago
  13. f404167 Clean up sparse warnings by Theodore Ts'o · 11 years ago
  14. 3b6c093 libext2fs: fix tests that set LARGE_FILE by Darrick J. Wong · 11 years ago
  15. 2fe2d40 mmp: fix 64-bit handling of s_mmp_block by Andreas Dilger · 11 years ago
  16. 3971bfe e2fsck: use dgrp_t for block group numbers by Theodore Ts'o · 11 years ago
  17. 3c7c6d7 e2fsck: use problem_t to suppress some -Wconversion warnings by Theodore Ts'o · 11 years ago
  18. 4dbfd79 e2fsprogs: fix blk_t <- blk64_t assignment mismatches by Darrick J. Wong · 11 years ago
  19. 085757f e2fsck: don't report uninit extents past EOF invalid by Eric Whitney · 11 years ago
  20. dd50ef8 e2fsck: check extent-mapped directories with really large logical blocks by Theodore Ts'o · 11 years ago
  21. d3f32c2 e2fsck: detect invalid extents at the end of an extent-block by David Jeffery · 11 years ago
  22. 6847735 e2fsck: fix gcc -Wall nits by Theodore Ts'o · 11 years ago
  23. 10fc3a6 e2fsprogs: allow 0-length xattr values in e2fsck by Eric Sandeen · 11 years ago
  24. e350773 Fix gcc -Wall nits by Theodore Ts'o · 12 years ago
  25. 29e8e74 e2fsck: make sure the extent tree is consistent after bogus node in the tree by Theodore Ts'o · 12 years ago
  26. 789bd40 e2fsck: fix incorrect interior node logical start values by Eric Sandeen · 12 years ago
  27. 2ae49fd e2fsck: optimize pass1 for CPU time by Theodore Ts'o · 12 years ago
  28. 2d2abcc e2fsck: rename "bool" variables by Andreas Dilger · 12 years ago
  29. 9c40d14 e2fsck: only check for zero-length leaf extents by Theodore Ts'o · 12 years ago
  30. 9b01faa e2fsck: fix precedence bug in built-in quota support by Theodore Ts'o · 12 years ago
  31. 010dc7b e2fsck: remove EXT4_EOFBLOCKS_FL flag handling by Lukas Czerner · 12 years ago
  32. 26c09eb e2fsck: check for zero length extent by Theodore Ts'o · 13 years ago
  33. 830b44f e2fsck: use different bitmap types as appropriate by Theodore Ts'o · 13 years ago
  34. 24c9118 e2fsck: fix use of uninitialized value in the MMP code by Theodore Ts'o · 13 years ago
  35. 66df146 e2fsck: fix the max size calculation for non-extent file by Kazuya Mio · 13 years ago
  36. 0c80c44 libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flag by Theodore Ts'o · 13 years ago
  37. 96a8afa e2fsck: check for invalid bad block inode by Theodore Ts'o · 13 years ago
  38. 0f5eba7 ext2fs: add multi-mount protection (INCOMPAT_MMP) by Andreas Dilger · 13 years ago
  39. d1154eb Shorten compile commands run by the build system by Theodore Ts'o · 13 years ago
  40. f85a9ae e2fsck: Don't store old_op from ehandler_operation if we don't restore it. by Eric Sandeen · 13 years ago
  41. 89efc88 libext2fs: add metadata checksum and snapshot feature flags by Theodore Ts'o · 13 years ago
  42. 624e4a6 e2fsck: add support for checking the built-in quota files by Aditya Kali · 13 years ago
  43. 95a7f15 e2fsck: teach e2fsck how to deal with bigalloc in non-extent-mapped inodes by Theodore Ts'o · 13 years ago
  44. 0bd0e59 misc: use EXT2_I_SIZE() consistently to get size by Andreas Dilger · 13 years ago
  45. b2e6c86 mke2fs, e2fsck: fix i_blocks handling for bigalloc file systems by Theodore Ts'o · 13 years ago
  46. cf5301d misc: clean up compiler warnings by Andreas Dilger · 13 years ago
  47. 44fe08f e2fsck: add basic bigalloc support to check (but not yet repair) file systems by Theodore Ts'o · 13 years ago
  48. b70506b e2fsck: Set i_blocks_hi when correcting the i_blocks field in pass #1 by Theodore Ts'o · 14 years ago
  49. 6dc6439 e2fsck: Fix up to be 64-bit block number safe by Valerie Aurora Henson · 14 years ago
  50. 97d26ce Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  51. ae2272f e2fsck: correct test for EOFBLOCKS by Eric Sandeen · 14 years ago
  52. e6238d3 e2fsck: Explicitly reject extents that begin at physical block 0 as illegal by Theodore Ts'o · 14 years ago
  53. ee74cf1 e2fsck: Fix segmentation fault when checking a file system by Theodore Ts'o · 14 years ago
  54. 65d7189 e2fsck: make block counting variable in pass1 64 bits by Eric Sandeen · 14 years ago
  55. a6217f5 e2fsck: Fix a number of problems that were inappropriately using PROMPT_ABORT by Theodore Ts'o · 14 years ago
  56. 2291fbb e2fsck: Check for cases where EOFBLOCKS_FL is unnecessarily set by Theodore Ts'o · 14 years ago
  57. d9af85b Revert "e2fsck: fix spurious complaints about i_size caused by preallocated blocks" by Theodore Ts'o · 14 years ago
  58. 19f433a e2fsck: Fix segmentation fault when checking a file system by Theodore Ts'o · 14 years ago
  59. c5b23f6 Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  60. 4ffafee e2fsck: don't complain about i_size for known blocks past EOF by Eric Sandeen · 15 years ago
  61. cc84d86 Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  62. 1ec42a0 e2fsck: Fix the check if a file is really a directory to understand extents by Nick Dokos · 15 years ago
  63. 2d07b3a Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  64. 2884320 e2fsck: Remove some erroneously leftover blk_t casts by Theodore Ts'o · 15 years ago
  65. 8a2cbe2 e2fsck: Try to update on-disk bitmap in e2fsck_get_alloc_block() callback by Theodore Ts'o · 15 years ago
  66. 4607ef7 e2fsck: detect holes in extent-mapped directories by Theodore Ts'o · 15 years ago
  67. a49249d e2fsck: Move check to add an index to a directory after fixing i_size by Theodore Ts'o · 15 years ago
  68. 4dbe79b e2fsck: Fix directory with holes even when i_size is wrong by Theodore Ts'o · 15 years ago
  69. b49f78f Convert ext2fs_group_{first,last}_block() to *block2() by Theodore Ts'o · 15 years ago
  70. d7cca6b Convert to use block group accessor functions by Valerie Aurora Henson · 15 years ago
  71. 72a729d Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  72. 8a8f365 e2fsck: Fix handling of non-zero i_blocks_high field by Theodore Ts'o · 15 years ago
  73. 4efbac6 Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count() by Valerie Aurora Henson · 15 years ago
  74. a63745e Use ext2fs_file_acl_block() instead of using .i_file_acl directly by Valerie Aurora Henson · 15 years ago
  75. 24a117a Convert to use io_channel_read_blk64() and io_channel_write_blk64() by Valerie Aurora Henson · 15 years ago
  76. c5d2f50 e2fsck: Convert e2fsck to new bitmap interface by Valerie Aurora Henson · 15 years ago
  77. 9a7fe4b e2fsck: Only ask to relocate a block group's inode table once by Theodore Ts'o · 15 years ago
  78. 617446e e2fsck: Teach new_table_block() to allocate new itables/bitmaps with FLEX_BG by Theodore Ts'o · 15 years ago
  79. 8a48035 Fix encoding for rec_len in directories for >= 64k blocksize file systems by Theodore Ts'o · 15 years ago
  80. 84b239a libext2fs: add ext2fs_extent_open2 by number9652 · 15 years ago
  81. 9facd07 Add empty function for init_resource_track() and print_resource_track() by Ken Chen · 15 years ago
  82. 0a68b18 e2fsck: Don't crash if an inode with a bad extent header is not cleared by Theodore Ts'o · 15 years ago
  83. 911ec62 e2fsck: On a 32-bit filesystem, make sure i_file_acl_high is zero by Theodore Ts'o · 15 years ago
  84. 7518c17 e2fsck: Fix an unhandled corruption case in scan_extent_node() by Theodore Ts'o · 16 years ago
  85. d5a74ff e2fsck: Fix double-counting of non-contiguous extent-based inodes by Theodore Ts'o · 16 years ago
  86. 100d470 e2fsck: Enhance fragcheck report with file/directory information by Theodore Ts'o · 16 years ago
  87. ce44d8c e2fsck: In verbose mode, distinguish between fragmented directories/files by Theodore Ts'o · 16 years ago
  88. 03fa6f8 Fix various signed/unsigned gcc warnings by Theodore Ts'o · 16 years ago
  89. 0eeec8a Fix compiling under diet libc by Theodore Ts'o · 16 years ago
  90. efc6f62 Remove trailing whitespace for the entire source tree by Theodore Ts'o · 16 years ago
  91. 5dd77db Add support for with empty directory blocks in 64k blocksize filesystems by Theodore Ts'o · 16 years ago
  92. 0ea9109 e2fsck: fix spurious complaints about i_size caused by preallocated blocks by Theodore Ts'o · 16 years ago
  93. 3ec7be4 e2fsck: Fix max size calculation for extent files by Theodore Ts'o · 16 years ago
  94. 8da6d1a e2fsck: Fix ind/dind/tind statistics and add extent depth statistics by Theodore Ts'o · 16 years ago
  95. f4e2c99 e2fsck: Fix signed/unsigned error in fragcheck report for indirect blocks by Theodore Ts'o · 16 years ago
  96. 63b5e35 e2fsck: Fix check to see if an extent-based file is fragmented by Theodore Ts'o · 16 years ago
  97. 7c1e090 e2fsck: Fix i_size checking for large extent-based files by Eric Sandeen · 16 years ago
  98. 2acad6b Fix gcc -Wall warnings in e2fsck by Theodore Ts'o · 16 years ago
  99. d5a8f9a e2fsck: Detect unordered extents in an extent node by Theodore Ts'o · 16 years ago
  100. 16bd349 e2fsck: Wire up callback functions for _alloc_block() and _block_alloc_stats() by Theodore Ts'o · 16 years ago