1. 0d19ccb e2fsck: reopen the file system with saved flags after a journal replay by Theodore Ts'o · 10 years ago
  2. 47fee2e e2fsprogs: introduce ext2fs_close_free() helper by Lukas Czerner · 10 years ago
  3. 87aca2a e2fsck: fix last mount time and last write time in preen mode by Jan Kara · 10 years ago
  4. 2f8d025 e2fsprogs: remove checker infrastructure by Eric Sandeen · 10 years ago
  5. a0edefe e2fsck: sort the abbreviations better by Benno Schulenberg · 10 years ago
  6. 33d43ae e2fsck: make two comments match the messages by Benno Schulenberg · 10 years ago
  7. 1301def e2fsck: make a prompt message simpler and thus translatable by Benno Schulenberg · 10 years ago
  8. 38f160d e2fsck: fully and properly gettextize two error messages by Benno Schulenberg · 10 years ago
  9. 5c15bf5 e2fsck: fix Makefile dependency for quota.o by Theodore Ts'o · 10 years ago
  10. d37178b quota: integrate mkquota.h into quotaio.h by Theodore Ts'o · 10 years ago
  11. 7664c75 e2fsck: if any problems are fixed in pass 0, check the whole file system by Theodore Ts'o · 10 years ago
  12. 6f6f567 e2fsck: skip low dtime check if the number of inodes > s_mkfs_time by Theodore Ts'o · 10 years ago
  13. 93d0db3 e2fsck: don't use e2fsck_global_ctx in e2fsck_set_bitmap_type() by Theodore Ts'o · 10 years ago
  14. dde6333 e2fsck: always make sure e2fsck_global_ctx is set by Theodore Ts'o · 10 years ago
  15. c22f328 e2fsck: don't add a UUID on a mounted filesystem with csums by Michael Marineau · 11 years ago
  16. fedfb27 Add coverage testing using gcov by Theodore Ts'o · 10 years ago
  17. 4d46e6c build: fix LLVM compiler warnings by Andreas Dilger · 10 years ago
  18. a9d7fc6 e2fsck, mke2fs: enable octal integers in the profile/config file by Theodore Ts'o · 11 years ago
  19. a48da27 e2fsck: remove uninit block bitmap calculation by Darrick J. Wong · 11 years ago
  20. 253a965 Save and restore umask around calls to mkstemp() by Theodore Ts'o · 11 years ago
  21. 5a1d25a Fix up workarounds for dietlibc breakage by Theodore Ts'o · 11 years ago
  22. 2c98ce4 e2fsck: fix memory leak on error path in read_bad_blocks_files() by Theodore Ts'o · 11 years ago
  23. 125f76e e2fsck: release allocated memory on error or abort in e2fsck_pass1() by Theodore Ts'o · 11 years ago
  24. 340493b e2fsck: add error checking when moving the quota inode by Theodore Ts'o · 11 years ago
  25. 6c59a66 configure: fix --with-diet-libc by Theodore Ts'o · 11 years ago
  26. 603fc2c e2fsck: fix possible double free when searching for config file by Theodore Ts'o · 11 years ago
  27. 4f06566 e2fsck.conf: clarify man page's description of accept_time_fudge by Theodore Ts'o · 11 years ago
  28. c32409a e2fsck: improve the "superblock corrupt" message by Theodore Ts'o · 11 years ago
  29. a8263ca e2fsck: fix printf conversion specs in ea_refcount.c by Eric Whitney · 11 years ago
  30. 2bc3041 debugfs, e2fsck: fix s_desc_size handling by Andreas Dilger · 11 years ago
  31. 11d1116 e2fsck: verify s_desc_size is power-of-two value by Andreas Dilger · 11 years ago
  32. e9a8c0c e2fsck: read only parameter incorrectly compared by Johan Erlandsson · 11 years ago
  33. f404167 Clean up sparse warnings by Theodore Ts'o · 11 years ago
  34. 0047255 e2fsck: try implied cluster allocation when expanding a dir by Darrick J. Wong · 11 years ago
  35. 69beadc e2fsck: print cluster ranges when encountering bitmap errors by Darrick J. Wong · 11 years ago
  36. 5797cb0 e2fsck: only release clusters when shortening a directory during a rehash by Darrick J. Wong · 11 years ago
  37. 45ff69f build: quiet LLVM non-literal string format warning by Andreas Dilger · 11 years ago
  38. 4b58df1 e2fsck: in rehash, mark newly allocated extent blocks as found by Darrick J. Wong · 11 years ago
  39. f0131bd e2fsck: fix memory leaks (on error path) by Darrick J. Wong · 11 years ago
  40. 3b6c093 libext2fs: fix tests that set LARGE_FILE by Darrick J. Wong · 11 years ago
  41. 487c9e3 e2fsck: fix problem comments to match actual message by Andreas Dilger · 11 years ago
  42. 2fe2d40 mmp: fix 64-bit handling of s_mmp_block by Andreas Dilger · 11 years ago
  43. 3971bfe e2fsck: use dgrp_t for block group numbers by Theodore Ts'o · 11 years ago
  44. 130e961 e2fsck: add support for 64-bit extended attribute block refcounting by Theodore Ts'o · 11 years ago
  45. 27dc24d e2fsck: fix j_maxlen if the file system is exactly 1 << 32 blocks by Theodore Ts'o · 11 years ago
  46. b849f71 e2fsck: use blk_t instead of blk64_t in check_resize_inode() by Theodore Ts'o · 11 years ago
  47. 974d57d e2fsck: use errcode_t to suppress some -Wconversion warnings by Theodore Ts'o · 11 years ago
  48. 3c7c6d7 e2fsck: use problem_t to suppress some -Wconversion warnings by Theodore Ts'o · 11 years ago
  49. 7bef6d5 e2fsck: use ext2fs_write_dir_block3() instead of ext2fs_write_dir_block() by Kit Westneat · 11 years ago
  50. 832cb61 e2fsprogs: add (optional) sparse checking to the build by Darrick J. Wong · 11 years ago
  51. 27b2297 e2fsck: enable extents on all 64bit filesystems by Darrick J. Wong · 11 years ago
  52. 4dbfd79 e2fsprogs: fix blk_t <- blk64_t assignment mismatches by Darrick J. Wong · 11 years ago
  53. 085757f e2fsck: don't report uninit extents past EOF invalid by Eric Whitney · 11 years ago
  54. 7ff040f e2fsck: don't try to stop mmp if there is no superblock set up by Eric Sandeen · 11 years ago
  55. c8ec2ba e2fsck: correctly deallocate invalid extent-mapped symlinks by Theodore Ts'o · 11 years ago
  56. dd50ef8 e2fsck: check extent-mapped directories with really large logical blocks by Theodore Ts'o · 11 years ago
  57. 3df6014 Work around Debian Bug #712530 by Theodore Ts'o · 11 years ago
  58. d3f32c2 e2fsck: detect invalid extents at the end of an extent-block by David Jeffery · 11 years ago
  59. 6847735 e2fsck: fix gcc -Wall nits by Theodore Ts'o · 11 years ago
  60. 26991d0 e2fsck: don't use IO_FLAG_EXCLUSIVE for read-only root file systems by Theodore Ts'o · 11 years ago
  61. 10fc3a6 e2fsprogs: allow 0-length xattr values in e2fsck by Eric Sandeen · 11 years ago
  62. d3f58ef e2fsck: fix build failure with --enable-jbd-debug by Theodore Ts'o · 11 years ago
  63. a046da5 e2fsck: avoid memory corruption on ext2fs_open2 failure by Nickolai Zeldovich · 12 years ago
  64. 6dd8354 e2fsck: do not crash on long log file names by Nickolai Zeldovich · 12 years ago
  65. bf50beb e2fsck: show size requested when memory allocation fails by Eric Sandeen · 12 years ago
  66. 027b057 Fix 32-bit overflow problems: dgrp_t * s_blocks_per_group by Theodore Ts'o · 12 years ago
  67. e350773 Fix gcc -Wall nits by Theodore Ts'o · 12 years ago
  68. 00eb0ee build: quiet some "gcc -Wall" compiler warnings by Andreas Dilger · 12 years ago
  69. 1d6fd6d misc: cleanup unused variables on MacOS by Andreas Dilger · 12 years ago
  70. 29e8e74 e2fsck: make sure the extent tree is consistent after bogus node in the tree by Theodore Ts'o · 12 years ago
  71. 789bd40 e2fsck: fix incorrect interior node logical start values by Eric Sandeen · 12 years ago
  72. c7e2932 e2fsck: fix pass5 optimization for bigalloc file systems by Theodore Ts'o · 12 years ago
  73. 53e3120 e2fsck: optimize pass 5 for CPU utilization by Theodore Ts'o · 12 years ago
  74. 2ae49fd e2fsck: optimize pass1 for CPU time by Theodore Ts'o · 12 years ago
  75. dd0c9a3 e2fsck: only consult inode_dir_map if needed in pass4 by Theodore Ts'o · 12 years ago
  76. 51fb43d Fix makefiles to compile e2freefrag with profiling by Theodore Ts'o · 12 years ago
  77. ab3f5c5 Allow e2fsprogs to be built using the clang (LLVM) frontend by Theodore Ts'o · 12 years ago
  78. d45b67c e2fsck: fix potential segv when handling a read error in a superblock by Jim Keniston · 12 years ago
  79. 87e56a9 e2fsck: print the number of blocks and inodes in the verbose statistics by Theodore Ts'o · 12 years ago
  80. da0fa8f e2fsck: allow for bigger disks when printing verbose statistics by Theodore Ts'o · 12 years ago
  81. c0a8496 e2fsck: add e2fsck.conf options for extra reporting by Theodore Ts'o · 12 years ago
  82. 32d4eb2 e2fsck: fix code which uniquifies names in directory entries by Theodore Ts'o · 12 years ago
  83. 78a0d2b e2fsck: check a file system mounted read-only if forced by Theodore Ts'o · 12 years ago
  84. a85f835 Revert "e2fsck: Skip journal checks if the fs is mounted and doesn't need recovery" by Theodore Ts'o · 12 years ago
  85. 75e862e e2fsck/quota: mark FS invalid if quotas are not fixed by Aditya Kali · 12 years ago
  86. 585545e Fix spelling typo's in man pages for tune2fs and mke2fs by Theodore Ts'o · 12 years ago
  87. 2d2abcc e2fsck: rename "bool" variables by Andreas Dilger · 12 years ago
  88. c1986ec Fix blhc (Build Log Hardening Check) warnings by Theodore Ts'o · 12 years ago
  89. e9e9658 e2fsck: update global free blocks/inodes count when truncating orphan inodes by Theodore Ts'o · 12 years ago
  90. 9c40d14 e2fsck: only check for zero-length leaf extents by Theodore Ts'o · 12 years ago
  91. 63b3913 e2fsck: correctly propagate error from journal to superblock by Theodore Ts'o · 12 years ago
  92. 2ae58b6 libquota: remove unnecessary definitions by Jan Kara · 12 years ago
  93. 6d75685 e2fsck: handle an already recovered journal with a non-zero s_error field by Theodore Ts'o · 12 years ago
  94. cd5bb7c e2fsck: allow checking on mounted root fs by Andreas Dilger · 12 years ago
  95. 182acd1 libext2fs: don't inline ext2fs_open_file() and ext2fs_stat() by Andreas Dilger · 12 years ago
  96. 732e26b e2fsck: fix checks done for mounted vs. read-only by Andreas Dilger · 12 years ago
  97. 9b01faa e2fsck: fix precedence bug in built-in quota support by Theodore Ts'o · 12 years ago
  98. 3b693d0 e2fsck: fix 64-bit journal support by Theodore Ts'o · 12 years ago
  99. 2788cc8 e2fsck: quiet harmless inode/blocks errors by Andreas Dilger · 12 years ago
  100. 7943ccf e2fsck,libquota: Update quota only if its inconsistent by Aditya Kali · 12 years ago