1. 789bd40 e2fsck: fix incorrect interior node logical start values by Eric Sandeen · 12 years ago
  2. 75e862e e2fsck/quota: mark FS invalid if quotas are not fixed by Aditya Kali · 12 years ago
  3. 2d2abcc e2fsck: rename "bool" variables by Andreas Dilger · 12 years ago
  4. 2788cc8 e2fsck: quiet harmless inode/blocks errors by Andreas Dilger · 12 years ago
  5. 7943ccf e2fsck,libquota: Update quota only if its inconsistent by Aditya Kali · 12 years ago
  6. ec7686e e2fsck: Fix check for hidden quota files by Aditya Kali · 12 years ago
  7. 010dc7b e2fsck: remove EXT4_EOFBLOCKS_FL flag handling by Lukas Czerner · 12 years ago
  8. 010c49c e2fsck: report ext2fs_open2() and ext2fs_check_desc() errors by Theodore Ts'o · 12 years ago
  9. b0e91c8 e2fsck: add logging capability by Theodore Ts'o · 12 years ago
  10. d2594cc e2fsck: add the max_count_problems setting in e2fsck.conf by Theodore Ts'o · 12 years ago
  11. 905ac34 e2fsck: print a notice when we've started suppressing a problem code by Theodore Ts'o · 12 years ago
  12. b9a64a5 e2fsck: print the current and expected block group checksums by Theodore Ts'o · 12 years ago
  13. def8da3 e2fsck: add ability to limit the # of problems of a particular type by Theodore Ts'o · 12 years ago
  14. 26c09eb e2fsck: check for zero length extent by Theodore Ts'o · 13 years ago
  15. 40b9cc5 e2fsck: allow the block bitmap to be uninit when the inode bitmap is in use by Theodore Ts'o · 13 years ago
  16. 5a1a785 e2fsck: fix problem message for PR_1_QUOTA_BAD_MODE by Theodore Ts'o · 13 years ago
  17. 96a8afa e2fsck: check for invalid bad block inode by Theodore Ts'o · 13 years ago
  18. 0f5eba7 ext2fs: add multi-mount protection (INCOMPAT_MMP) by Andreas Dilger · 13 years ago
  19. 6b56f3d misc: quiet minor compiler errors by Andreas Dilger · 13 years ago
  20. d1154eb Shorten compile commands run by the build system by Theodore Ts'o · 13 years ago
  21. 624e4a6 e2fsck: add support for checking the built-in quota files by Aditya Kali · 13 years ago
  22. a3efe48 e2fsck: fix mysterious "FILE SYSTEM WAS MODIFIED" with no changes by Theodore Ts'o · 13 years ago
  23. 44fe08f e2fsck: add basic bigalloc support to check (but not yet repair) file systems by Theodore Ts'o · 13 years ago
  24. 7599038 e2fsck: Add the ability to force a problem to not be fixed by Theodore Ts'o · 14 years ago
  25. 177839e e2fsck: Skip time-based checks if the time looks insane or broken_system_clock by Theodore Ts'o · 14 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. c706743 e2fsck: Add new e2fsck.conf option: broken_system_clock by Theodore Ts'o · 15 years ago
  29. ba5131f e2fsck: Accept superblock times to be fudged by up to 24 hours by default by Theodore Ts'o · 15 years ago
  30. 695706c e2fsck: Interpret negative blkcount in file system problem reports by Theodore Ts'o · 15 years ago
  31. 6013915 e2fsck: Add a global latch question for bad group descriptor checksums by Theodore Ts'o · 15 years ago
  32. fe26a55 e2fsck: Fix and enhance superblock dates in future problem reports by Theodore Ts'o · 15 years ago
  33. 26ea489 e2fsck: Fix superblock times in the future even if buggy_init_scripts=1 by Theodore Ts'o · 15 years ago
  34. b6bb99f e2fsck: if i_file_acl_hi is non-zero, fix it and don't abort e2fsck -p by Theodore Ts'o · 15 years ago
  35. ae33f57 e2fsck: cleanup whitespace in problem.c and problem.h by Andreas Dilger · 15 years ago
  36. 7494cbf e2fsck: Add test code in problem.c to verify problem codes by Andreas Dilger · 15 years ago
  37. 911ec62 e2fsck: On a 32-bit filesystem, make sure i_file_acl_high is zero by Theodore Ts'o · 15 years ago
  38. cf9fbcc e2fsck: Add missing newlines when reporting errors in pass 3A by Theodore Ts'o · 16 years ago
  39. 206d2ad e2fsck: Change PR_3_CREATE_LPF_ERROR to be a non-fatal problem by Theodore Ts'o · 16 years ago
  40. dd04d05 e2fsck: Remove "ext3" from problem descriptions of the journal by Theodore Ts'o · 16 years ago
  41. 7518c17 e2fsck: Fix an unhandled corruption case in scan_extent_node() by Theodore Ts'o · 16 years ago
  42. 80875db e2fsck: Offer to clear the test_fs flag if ext4 is available by Theodore Ts'o · 16 years ago
  43. 4758835 e2fsck: Print the correct inode number for uninit-bg related problem reports by Theodore Ts'o · 16 years ago
  44. 4efd17c e2fsck: Don't print the PO header when printing problems with PROMPT_NULL by Theodore Ts'o · 16 years ago
  45. 5dd77db Add support for with empty directory blocks in 64k blocksize filesystems by Theodore Ts'o · 16 years ago
  46. e5e12db fix e2fsck error message for bad htree depth by Andreas Dilger · 16 years ago
  47. ba7b0fe e2fsck: Change comments in problem array to match what is printed by Andreas Dilger · 16 years ago
  48. 185c4ae e2fsck: Add support to check journal checksums by Theodore Ts'o · 16 years ago
  49. d5a8f9a e2fsck: Detect unordered extents in an extent node by Theodore Ts'o · 16 years ago
  50. db0691b Fix trailing whitespace in e2fsck/problem.[ch] by Theodore Ts'o · 16 years ago
  51. 0d5439c e2fsck: Add check to enforce a valid block bitmap in last block group by Andreas Dilger · 16 years ago
  52. 49a7360 Make e2fsck uninit block group aware by Jose R. Santos · 17 years ago
  53. ee19c90 e2fsck: Check for fast symlinks that have EXTENTS_FL set by Theodore Ts'o · 16 years ago
  54. a040a99 Merge branch 'maint' by Theodore Ts'o · 16 years ago
  55. 2a60480 e2fsck: Use "Clear Htree" instead of "Clear" when the Htree is corrupt by Theodore Ts'o · 16 years ago
  56. d45edec e2fsck: Handle a pass 2 "should never happen" error gracefully by Theodore Ts'o · 17 years ago
  57. fefaef3 Improve support for in-inode EA's by Andreas Dilger · 17 years ago
  58. 15d482b e2fsck: Add support for extents by Theodore Ts'o · 17 years ago
  59. d006b8c e2fsck: Don't mark the filesystem invalid because of time errors by Theodore Ts'o · 17 years ago
  60. 1a191d6 e2fsck: Detect recursive loops in @-expansions by Theodore Ts'o · 17 years ago
  61. 5107d0d Recreate journal that had been removed previously due to corruption by Kalpak Shah · 17 years ago
  62. fbc3f90 e2fsck: Recover a special file which looks an awful lot like a directory by Theodore Ts'o · 17 years ago
  63. f77704e Add directory hashed signed/unsigned hint to superblock by Theodore Ts'o · 18 years ago
  64. 5d17119 On-disk format definition for huge files by Theodore Ts'o · 18 years ago
  65. b1c52b2 Enhance e2fsck so it can fix external journal hint in the superblock by Theodore Ts'o · 19 years ago
  66. 8fd98bb Add e2fsck problem handling to be configurable by Theodore Ts'o · 19 years ago
  67. 311df05 Automatically fix superblock times in the future by Theodore Ts'o · 19 years ago
  68. 8dceb92 E2fsck: fix future times in the superblock's last mount or last write fields by Theodore Ts'o · 19 years ago
  69. 49809dd Make e2fsck Pass 1C header consistent with the other headers by Theodore Ts'o · 19 years ago
  70. 7ae1983 Clean up e2fsck problem description messages for typo's and to make them by Theodore Ts'o · 19 years ago
  71. cebe48a Integrate code from Alex Thomas at Clusterfs to check extended attributes by Theodore Ts'o · 19 years ago
  72. 33db8f8 Remove support for --enable-clear-htree; this was by Theodore Ts'o · 20 years ago
  73. c3ffaf8 Add support to detect corrupted resize_inode's to e2fsck. by Theodore Ts'o · 20 years ago
  74. e75cfc5 Fix e2fsck so that it will clean up filesystesm that have the by Theodore Ts'o · 20 years ago
  75. 151786f Fix up preen mode messages during pass 1B/C/D. by Theodore Ts'o · 21 years ago
  76. 489f002 problem.c (fix_problem): Don't call print_e2fsck_message if the by Theodore Ts'o · 21 years ago
  77. 5443492 Fix gcc -Wall nitpicks by Theodore Ts'o · 21 years ago
  78. 000ba40 pass1.c (e2fsck_pass1), problem.h (PR_1_BB_FS_BLOCK), by Theodore Ts'o · 21 years ago
  79. a435ec3 Add support for backing up the journal inode location in the by Theodore Ts'o · 21 years ago
  80. d3128cc Fix spelling error in e2fsck problem reporting. by Theodore Ts'o · 21 years ago
  81. ddc32a0 Add Czech translation. by Theodore Ts'o · 21 years ago
  82. 0926668 e2fsck/pass2.c (check_dir_block): Check for duplicate filenames within by Theodore Ts'o · 21 years ago
  83. b0700a1 Change e2fsck to detect and offer to delete or rename duplicate by Theodore Ts'o · 22 years ago
  84. 68ef5e1 Fix typo (errant extra character). by Theodore Ts'o · 22 years ago
  85. 54779c6 Update to deal with the fact that the INDEX_FL code in the ext2 2.4 by Theodore Ts'o · 22 years ago
  86. ad4fa46 Avoid counting directory entries during a directory salvage. by Theodore Ts'o · 22 years ago
  87. ea1959f Fix a bug which caused e2fsck to fail to correctly check filesystems by Theodore Ts'o · 22 years ago
  88. a3da9d1 problem.c: Fix PR_1_RELOC_BLOCK_ALLOCATE message to explain that by Theodore Ts'o · 22 years ago
  89. 0684a4f Overhaul extended attribute handling. Should now be correct with by Theodore Ts'o · 22 years ago
  90. 850d05e Add e2fsck -D option which optimizes/compresses directories. by Theodore Ts'o · 22 years ago
  91. b7a0056 Add support to e2fsck to reindex directories to use hash trees. by Theodore Ts'o · 22 years ago
  92. 503f9e7 Add support for the half-MD4 HTREE hash. by Theodore Ts'o · 22 years ago
  93. 8fdc998 Add initial support for htree directories. by Theodore Ts'o · 22 years ago
  94. da30704 Check for inodes which are too big (either too many blocks, or by Theodore Ts'o · 22 years ago
  95. bcf9c5d Fix up Andreas' changeset. Avoid use of dynamic automatic arrays, by Theodore Ts'o · 22 years ago
  96. b94a052 Add more complete tests for symlinks: nul termination of long links and length by Andreas Dilger · 22 years ago
  97. f122632 E2fsck now prints ranges in pass 5 when printing deltas in by Theodore Ts'o · 23 years ago
  98. 6a50c5e Use ctx->filesystem_name if the ctx->device_name is NULL in e2fsck. by Theodore Ts'o · 23 years ago
  99. d37066a Give the opportunity for e2fsck to run the journal even if by Theodore Ts'o · 23 years ago
  100. 62e3e7f journal.c (clear_v2_journal_fields, e2fsck_journal_load): If the by Theodore Ts'o · 23 years ago