1. 9b01faa e2fsck: fix precedence bug in built-in quota support by Theodore Ts'o · 12 years ago
  2. 010dc7b e2fsck: remove EXT4_EOFBLOCKS_FL flag handling by Lukas Czerner · 13 years ago
  3. 26c09eb e2fsck: check for zero length extent by Theodore Ts'o · 13 years ago
  4. 830b44f e2fsck: use different bitmap types as appropriate by Theodore Ts'o · 13 years ago
  5. 24c9118 e2fsck: fix use of uninitialized value in the MMP code by Theodore Ts'o · 13 years ago
  6. 66df146 e2fsck: fix the max size calculation for non-extent file by Kazuya Mio · 13 years ago
  7. 0c80c44 libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flag by Theodore Ts'o · 13 years ago
  8. 96a8afa e2fsck: check for invalid bad block inode by Theodore Ts'o · 13 years ago
  9. 0f5eba7 ext2fs: add multi-mount protection (INCOMPAT_MMP) by Andreas Dilger · 13 years ago
  10. d1154eb Shorten compile commands run by the build system by Theodore Ts'o · 13 years ago
  11. f85a9ae e2fsck: Don't store old_op from ehandler_operation if we don't restore it. by Eric Sandeen · 13 years ago
  12. 89efc88 libext2fs: add metadata checksum and snapshot feature flags by Theodore Ts'o · 13 years ago
  13. 624e4a6 e2fsck: add support for checking the built-in quota files by Aditya Kali · 13 years ago
  14. 95a7f15 e2fsck: teach e2fsck how to deal with bigalloc in non-extent-mapped inodes by Theodore Ts'o · 13 years ago
  15. 0bd0e59 misc: use EXT2_I_SIZE() consistently to get size by Andreas Dilger · 13 years ago
  16. b2e6c86 mke2fs, e2fsck: fix i_blocks handling for bigalloc file systems by Theodore Ts'o · 13 years ago
  17. cf5301d misc: clean up compiler warnings by Andreas Dilger · 13 years ago
  18. 44fe08f e2fsck: add basic bigalloc support to check (but not yet repair) file systems by Theodore Ts'o · 13 years ago
  19. b70506b e2fsck: Set i_blocks_hi when correcting the i_blocks field in pass #1 by Theodore Ts'o · 14 years ago
  20. 6dc6439 e2fsck: Fix up to be 64-bit block number safe by Valerie Aurora Henson · 14 years ago
  21. 97d26ce Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  22. ae2272f e2fsck: correct test for EOFBLOCKS by Eric Sandeen · 14 years ago
  23. e6238d3 e2fsck: Explicitly reject extents that begin at physical block 0 as illegal by Theodore Ts'o · 14 years ago
  24. ee74cf1 e2fsck: Fix segmentation fault when checking a file system by Theodore Ts'o · 15 years ago
  25. 65d7189 e2fsck: make block counting variable in pass1 64 bits by Eric Sandeen · 15 years ago
  26. a6217f5 e2fsck: Fix a number of problems that were inappropriately using PROMPT_ABORT by Theodore Ts'o · 14 years ago
  27. 2291fbb e2fsck: Check for cases where EOFBLOCKS_FL is unnecessarily set by Theodore Ts'o · 14 years ago
  28. d9af85b Revert "e2fsck: fix spurious complaints about i_size caused by preallocated blocks" by Theodore Ts'o · 15 years ago
  29. 19f433a e2fsck: Fix segmentation fault when checking a file system by Theodore Ts'o · 15 years ago
  30. c5b23f6 Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  31. 4ffafee e2fsck: don't complain about i_size for known blocks past EOF by Eric Sandeen · 15 years ago
  32. cc84d86 Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  33. 1ec42a0 e2fsck: Fix the check if a file is really a directory to understand extents by Nick Dokos · 15 years ago
  34. 2d07b3a Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  35. 2884320 e2fsck: Remove some erroneously leftover blk_t casts by Theodore Ts'o · 15 years ago
  36. 8a2cbe2 e2fsck: Try to update on-disk bitmap in e2fsck_get_alloc_block() callback by Theodore Ts'o · 15 years ago
  37. 4607ef7 e2fsck: detect holes in extent-mapped directories by Theodore Ts'o · 15 years ago
  38. a49249d e2fsck: Move check to add an index to a directory after fixing i_size by Theodore Ts'o · 15 years ago
  39. 4dbe79b e2fsck: Fix directory with holes even when i_size is wrong by Theodore Ts'o · 15 years ago
  40. b49f78f Convert ext2fs_group_{first,last}_block() to *block2() by Theodore Ts'o · 15 years ago
  41. d7cca6b Convert to use block group accessor functions by Valerie Aurora Henson · 15 years ago
  42. 72a729d Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  43. 8a8f365 e2fsck: Fix handling of non-zero i_blocks_high field by Theodore Ts'o · 15 years ago
  44. 4efbac6 Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count() by Valerie Aurora Henson · 15 years ago
  45. a63745e Use ext2fs_file_acl_block() instead of using .i_file_acl directly by Valerie Aurora Henson · 15 years ago
  46. 24a117a Convert to use io_channel_read_blk64() and io_channel_write_blk64() by Valerie Aurora Henson · 15 years ago
  47. c5d2f50 e2fsck: Convert e2fsck to new bitmap interface by Valerie Aurora Henson · 15 years ago
  48. 9a7fe4b e2fsck: Only ask to relocate a block group's inode table once by Theodore Ts'o · 15 years ago
  49. 617446e e2fsck: Teach new_table_block() to allocate new itables/bitmaps with FLEX_BG by Theodore Ts'o · 15 years ago
  50. 8a48035 Fix encoding for rec_len in directories for >= 64k blocksize file systems by Theodore Ts'o · 15 years ago
  51. 84b239a libext2fs: add ext2fs_extent_open2 by number9652 · 15 years ago
  52. 9facd07 Add empty function for init_resource_track() and print_resource_track() by Ken Chen · 15 years ago
  53. 0a68b18 e2fsck: Don't crash if an inode with a bad extent header is not cleared by Theodore Ts'o · 15 years ago
  54. 911ec62 e2fsck: On a 32-bit filesystem, make sure i_file_acl_high is zero by Theodore Ts'o · 15 years ago
  55. 7518c17 e2fsck: Fix an unhandled corruption case in scan_extent_node() by Theodore Ts'o · 16 years ago
  56. d5a74ff e2fsck: Fix double-counting of non-contiguous extent-based inodes by Theodore Ts'o · 16 years ago
  57. 100d470 e2fsck: Enhance fragcheck report with file/directory information by Theodore Ts'o · 16 years ago
  58. ce44d8c e2fsck: In verbose mode, distinguish between fragmented directories/files by Theodore Ts'o · 16 years ago
  59. 03fa6f8 Fix various signed/unsigned gcc warnings by Theodore Ts'o · 16 years ago
  60. 0eeec8a Fix compiling under diet libc by Theodore Ts'o · 16 years ago
  61. efc6f62 Remove trailing whitespace for the entire source tree by Theodore Ts'o · 16 years ago
  62. 5dd77db Add support for with empty directory blocks in 64k blocksize filesystems by Theodore Ts'o · 16 years ago
  63. 0ea9109 e2fsck: fix spurious complaints about i_size caused by preallocated blocks by Theodore Ts'o · 16 years ago
  64. 3ec7be4 e2fsck: Fix max size calculation for extent files by Theodore Ts'o · 16 years ago
  65. 8da6d1a e2fsck: Fix ind/dind/tind statistics and add extent depth statistics by Theodore Ts'o · 16 years ago
  66. f4e2c99 e2fsck: Fix signed/unsigned error in fragcheck report for indirect blocks by Theodore Ts'o · 16 years ago
  67. 63b5e35 e2fsck: Fix check to see if an extent-based file is fragmented by Theodore Ts'o · 16 years ago
  68. 7c1e090 e2fsck: Fix i_size checking for large extent-based files by Eric Sandeen · 16 years ago
  69. 2acad6b Fix gcc -Wall warnings in e2fsck by Theodore Ts'o · 16 years ago
  70. d5a8f9a e2fsck: Detect unordered extents in an extent node by Theodore Ts'o · 16 years ago
  71. 16bd349 e2fsck: Wire up callback functions for _alloc_block() and _block_alloc_stats() by Theodore Ts'o · 16 years ago
  72. 11de926 e2fsck: Don't double count an extent after deleting the last extent by Theodore Ts'o · 16 years ago
  73. 73e5abc e2fsck: Don't skip an extent after deleting an invalid extent by Theodore Ts'o · 16 years ago
  74. 7a1eac2 e2fsck: Only check PR_1_EXTENT_ENDS_BEYOND for leaf nodes by Eric Sandeen · 17 years ago
  75. 1ca1059 Add support for the HUGE_FILE feature by Theodore Ts'o · 17 years ago
  76. dfc870c e2fsck: Fix extent flag validity tests in pass1 on big endian boxes. by Eric Sandeen · 17 years ago
  77. cb23cad e2fsck: Don't object to extents flags on deleted fast symlinks by Theodore Ts'o · 17 years ago
  78. 85b59c4 Fix ext2fs_extent_get for uninit leaf extents by Eric Sandeen · 17 years ago
  79. ee19c90 e2fsck: Check for fast symlinks that have EXTENTS_FL set by Theodore Ts'o · 17 years ago
  80. 7cadc57 e2fsck: Support long symlinks which use extents by Theodore Ts'o · 17 years ago
  81. a040a99 Merge branch 'maint' by Theodore Ts'o · 17 years ago
  82. 2cd1233 e2fsck: Fix directory i_size handling by Theodore Ts'o · 17 years ago
  83. 7dc0998 e2fsck: Account for index nodes in the extent tree for i_blocks by Theodore Ts'o · 17 years ago
  84. fefaef3 Improve support for in-inode EA's by Andreas Dilger · 17 years ago
  85. 15d482b e2fsck: Add support for extents by Theodore Ts'o · 17 years ago
  86. e3df15a e2fsck: factor out code to clear an inode into e2fsck_clear_inode() by Theodore Ts'o · 17 years ago
  87. d9099ee Merge branch 'cl/remove-masix' into next by Theodore Ts'o · 17 years ago
  88. 5b57d92 e2fsck: remove masix support by Coly Li · 17 years ago
  89. da938f2 check_ea_in_inode: Cleanup e2fsck_write_inode_full() call by Dmitry V. Levin · 17 years ago
  90. aef2283 Merge branch 'maint' by Theodore Ts'o · 17 years ago
  91. 9f0288d e2fsck: Allow i_size to be rounded up to the size of a VM page by Theodore Ts'o · 17 years ago
  92. 6d96b00 Add I/O statistics to e2fsck by Theodore Ts'o · 17 years ago
  93. a34c6ff e2fsck: added sanity check for xattr validation by Andreas Dilger · 17 years ago
  94. f954ba0 Fix gcc -Wall issues in e2fsck sources by Theodore Ts'o · 17 years ago
  95. 1a8c2c4 Remove check in e2fsck which requires EA's in inodes to be sorted by Kalpak Shah · 17 years ago
  96. 0eeb154 Fix e2fsck's check_is_really_dir logic by Theodore Ts'o · 18 years ago
  97. e94bc63 Improve I/O error messages in e2fsck by Theodore Ts'o · 18 years ago
  98. 34b9f79 Enable e2fsck to use the tdb library for the inode count abstraction by Theodore Ts'o · 18 years ago
  99. 86bc90f Fix potential reference (and free) to an uninitialized pointer in e2fsck by Theodore Ts'o · 18 years ago
  100. fbc3f90 e2fsck: Recover a special file which looks an awful lot like a directory by Theodore Ts'o · 18 years ago