1. fe65f1e e2fsprogs: Don't try to close an fd which is negative by Eric Sandeen · 13 years ago
  2. 624e4a6 e2fsck: add support for checking the built-in quota files by Aditya Kali · 13 years ago
  3. 9b3018a e2fsck: catch termination signals and print information about them by Theodore Ts'o · 13 years ago
  4. a3efe48 e2fsck: fix mysterious "FILE SYSTEM WAS MODIFIED" with no changes by Theodore Ts'o · 13 years ago
  5. 931b58e ext2fs: Handle internal journal over 2^32 bytes by Andreas Dilger · 13 years ago
  6. b18c5fd Merge branch 'maint' into next by Theodore Ts'o · 13 years ago
  7. 1760d16 e2fsck: make the "fs is mounted; continue?" prompt more paranoid by Theodore Ts'o · 13 years ago
  8. 25623fe Merge branch 'master' into next by Theodore Ts'o · 14 years ago
  9. 0358c9f Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  10. 71873b1 e2fsck: add an option which causes it to only do a journal replay by Bernd Schubert · 14 years ago
  11. b95ca92 e2fsck: Do blkid interpretation on the external journal specifier by Theodore Ts'o · 14 years ago
  12. efa1a35 e2fsck: Discard free data and inode blocks. by Lukas Czerner · 14 years ago
  13. 9d92a20 Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  14. 32f66cc e2fsck: Improve error message when device name misspelled by Jan Kara · 14 years ago
  15. db0bdb4 Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  16. 22ff06d e2fsck: Add missing ext2fs_close() call when going back to original superblock by Theodore Ts'o · 14 years ago
  17. 993988f Add superblock fields which track first and most recent fs errors by Theodore Ts'o · 14 years ago
  18. 6dc6439 e2fsck: Fix up to be 64-bit block number safe by Valerie Aurora Henson · 14 years ago
  19. 97d26ce Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  20. 2e6436d e2fsck: Don't set the group descriptor checksums if the fsck was cancelled by Theodore Ts'o · 14 years ago
  21. 177839e e2fsck: Skip time-based checks if the time looks insane or broken_system_clock by Theodore Ts'o · 14 years ago
  22. c5b23f6 Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  23. 5911964 e2fsck: Don't blow up if the physical device is too big by Theodore Ts'o · 15 years ago
  24. 751265b e2fsck: Make the "filesystem is mounted" message more scary by Theodore Ts'o · 15 years ago
  25. 298c9c2 e2fsck: Make the -n always open the file system read-only by Theodore Ts'o · 15 years ago
  26. 4efbac6 Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count() by Valerie Aurora Henson · 15 years ago
  27. 82b59ca e2fsck: Avoid scary failure messages on low-memory systems by Theodore Ts'o · 15 years ago
  28. dc615a2 Merge branch 'maint' into next by Theodore Ts'o · 15 years ago
  29. c5d2f50 e2fsck: Convert e2fsck to new bitmap interface by Valerie Aurora Henson · 15 years ago
  30. 23f75f6 e2fsck: fix miscellaneous memory leaks by Theodore Ts'o · 15 years ago
  31. 6066389 e2fsck: Go back to the original superblock if the backup sb is invalid by Theodore Ts'o · 15 years ago
  32. 9facd07 Add empty function for init_resource_track() and print_resource_track() by Ken Chen · 15 years ago
  33. 14c5af3 e2fsck: initialize error handling before journal replay by Andreas Dilger · 15 years ago
  34. 47c1b8e e2fsck: Skip journal checks if the fs is mounted and doesn't need recovery by Theodore Ts'o · 15 years ago
  35. 69d0edf e2fsck: Don't test the resize_inode if the filesystem is clean by Theodore Ts'o · 15 years ago
  36. b0258cb e2fsck: Fix warn_unused_result warnings from gcc by Theodore Ts'o · 15 years ago
  37. ce44d8c e2fsck: In verbose mode, distinguish between fragmented directories/files by Theodore Ts'o · 16 years ago
  38. 52771ab e2fsck: Fix e2fsck automatic blocksize detetion by Theodore Ts'o · 16 years ago
  39. f38cf3c Only use the test_io manager if the right environment variables are set by Theodore Ts'o · 16 years ago
  40. efc6f62 Remove trailing whitespace for the entire source tree by Theodore Ts'o · 16 years ago
  41. 864b8d4 Fix miscellaneous compile warnings by Andreas Dilger · 16 years ago
  42. 8da6d1a e2fsck: Fix ind/dind/tind statistics and add extent depth statistics by Theodore Ts'o · 16 years ago
  43. 63b5e35 e2fsck: Fix check to see if an extent-based file is fragmented by Theodore Ts'o · 16 years ago
  44. ebabf2a Define _XOPEN_SOURCE to 600 consistently for Solaris C99 support by Theodore Ts'o · 16 years ago
  45. 68eb092 e2fsck: Add better explanatory message when s_lastcheck is in the future by Theodore Ts'o · 16 years ago
  46. 2acad6b Fix gcc -Wall warnings in e2fsck by Theodore Ts'o · 16 years ago
  47. 2930dad Rename the feature uninit_groups to uninit_bg by Theodore Ts'o · 17 years ago
  48. 60dc00b Merge branch 'maint' by Theodore Ts'o · 17 years ago
  49. bb0224a e2fsck: avoid double free of ctx->filesystem_name by Matthias Koenig · 17 years ago
  50. 01c196b Fix a couple of implicit function declarations by Eric Sandeen · 17 years ago
  51. f628ace ext2fs_set_gdt_csum(): Return an error code on errors instead of void by Andreas Dilger · 17 years ago
  52. a70f10d Merge branch 'maint' by Theodore Ts'o · 17 years ago
  53. a2447f8 e2fsck: Avoid core dump when using the -N option by Theodore Ts'o · 17 years ago
  54. 1dc506c e2fsck: Include the device name in the progress information by Theodore Ts'o · 17 years ago
  55. be62523 e2fsck: Support a negative argument to -C to suppress progress information by Theodore Ts'o · 17 years ago
  56. 49a7360 Make e2fsck uninit block group aware by Jose R. Santos · 17 years ago
  57. a49670e Merge branch 'maint' by Theodore Ts'o · 17 years ago
  58. dcc91e1 Enhance e2fsck's reporting for reporting unsupported filesystem features by Theodore Ts'o · 17 years ago
  59. ef80fdc Merge branch 'maint' into next by Theodore Ts'o · 17 years ago
  60. 414025e Fix bug in e2fsck which caused it to core dump if --enable-jbd-debug is used by Theodore Ts'o · 17 years ago
  61. 2628a1d Merge branch 'maint' by Theodore Ts'o · 17 years ago
  62. 0c37f45 e2fsck: backup superblocks if key constants have changed by Theodore Ts'o · 17 years ago
  63. 0cfce7f e2fsck: update the backup superblocks if the feature bitmasks are changed by Theodore Ts'o · 17 years ago
  64. 60702c2 Work around lame Ubuntu init scripts / installer bugs by Theodore Ts'o · 17 years ago
  65. cd53808 e2fsck: If the superblock is corrupt, automatically retry with the backup sb by Theodore Ts'o · 17 years ago
  66. e9e9602 Merge branch 'maint' by Theodore Ts'o · 17 years ago
  67. 5845caa Use sscanf instead of atoi when parsing e2fsck options by Theodore Ts'o · 17 years ago
  68. 1a855cb Remove e2fsck's -s and -S options to byte-swap ancient PPC filesystems by Theodore Ts'o · 17 years ago
  69. aef2283 Merge branch 'maint' by Theodore Ts'o · 17 years ago
  70. 9f0288d e2fsck: Allow i_size to be rounded up to the size of a VM page by Theodore Ts'o · 17 years ago
  71. 6d96b00 Add I/O statistics to e2fsck by Theodore Ts'o · 17 years ago
  72. df36136 Fix gcc -Wall bug in e2fsck by Theodore Ts'o · 17 years ago
  73. 5107d0d Recreate journal that had been removed previously due to corruption by Kalpak Shah · 17 years ago
  74. 058ad1c Don't write changes to the backup superblocks by default by Theodore Ts'o · 17 years ago
  75. d2af1bd Fix e2fsck's get_size logic so it will work with the Linux floppy driver by Theodore Ts'o · 17 years ago
  76. cae542c [COVERITY] Fix memory leak when parsing extended options in e2fsck by Brian Behlendorf · 18 years ago
  77. a6d8302 Use the newer add/remove_error_table com_err interfaces by Theodore Ts'o · 18 years ago
  78. 642935c Fix misc. gcc -Wall complaints in the misc and e2fsck directories by Theodore Ts'o · 18 years ago
  79. f335864 Add checks to make sure inode counts don't overflow a 32-bit value by Eric Sandeen · 18 years ago
  80. d0ff90d Fix signed vs unsigned printf format strings for block and inode numbers by Eric Sandeen · 18 years ago
  81. abcfdfd Read mke2fs.conf and e2fsck.conf from root_sysconfdir rather than harcoded /etc. by Matthias Andree · 18 years ago
  82. 8deb80a Fix format statements to make e2fsprogs programs 32-bit clean by Takashi Sato · 19 years ago
  83. 2e14e0c Change e2fsck to open non-mounted filesystems in exclusive mode by Theodore Ts'o · 19 years ago
  84. a5f37a9 Add a config option which controls whether fs checks are skipped when on battery by Theodore Ts'o · 19 years ago
  85. bc3392c Print an explanation when skipping a check due being on battery by Theodore Ts'o · 19 years ago
  86. f5f14fc Add syntax error reporting to the profile library by Theodore Ts'o · 19 years ago
  87. 5dd2a6e Add E2FSCK_CONFIG environment variable by Theodore Ts'o · 19 years ago
  88. eb065cc Add allow_cancellation config option by Theodore Ts'o · 19 years ago
  89. 1017f65 Read in /etc/e2fsck.conf configuration file at startup by Theodore Ts'o · 19 years ago
  90. ae1182c Make e2fsck -cc warn on a read-only root filesystem by Theodore Ts'o · 19 years ago
  91. f4b6d2a Fix typo in e2fsck error message. by Theodore Ts'o · 19 years ago
  92. 8dceb92 E2fsck: fix future times in the superblock's last mount or last write fields by Theodore Ts'o · 19 years ago
  93. b28a6e9 Fix use-after-free bug of e2fsck context structure. by Theodore Ts'o · 19 years ago
  94. bb145b0 Fix e2fsprogs messages for grammar and consistency, based on suggestions by Theodore Ts'o · 19 years ago
  95. 1f3ad14 Use a centrally stored current time for "now" which by Theodore Ts'o · 20 years ago
  96. 550a4af E2fsck will now check the individual block group inode and block free counts, by Theodore Ts'o · 20 years ago
  97. 9214dcc Miscellaneous gcc -Wall cleanups. Use fixed rather than floating point by Theodore Ts'o · 20 years ago
  98. ecd0d8f Clean up Matthais's "fix crash when /proc/acpi/ac_acapter is not present" patch. by Theodore Ts'o · 20 years ago
  99. 4b13704 Fix crash when /proc/acpi/ac_adapter/ is not present, for instance, by Matthias Andree · 20 years ago
  100. 2e8ca9a Add support for passing options to the io layer using the URL syntax. For by Theodore Ts'o · 20 years ago