1. c706743 e2fsck: Add new e2fsck.conf option: broken_system_clock by Theodore Ts'o · 15 years ago
  2. 8a2cbe2 e2fsck: Try to update on-disk bitmap in e2fsck_get_alloc_block() callback by Theodore Ts'o · 15 years ago
  3. f4e1450 e2fsck: Don't rehash directories which can fit in a single directory block by Theodore Ts'o · 15 years ago
  4. 3a6be7b e2fsck: Fix block allocation for holes in extent-mapped directories by Theodore Ts'o · 15 years ago
  5. 4607ef7 e2fsck: detect holes in extent-mapped directories by Theodore Ts'o · 15 years ago
  6. a49249d e2fsck: Move check to add an index to a directory after fixing i_size by Theodore Ts'o · 15 years ago
  7. 4dbe79b e2fsck: Fix directory with holes even when i_size is wrong by Theodore Ts'o · 15 years ago
  8. b71e018 e2fsck: Fix duplicate directory entries for non-indexed directories by Theodore Ts'o · 15 years ago
  9. ba5131f e2fsck: Accept superblock times to be fudged by up to 24 hours by default by Theodore Ts'o · 15 years ago
  10. 8a8f365 e2fsck: Fix handling of non-zero i_blocks_high field by Theodore Ts'o · 15 years ago
  11. 695706c e2fsck: Interpret negative blkcount in file system problem reports by Theodore Ts'o · 15 years ago
  12. e1f0850 Don't use in-tree header files if using system uuid or blkid libraries by Theodore Ts'o · 15 years ago
  13. 61a9d2b e2fsck: Use the correct problem code in the case of LAST_WRITE_FUDGED by Theodore Ts'o · 15 years ago
  14. 82b59ca e2fsck: Avoid scary failure messages on low-memory systems by Theodore Ts'o · 15 years ago
  15. 6013915 e2fsck: Add a global latch question for bad group descriptor checksums by Theodore Ts'o · 15 years ago
  16. 9a7fe4b e2fsck: Only ask to relocate a block group's inode table once by Theodore Ts'o · 15 years ago
  17. 617446e e2fsck: Teach new_table_block() to allocate new itables/bitmaps with FLEX_BG by Theodore Ts'o · 15 years ago
  18. fe26a55 e2fsck: Fix and enhance superblock dates in future problem reports by Theodore Ts'o · 15 years ago
  19. 26ea489 e2fsck: Fix superblock times in the future even if buggy_init_scripts=1 by Theodore Ts'o · 15 years ago
  20. e31b327 e2fsck: remove unused variable in check_block_bitmap() by Kazuya Mio · 15 years ago
  21. 01ec126 e2fsck: optimize loop counter when fixing bitmap padding by Kazuya Mio · 15 years ago
  22. f27aea2 e2fsck: remove unnecessary continue statement by Kazuya Mio · 15 years ago
  23. c13351f Add support for configure --enable-verbose-makecmds by Theodore Ts'o · 15 years ago
  24. a6a1c08 Fix Makefile dependencies for libcom_err by Theodore Ts'o · 15 years ago
  25. 8a48035 Fix encoding for rec_len in directories for >= 64k blocksize file systems by Theodore Ts'o · 15 years ago
  26. 23f75f6 e2fsck: fix miscellaneous memory leaks by Theodore Ts'o · 15 years ago
  27. 4f85854 Update man pages to include ext4 in the synposis, instead of just "ext2/ext3" by Theodore Ts'o · 15 years ago
  28. 6066389 e2fsck: Go back to the original superblock if the backup sb is invalid by Theodore Ts'o · 15 years ago
  29. 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
  30. 84b239a libext2fs: add ext2fs_extent_open2 by number9652 · 15 years ago
  31. 9facd07 Add empty function for init_resource_track() and print_resource_track() by Ken Chen · 15 years ago
  32. fea390e e2fsck: add resource tracking for passes 1[b-d] by Ken Chen · 15 years ago
  33. 70eabde e2fsck: use unsigned values for memory tracking stats by Andreas Dilger · 15 years ago
  34. 6267ee4 e2fsck: only restart e2fsck once for inodes in uninit range by Andreas Dilger · 15 years ago
  35. 27a407d e2fsck: Fix journal replay bug which reverts changes to the bg descriptors by Theodore Ts'o · 15 years ago
  36. 14c5af3 e2fsck: initialize error handling before journal replay by Andreas Dilger · 15 years ago
  37. 0a68b18 e2fsck: Don't crash if an inode with a bad extent header is not cleared by Theodore Ts'o · 15 years ago
  38. ae33f57 e2fsck: cleanup whitespace in problem.c and problem.h by Andreas Dilger · 15 years ago
  39. 7494cbf e2fsck: Add test code in problem.c to verify problem codes by Andreas Dilger · 15 years ago
  40. 47c1b8e e2fsck: Skip journal checks if the fs is mounted and doesn't need recovery by Theodore Ts'o · 15 years ago
  41. 911ec62 e2fsck: On a 32-bit filesystem, make sure i_file_acl_high is zero by Theodore Ts'o · 15 years ago
  42. 982dd30 e2fsck: Reduce unnecessary I/O when checking backup superblock by Theodore Ts'o · 15 years ago
  43. 69d0edf e2fsck: Don't test the resize_inode if the filesystem is clean by Theodore Ts'o · 15 years ago
  44. b0258cb e2fsck: Fix warn_unused_result warnings from gcc by Theodore Ts'o · 15 years ago
  45. 611378f e2fsck: print unsigned RAM usage statistics by Andreas Dilger · 16 years ago
  46. d9ff474 e2fsck: ignore differing NEEDS_RECOVERY flag on backup sbs by Eric Sandeen · 16 years ago
  47. 45e338f remove useless if-before-free tests by Jim Meyering · 15 years ago
  48. f2fe5da e2fsprogs: fix potential null ptr defef in check_for_modules() by Eric Sandeen · 15 years ago
  49. cf9fbcc e2fsck: Add missing newlines when reporting errors in pass 3A by Theodore Ts'o · 16 years ago
  50. 206d2ad e2fsck: Change PR_3_CREATE_LPF_ERROR to be a non-fatal problem by Theodore Ts'o · 16 years ago
  51. 1f790a7 e2fsck: Add superblock check to make sure s_first_ino is valid by Theodore Ts'o · 16 years ago
  52. e35d548 e2fsck: Fix journal replay for block sizes greater than 8k by Theodore Ts'o · 16 years ago
  53. dd04d05 e2fsck: Remove "ext3" from problem descriptions of the journal by Theodore Ts'o · 16 years ago
  54. 7518c17 e2fsck: Fix an unhandled corruption case in scan_extent_node() by Theodore Ts'o · 16 years ago
  55. 7dca4c8 e2fsck: When repacking directories, leave slack space for more efficiency 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. 42e89ce e2fsck: Don't cancel the fsck run after clearing an errant INODE_UNINIT flag by Theodore Ts'o · 16 years ago
  60. 03fa6f8 Fix various signed/unsigned gcc warnings by Theodore Ts'o · 16 years ago
  61. 992a2f7 e2fsck: Fix build of e2fsck.profiled if profiling is enabled by Theodore Ts'o · 16 years ago
  62. 80875db e2fsck: Offer to clear the test_fs flag if ext4 is available by Theodore Ts'o · 16 years ago
  63. 4758835 e2fsck: Print the correct inode number for uninit-bg related problem reports by Theodore Ts'o · 16 years ago
  64. 79cc336 e2fsck: exit from preenhalt if IO errors were encountered by Eric Sandeen · 16 years ago
  65. 0f589a4 Fix spelling mistake in e2fsck man page by Theodore Ts'o · 16 years ago
  66. 0eeec8a Fix compiling under diet libc by Theodore Ts'o · 16 years ago
  67. 52771ab e2fsck: Fix e2fsck automatic blocksize detetion by Theodore Ts'o · 16 years ago
  68. 4efd17c e2fsck: Don't print the PO header when printing problems with PROMPT_NULL by Theodore Ts'o · 16 years ago
  69. 55da987 Improve ELF shared library handling by Theodore Ts'o · 16 years ago
  70. f38cf3c Only use the test_io manager if the right environment variables are set by Theodore Ts'o · 16 years ago
  71. efc6f62 Remove trailing whitespace for the entire source tree by Theodore Ts'o · 16 years ago
  72. 5dd77db Add support for with empty directory blocks in 64k blocksize filesystems by Theodore Ts'o · 16 years ago
  73. e5e12db fix e2fsck error message for bad htree depth by Andreas Dilger · 16 years ago
  74. ba7b0fe e2fsck: Change comments in problem array to match what is printed by Andreas Dilger · 16 years ago
  75. 864b8d4 Fix miscellaneous compile warnings by Andreas Dilger · 16 years ago
  76. 1bb6f6c e2fsck_write_bitmaps() optimization by Andreas Dilger · 16 years ago
  77. 094c2d4 e2fsck: Portability fix: Use WORDS_BIGENDIAN instead of __LITTLE_ENDIAN by Theodore Ts'o · 16 years ago
  78. 0ea9109 e2fsck: fix spurious complaints about i_size caused by preallocated blocks by Theodore Ts'o · 16 years ago
  79. 3ec7be4 e2fsck: Fix max size calculation for extent files by Theodore Ts'o · 16 years ago
  80. 8da6d1a e2fsck: Fix ind/dind/tind statistics and add extent depth statistics by Theodore Ts'o · 16 years ago
  81. f4e2c99 e2fsck: Fix signed/unsigned error in fragcheck report for indirect blocks by Theodore Ts'o · 16 years ago
  82. 63b5e35 e2fsck: Fix check to see if an extent-based file is fragmented by Theodore Ts'o · 16 years ago
  83. 3467f2d Fix cross compilation issues in e2fsck/gen_crc32table by Theodore Ts'o · 16 years ago
  84. ceebf84 e2fsck: Set LD_LIBRARY_PATH before running "make check" programs by Theodore Ts'o · 16 years ago
  85. ebabf2a Define _XOPEN_SOURCE to 600 consistently for Solaris C99 support by Theodore Ts'o · 16 years ago
  86. 387df00 Only use __builtin_expect if __GNUC__ > 3 by Theodore Ts'o · 16 years ago
  87. 1911bf1 e2fsck: Change kmem_cache_t to lkmem_cache_t for Solaris by Theodore Ts'o · 16 years ago
  88. 7c1e090 e2fsck: Fix i_size checking for large extent-based files by Eric Sandeen · 16 years ago
  89. 6f2ca69 Fix "make check" in e2fsck subdirectory to use the in-tree com_err library by Theodore Ts'o · 16 years ago
  90. 9329866 Add a reference to e2fsck.conf(5) to the e2fsck man page by Theodore Ts'o · 16 years ago
  91. 68eb092 e2fsck: Add better explanatory message when s_lastcheck is in the future by Theodore Ts'o · 16 years ago
  92. 2acad6b Fix gcc -Wall warnings in e2fsck by Theodore Ts'o · 16 years ago
  93. 185c4ae e2fsck: Add support to check journal checksums by Theodore Ts'o · 16 years ago
  94. 51d12ce Add CRC32 (big-endian) routine for use by journal checksums by Theodore Ts'o · 16 years ago
  95. d5a8f9a e2fsck: Detect unordered extents in an extent node by Theodore Ts'o · 16 years ago
  96. 16bd349 e2fsck: Wire up callback functions for _alloc_block() and _block_alloc_stats() by Theodore Ts'o · 16 years ago
  97. 11de926 e2fsck: Don't double count an extent after deleting the last extent by Theodore Ts'o · 16 years ago
  98. 73e5abc e2fsck: Don't skip an extent after deleting an invalid extent by Theodore Ts'o · 16 years ago
  99. c0af709 Merge branch 'maint' by Theodore Ts'o · 16 years ago
  100. e5ea6b1 e2fsck: Fix potential data corruptor bug in journal recovery by Theodore Ts'o · 16 years ago