1. 3df6014 Work around Debian Bug #712530 by Theodore Ts'o · 11 years ago
  2. d3f32c2 e2fsck: detect invalid extents at the end of an extent-block by David Jeffery · 11 years ago
  3. 6847735 e2fsck: fix gcc -Wall nits by Theodore Ts'o · 11 years ago
  4. 26991d0 e2fsck: don't use IO_FLAG_EXCLUSIVE for read-only root file systems by Theodore Ts'o · 11 years ago
  5. 10fc3a6 e2fsprogs: allow 0-length xattr values in e2fsck by Eric Sandeen · 11 years ago
  6. d3f58ef e2fsck: fix build failure with --enable-jbd-debug by Theodore Ts'o · 12 years ago
  7. a046da5 e2fsck: avoid memory corruption on ext2fs_open2 failure by Nickolai Zeldovich · 12 years ago
  8. 6dd8354 e2fsck: do not crash on long log file names by Nickolai Zeldovich · 12 years ago
  9. bf50beb e2fsck: show size requested when memory allocation fails by Eric Sandeen · 12 years ago
  10. 027b057 Fix 32-bit overflow problems: dgrp_t * s_blocks_per_group by Theodore Ts'o · 12 years ago
  11. e350773 Fix gcc -Wall nits by Theodore Ts'o · 12 years ago
  12. 00eb0ee build: quiet some "gcc -Wall" compiler warnings by Andreas Dilger · 12 years ago
  13. 1d6fd6d misc: cleanup unused variables on MacOS by Andreas Dilger · 12 years ago
  14. 29e8e74 e2fsck: make sure the extent tree is consistent after bogus node in the tree by Theodore Ts'o · 12 years ago
  15. 789bd40 e2fsck: fix incorrect interior node logical start values by Eric Sandeen · 12 years ago
  16. c7e2932 e2fsck: fix pass5 optimization for bigalloc file systems by Theodore Ts'o · 12 years ago
  17. 53e3120 e2fsck: optimize pass 5 for CPU utilization by Theodore Ts'o · 12 years ago
  18. 2ae49fd e2fsck: optimize pass1 for CPU time by Theodore Ts'o · 12 years ago
  19. dd0c9a3 e2fsck: only consult inode_dir_map if needed in pass4 by Theodore Ts'o · 12 years ago
  20. 51fb43d Fix makefiles to compile e2freefrag with profiling by Theodore Ts'o · 12 years ago
  21. ab3f5c5 Allow e2fsprogs to be built using the clang (LLVM) frontend by Theodore Ts'o · 12 years ago
  22. d45b67c e2fsck: fix potential segv when handling a read error in a superblock by Jim Keniston · 12 years ago
  23. 87e56a9 e2fsck: print the number of blocks and inodes in the verbose statistics by Theodore Ts'o · 12 years ago
  24. da0fa8f e2fsck: allow for bigger disks when printing verbose statistics by Theodore Ts'o · 12 years ago
  25. c0a8496 e2fsck: add e2fsck.conf options for extra reporting by Theodore Ts'o · 12 years ago
  26. 32d4eb2 e2fsck: fix code which uniquifies names in directory entries by Theodore Ts'o · 12 years ago
  27. 78a0d2b e2fsck: check a file system mounted read-only if forced by Theodore Ts'o · 12 years ago
  28. a85f835 Revert "e2fsck: Skip journal checks if the fs is mounted and doesn't need recovery" by Theodore Ts'o · 12 years ago
  29. 75e862e e2fsck/quota: mark FS invalid if quotas are not fixed by Aditya Kali · 12 years ago
  30. 585545e Fix spelling typo's in man pages for tune2fs and mke2fs by Theodore Ts'o · 12 years ago
  31. 2d2abcc e2fsck: rename "bool" variables by Andreas Dilger · 12 years ago
  32. c1986ec Fix blhc (Build Log Hardening Check) warnings by Theodore Ts'o · 12 years ago
  33. e9e9658 e2fsck: update global free blocks/inodes count when truncating orphan inodes by Theodore Ts'o · 12 years ago
  34. 9c40d14 e2fsck: only check for zero-length leaf extents by Theodore Ts'o · 12 years ago
  35. 63b3913 e2fsck: correctly propagate error from journal to superblock by Theodore Ts'o · 12 years ago
  36. 2ae58b6 libquota: remove unnecessary definitions by Jan Kara · 12 years ago
  37. 6d75685 e2fsck: handle an already recovered journal with a non-zero s_error field by Theodore Ts'o · 12 years ago
  38. cd5bb7c e2fsck: allow checking on mounted root fs by Andreas Dilger · 12 years ago
  39. 182acd1 libext2fs: don't inline ext2fs_open_file() and ext2fs_stat() by Andreas Dilger · 12 years ago
  40. 732e26b e2fsck: fix checks done for mounted vs. read-only by Andreas Dilger · 12 years ago
  41. 9b01faa e2fsck: fix precedence bug in built-in quota support by Theodore Ts'o · 12 years ago
  42. 3b693d0 e2fsck: fix 64-bit journal support by Theodore Ts'o · 12 years ago
  43. 2788cc8 e2fsck: quiet harmless inode/blocks errors by Andreas Dilger · 12 years ago
  44. 7943ccf e2fsck,libquota: Update quota only if its inconsistent by Aditya Kali · 12 years ago
  45. ec7686e e2fsck: Fix check for hidden quota files by Aditya Kali · 12 years ago
  46. c1732c5 e2fsck.conf.5: add buggy_init_scripts to the man page by Theodore Ts'o · 13 years ago
  47. b24efa2 Don't assume that the presence of mntent.h means that setmntent() exists by Theodore Ts'o · 13 years ago
  48. 25ff772 e2fsck: add portability fallback in case getpwuid_r is not present by Theodore Ts'o · 13 years ago
  49. e64e676 Fix gcc -Wall nitpicks by Theodore Ts'o · 13 years ago
  50. 010dc7b e2fsck: remove EXT4_EOFBLOCKS_FL flag handling by Lukas Czerner · 13 years ago
  51. 010c49c e2fsck: report ext2fs_open2() and ext2fs_check_desc() errors by Theodore Ts'o · 13 years ago
  52. 349b8a3 e2fsck: avoid unnecessary close/reopen for non-MMP filesystems by Theodore Ts'o · 13 years ago
  53. 41cec34 e2fsck: abort if ext2fs_check_desc() returns a memory failure by Theodore Ts'o · 13 years ago
  54. b0e91c8 e2fsck: add logging capability by Theodore Ts'o · 13 years ago
  55. d2594cc e2fsck: add the max_count_problems setting in e2fsck.conf by Theodore Ts'o · 13 years ago
  56. 905ac34 e2fsck: print a notice when we've started suppressing a problem code by Theodore Ts'o · 13 years ago
  57. b9a64a5 e2fsck: print the current and expected block group checksums by Theodore Ts'o · 13 years ago
  58. 0f5676f e2fsck: add support for field widths in messages using %-expansion by Theodore Ts'o · 13 years ago
  59. def8da3 e2fsck: add ability to limit the # of problems of a particular type by Theodore Ts'o · 13 years ago
  60. 26c09eb e2fsck: check for zero length extent by Theodore Ts'o · 13 years ago
  61. c15386c e2fsck: do not discard itable if discard doen't zero data by Lukas Czerner · 13 years ago
  62. f0fe5da e2fsck: do not discard when in read only mode by Lukas Czerner · 13 years ago
  63. d2c9c42 e2fsck: optimize CPU usage in check_{block,inode}_bitmaps() by Theodore Ts'o · 13 years ago
  64. deae60a e2fsck: do not forget to discard last block group by Lukas Czerner · 13 years ago
  65. 4679532 e2fsck: remove last argument from e2fsck_discard_blocks() by Lukas Czerner · 13 years ago
  66. 57581c1 e2fsck: discard only unused parts of inode table by Lukas Czerner · 13 years ago
  67. ad880a0 e2fsck: check new sysfs interface to determine if we are on battery by Theodore Ts'o · 13 years ago
  68. 40b9cc5 e2fsck: allow the block bitmap to be uninit when the inode bitmap is in use by Theodore Ts'o · 13 years ago
  69. 830b44f e2fsck: use different bitmap types as appropriate by Theodore Ts'o · 13 years ago
  70. e35ff9b e2fsck: fix pass5 bug when using two different bitmap backends by Theodore Ts'o · 13 years ago
  71. 24c9118 e2fsck: fix use of uninitialized value in the MMP code by Theodore Ts'o · 13 years ago
  72. 4e523bb e2fsck: speed up runs when using tdb for large atypical filesystems by Theodore Ts'o · 13 years ago
  73. b23f2f4 e2fsck: fix handling of duplicate blocks with bigalloc file systems by Theodore Ts'o · 13 years ago
  74. 2f7d855 libquota: remove use of PATH_MAX and replace it with QUOTA_NAME_LEN 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. 13dcce8 e2fsck: return more status if fsck aborts by Eric Sandeen · 13 years ago
  77. a86d55d libquota: cleanup libquota code by Aditya Kali · 13 years ago
  78. 0c80c44 libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flag by Theodore Ts'o · 13 years ago
  79. 3fcd8fe Fix more spelling errors found by translators and add pluralization by Theodore Ts'o · 13 years ago
  80. 5a1a785 e2fsck: fix problem message for PR_1_QUOTA_BAD_MODE by Theodore Ts'o · 13 years ago
  81. 79a4ddd e2fsck: recover revoke blocks on 64bit filesystems correctly by Darrick J. Wong · 13 years ago
  82. 84888e5 Fix spelling errors pointed out by translators by Theodore Ts'o · 13 years ago
  83. 048c0e4 e2fsck: make e2fsck sigcatcher use SIGCHLD rather than SIGCLD by Theodore Ts'o · 13 years ago
  84. 9d4507c Pass the gettext() function to libcom_err by Theodore Ts'o · 13 years ago
  85. 36e4e21 libquota: remove get_qf_name() by Theodore Ts'o · 13 years ago
  86. 1c5ffb6 e2fsck: make the signal catcher more portable, take 2 by Theodore Ts'o · 13 years ago
  87. 86db36a e2fsck: avoid unnecessary reboots in some cases when checking the root fs by Theodore Ts'o · 13 years ago
  88. 1660034 e2fsck: zero ctx->fs after freeing fs when restarting due to MMP by Darrick J. Wong · 13 years ago
  89. 8c0de61 e2fsck: simplify binary search in ea_refcount.c by Theodore Ts'o · 13 years ago
  90. 0dbb256 e2fsck: make the signal catcher more portable by Theodore Ts'o · 13 years ago
  91. 96a8afa e2fsck: check for invalid bad block inode by Theodore Ts'o · 13 years ago
  92. 0f5eba7 ext2fs: add multi-mount protection (INCOMPAT_MMP) by Andreas Dilger · 13 years ago
  93. 6b56f3d misc: quiet minor compiler errors by Andreas Dilger · 13 years ago
  94. af67c12 e2fsck.8: fix spelling mistake in man page by Theodore Ts'o · 13 years ago
  95. d1154eb Shorten compile commands run by the build system by Theodore Ts'o · 13 years ago
  96. fe65f1e e2fsprogs: Don't try to close an fd which is negative by Eric Sandeen · 13 years ago
  97. 6d4ced2 e2fsck: Fix leaks in error paths by Eric Sandeen · 13 years ago
  98. 14ed2ed e2fsck: remove extraneous memset by Eric Sandeen · 13 years ago
  99. f85a9ae e2fsck: Don't store old_op from ehandler_operation if we don't restore it. by Eric Sandeen · 13 years ago
  100. da05d14 e2fsck: handle null fs in print_pathname() by Eric Sandeen · 13 years ago