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. 38f160d e2fsck: fully and properly gettextize two error messages by Benno Schulenberg · 10 years ago
  4. 7664c75 e2fsck: if any problems are fixed in pass 0, check the whole file system by Theodore Ts'o · 10 years ago
  5. 93d0db3 e2fsck: don't use e2fsck_global_ctx in e2fsck_set_bitmap_type() by Theodore Ts'o · 11 years ago
  6. dde6333 e2fsck: always make sure e2fsck_global_ctx is set by Theodore Ts'o · 11 years ago
  7. f404167 Clean up sparse warnings by Theodore Ts'o · 11 years ago
  8. 45ff69f build: quiet LLVM non-literal string format warning by Andreas Dilger · 11 years ago
  9. f0131bd e2fsck: fix memory leaks (on error path) by Darrick J. Wong · 11 years ago
  10. 974d57d e2fsck: use errcode_t to suppress some -Wconversion warnings by Theodore Ts'o · 11 years ago
  11. 4dbfd79 e2fsprogs: fix blk_t <- blk64_t assignment mismatches by Darrick J. Wong · 11 years ago
  12. a046da5 e2fsck: avoid memory corruption on ext2fs_open2 failure by Nickolai Zeldovich · 12 years ago
  13. e350773 Fix gcc -Wall nits by Theodore Ts'o · 12 years ago
  14. 1d6fd6d misc: cleanup unused variables on MacOS by Andreas Dilger · 12 years ago
  15. 87e56a9 e2fsck: print the number of blocks and inodes in the verbose statistics by Theodore Ts'o · 12 years ago
  16. da0fa8f e2fsck: allow for bigger disks when printing verbose statistics by Theodore Ts'o · 12 years ago
  17. c0a8496 e2fsck: add e2fsck.conf options for extra reporting by Theodore Ts'o · 12 years ago
  18. 78a0d2b e2fsck: check a file system mounted read-only if forced by Theodore Ts'o · 12 years ago
  19. a85f835 Revert "e2fsck: Skip journal checks if the fs is mounted and doesn't need recovery" by Theodore Ts'o · 12 years ago
  20. cd5bb7c e2fsck: allow checking on mounted root fs by Andreas Dilger · 12 years ago
  21. 732e26b e2fsck: fix checks done for mounted vs. read-only by Andreas Dilger · 12 years ago
  22. 7943ccf e2fsck,libquota: Update quota only if its inconsistent by Aditya Kali · 12 years ago
  23. b24efa2 Don't assume that the presence of mntent.h means that setmntent() exists by Theodore Ts'o · 13 years ago
  24. e64e676 Fix gcc -Wall nitpicks by Theodore Ts'o · 13 years ago
  25. 010c49c e2fsck: report ext2fs_open2() and ext2fs_check_desc() errors by Theodore Ts'o · 13 years ago
  26. 349b8a3 e2fsck: avoid unnecessary close/reopen for non-MMP filesystems by Theodore Ts'o · 13 years ago
  27. 41cec34 e2fsck: abort if ext2fs_check_desc() returns a memory failure by Theodore Ts'o · 13 years ago
  28. b0e91c8 e2fsck: add logging capability by Theodore Ts'o · 13 years ago
  29. f0fe5da e2fsck: do not discard when in read only mode by Lukas Czerner · 13 years ago
  30. ad880a0 e2fsck: check new sysfs interface to determine if we are on battery by Theodore Ts'o · 13 years ago
  31. 830b44f e2fsck: use different bitmap types as appropriate by Theodore Ts'o · 13 years ago
  32. a86d55d libquota: cleanup libquota code by Aditya Kali · 13 years ago
  33. 3fcd8fe Fix more spelling errors found by translators and add pluralization by Theodore Ts'o · 13 years ago
  34. 9d4507c Pass the gettext() function to libcom_err by Theodore Ts'o · 13 years ago
  35. 1660034 e2fsck: zero ctx->fs after freeing fs when restarting due to MMP by Darrick J. Wong · 13 years ago
  36. 0f5eba7 ext2fs: add multi-mount protection (INCOMPAT_MMP) by Andreas Dilger · 13 years ago
  37. d1154eb Shorten compile commands run by the build system by Theodore Ts'o · 13 years ago
  38. fe65f1e e2fsprogs: Don't try to close an fd which is negative by Eric Sandeen · 13 years ago
  39. 624e4a6 e2fsck: add support for checking the built-in quota files by Aditya Kali · 13 years ago
  40. 9b3018a e2fsck: catch termination signals and print information about them by Theodore Ts'o · 13 years ago
  41. a3efe48 e2fsck: fix mysterious "FILE SYSTEM WAS MODIFIED" with no changes by Theodore Ts'o · 13 years ago
  42. 931b58e ext2fs: Handle internal journal over 2^32 bytes by Andreas Dilger · 13 years ago
  43. b18c5fd Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  44. 1760d16 e2fsck: make the "fs is mounted; continue?" prompt more paranoid by Theodore Ts'o · 13 years ago
  45. 25623fe Merge branch 'master' into next by Theodore Ts'o · 14 years ago
  46. 0358c9f Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  47. 71873b1 e2fsck: add an option which causes it to only do a journal replay by Bernd Schubert · 14 years ago
  48. b95ca92 e2fsck: Do blkid interpretation on the external journal specifier by Theodore Ts'o · 14 years ago
  49. efa1a35 e2fsck: Discard free data and inode blocks. by Lukas Czerner · 14 years ago
  50. 9d92a20 Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  51. 32f66cc e2fsck: Improve error message when device name misspelled by Jan Kara · 14 years ago
  52. db0bdb4 Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  53. 22ff06d e2fsck: Add missing ext2fs_close() call when going back to original superblock by Theodore Ts'o · 14 years ago
  54. 993988f Add superblock fields which track first and most recent fs errors by Theodore Ts'o · 14 years ago
  55. 6dc6439 e2fsck: Fix up to be 64-bit block number safe by Valerie Aurora Henson · 14 years ago
  56. 97d26ce Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  57. 2e6436d e2fsck: Don't set the group descriptor checksums if the fsck was cancelled by Theodore Ts'o · 14 years ago
  58. 177839e e2fsck: Skip time-based checks if the time looks insane or broken_system_clock by Theodore Ts'o · 14 years ago
  59. c5b23f6 Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  60. 5911964 e2fsck: Don't blow up if the physical device is too big by Theodore Ts'o · 15 years ago
  61. 751265b e2fsck: Make the "filesystem is mounted" message more scary by Theodore Ts'o · 15 years ago
  62. 298c9c2 e2fsck: Make the -n always open the file system read-only by Theodore Ts'o · 15 years ago
  63. 4efbac6 Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count() by Valerie Aurora Henson · 15 years ago
  64. 82b59ca e2fsck: Avoid scary failure messages on low-memory systems by Theodore Ts'o · 15 years ago
  65. dc615a2 Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  66. c5d2f50 e2fsck: Convert e2fsck to new bitmap interface by Valerie Aurora Henson · 15 years ago
  67. 23f75f6 e2fsck: fix miscellaneous memory leaks by Theodore Ts'o · 15 years ago
  68. 6066389 e2fsck: Go back to the original superblock if the backup sb is invalid by Theodore Ts'o · 15 years ago
  69. 9facd07 Add empty function for init_resource_track() and print_resource_track() by Ken Chen · 15 years ago
  70. 14c5af3 e2fsck: initialize error handling before journal replay by Andreas Dilger · 15 years ago
  71. 47c1b8e e2fsck: Skip journal checks if the fs is mounted and doesn't need recovery by Theodore Ts'o · 15 years ago
  72. 69d0edf e2fsck: Don't test the resize_inode if the filesystem is clean by Theodore Ts'o · 15 years ago
  73. b0258cb e2fsck: Fix warn_unused_result warnings from gcc by Theodore Ts'o · 15 years ago
  74. ce44d8c e2fsck: In verbose mode, distinguish between fragmented directories/files by Theodore Ts'o · 16 years ago
  75. 52771ab e2fsck: Fix e2fsck automatic blocksize detetion by Theodore Ts'o · 16 years ago
  76. f38cf3c Only use the test_io manager if the right environment variables are set by Theodore Ts'o · 16 years ago
  77. efc6f62 Remove trailing whitespace for the entire source tree by Theodore Ts'o · 16 years ago
  78. 864b8d4 Fix miscellaneous compile warnings by Andreas Dilger · 16 years ago
  79. 8da6d1a e2fsck: Fix ind/dind/tind statistics and add extent depth statistics by Theodore Ts'o · 16 years ago
  80. 63b5e35 e2fsck: Fix check to see if an extent-based file is fragmented by Theodore Ts'o · 16 years ago
  81. ebabf2a Define _XOPEN_SOURCE to 600 consistently for Solaris C99 support by Theodore Ts'o · 16 years ago
  82. 68eb092 e2fsck: Add better explanatory message when s_lastcheck is in the future by Theodore Ts'o · 16 years ago
  83. 2acad6b Fix gcc -Wall warnings in e2fsck by Theodore Ts'o · 16 years ago
  84. 2930dad Rename the feature uninit_groups to uninit_bg by Theodore Ts'o · 17 years ago
  85. 60dc00b Merge branch 'maint' by Theodore Ts'o · 17 years ago
  86. bb0224a e2fsck: avoid double free of ctx->filesystem_name by Matthias Koenig · 17 years ago
  87. 01c196b Fix a couple of implicit function declarations by Eric Sandeen · 17 years ago
  88. f628ace ext2fs_set_gdt_csum(): Return an error code on errors instead of void by Andreas Dilger · 17 years ago
  89. a70f10d Merge branch 'maint' by Theodore Ts'o · 17 years ago
  90. a2447f8 e2fsck: Avoid core dump when using the -N option by Theodore Ts'o · 17 years ago
  91. 1dc506c e2fsck: Include the device name in the progress information by Theodore Ts'o · 17 years ago
  92. be62523 e2fsck: Support a negative argument to -C to suppress progress information by Theodore Ts'o · 17 years ago
  93. 49a7360 Make e2fsck uninit block group aware by Jose R. Santos · 17 years ago
  94. a49670e Merge branch 'maint' by Theodore Ts'o · 17 years ago
  95. dcc91e1 Enhance e2fsck's reporting for reporting unsupported filesystem features by Theodore Ts'o · 17 years ago
  96. ef80fdc Merge branch 'maint' into next by Theodore Ts'o · 17 years ago
  97. 414025e Fix bug in e2fsck which caused it to core dump if --enable-jbd-debug is used by Theodore Ts'o · 17 years ago
  98. 2628a1d Merge branch 'maint' by Theodore Ts'o · 17 years ago
  99. 0c37f45 e2fsck: backup superblocks if key constants have changed by Theodore Ts'o · 17 years ago
  100. 0cfce7f e2fsck: update the backup superblocks if the feature bitmasks are changed by Theodore Ts'o · 17 years ago