1. 0cfce7f e2fsck: update the backup superblocks if the feature bitmasks are changed by Theodore Ts'o · 17 years ago
  2. 60702c2 Work around lame Ubuntu init scripts / installer bugs by Theodore Ts'o · 17 years ago
  3. cd53808 e2fsck: If the superblock is corrupt, automatically retry with the backup sb by Theodore Ts'o · 17 years ago
  4. 5845caa Use sscanf instead of atoi when parsing e2fsck options by Theodore Ts'o · 17 years ago
  5. 9f0288d e2fsck: Allow i_size to be rounded up to the size of a VM page by Theodore Ts'o · 17 years ago
  6. df36136 Fix gcc -Wall bug in e2fsck by Theodore Ts'o · 17 years ago
  7. 5107d0d Recreate journal that had been removed previously due to corruption by Kalpak Shah · 17 years ago
  8. 058ad1c Don't write changes to the backup superblocks by default by Theodore Ts'o · 17 years ago
  9. d2af1bd Fix e2fsck's get_size logic so it will work with the Linux floppy driver by Theodore Ts'o · 17 years ago
  10. cae542c [COVERITY] Fix memory leak when parsing extended options in e2fsck by Brian Behlendorf · 18 years ago
  11. a6d8302 Use the newer add/remove_error_table com_err interfaces by Theodore Ts'o · 18 years ago
  12. 642935c Fix misc. gcc -Wall complaints in the misc and e2fsck directories by Theodore Ts'o · 18 years ago
  13. f335864 Add checks to make sure inode counts don't overflow a 32-bit value by Eric Sandeen · 18 years ago
  14. d0ff90d Fix signed vs unsigned printf format strings for block and inode numbers by Eric Sandeen · 18 years ago
  15. abcfdfd Read mke2fs.conf and e2fsck.conf from root_sysconfdir rather than harcoded /etc. by Matthias Andree · 18 years ago
  16. 8deb80a Fix format statements to make e2fsprogs programs 32-bit clean by Takashi Sato · 19 years ago
  17. 2e14e0c Change e2fsck to open non-mounted filesystems in exclusive mode by Theodore Ts'o · 19 years ago
  18. a5f37a9 Add a config option which controls whether fs checks are skipped when on battery by Theodore Ts'o · 19 years ago
  19. bc3392c Print an explanation when skipping a check due being on battery by Theodore Ts'o · 19 years ago
  20. f5f14fc Add syntax error reporting to the profile library by Theodore Ts'o · 19 years ago
  21. 5dd2a6e Add E2FSCK_CONFIG environment variable by Theodore Ts'o · 19 years ago
  22. eb065cc Add allow_cancellation config option by Theodore Ts'o · 19 years ago
  23. 1017f65 Read in /etc/e2fsck.conf configuration file at startup by Theodore Ts'o · 19 years ago
  24. ae1182c Make e2fsck -cc warn on a read-only root filesystem by Theodore Ts'o · 19 years ago
  25. f4b6d2a Fix typo in e2fsck error message. by Theodore Ts'o · 19 years ago
  26. 8dceb92 E2fsck: fix future times in the superblock's last mount or last write fields by Theodore Ts'o · 19 years ago
  27. b28a6e9 Fix use-after-free bug of e2fsck context structure. by Theodore Ts'o · 19 years ago
  28. bb145b0 Fix e2fsprogs messages for grammar and consistency, based on suggestions by Theodore Ts'o · 19 years ago
  29. 1f3ad14 Use a centrally stored current time for "now" which by Theodore Ts'o · 20 years ago
  30. 550a4af E2fsck will now check the individual block group inode and block free counts, by Theodore Ts'o · 20 years ago
  31. 9214dcc Miscellaneous gcc -Wall cleanups. Use fixed rather than floating point by Theodore Ts'o · 20 years ago
  32. ecd0d8f Clean up Matthais's "fix crash when /proc/acpi/ac_acapter is not present" patch. by Theodore Ts'o · 20 years ago
  33. 4b13704 Fix crash when /proc/acpi/ac_adapter/ is not present, for instance, by Matthias Andree · 20 years ago
  34. 2e8ca9a Add support for passing options to the io layer using the URL syntax. For by Theodore Ts'o · 20 years ago
  35. 66fbee8 unix.c (check_if_skip): If the checkinterval is zero, then by Theodore Ts'o · 20 years ago
  36. c07f9f2 In e2fsck, when trying to determine if the system is running on by Theodore Ts'o · 21 years ago
  37. bc69f82 Add missing break statement so e2fsck -k actually works. by Theodore Ts'o · 21 years ago
  38. 4fb9d52 unix.c (main, PRS), e2fsck.8.in: Add a new -k option which keeps by Theodore Ts'o · 21 years ago
  39. 5443492 Fix gcc -Wall nitpicks by Theodore Ts'o · 21 years ago
  40. 3ddf2f6 When testing a disk using e2fsck -c, use the list by Theodore Ts'o · 21 years ago
  41. 015b03d In e2fsck, given an extra grace period before actually forcing by Theodore Ts'o · 21 years ago
  42. 6de289c In e2fsck, if the number of mounts until the next forced filesystem by Theodore Ts'o · 21 years ago
  43. 817e49e Check the returned name from blkid_get_devname in tune2fs and by Theodore Ts'o · 21 years ago
  44. 54a31a3 e2fsck.h, unix.c (PRS, e2fsck_clear_progbar, by Theodore Ts'o · 21 years ago
  45. 113e405 unix.c (show_stats), e2fsck.h: Use ngettext (abbreivated with by Theodore Ts'o · 21 years ago
  46. 2a29f13 Add --enable-test-io-debug configure option which causes e2fsck and by Theodore Ts'o · 21 years ago
  47. ddc32a0 Add Czech translation. by Theodore Ts'o · 21 years ago
  48. 520ead3 Fix gcc -Wall warnings. by Theodore Ts'o · 22 years ago
  49. 908b785 Use setvbuf instead of setbuf to force stdout and by Theodore Ts'o · 22 years ago
  50. bc34d6b * Add support for the -a and -s options to logsave. by Theodore Ts'o · 22 years ago
  51. fff4548 Add portability enhancements for Cygwin32 environment. by Theodore Ts'o · 22 years ago
  52. e71d873 Add Apple/Darwin patches. by Theodore Ts'o · 22 years ago
  53. b0700a1 Change e2fsck to detect and offer to delete or rename duplicate by Theodore Ts'o · 22 years ago
  54. f364093 Update debugfs and e2fsck to use the blkid library. by Theodore Ts'o · 22 years ago
  55. 19445ef Fixed up minor documentation issues (man page for badblocks and usage by Theodore Ts'o · 22 years ago
  56. b92ae15 Detect if there is an attempt to run the journal twice, and by Theodore Ts'o · 22 years ago
  57. 8161a74 Print an error if more than one of the -p/-a, -n or -y options by Theodore Ts'o · 22 years ago
  58. c1637bd unix.c (main): Fix a bug where e2fsck could erroneously mark a by Theodore Ts'o · 22 years ago
  59. 5e72cdb unix.c (PRS), journal.c: Set the default level of journal by Theodore Ts'o · 22 years ago
  60. ee89513 e2fsck.h, unix.c (main, check_mount): Fix e2fsck so that it by Theodore Ts'o · 22 years ago
  61. 4fd6834 unix.c (usage), e2fsck.8.in: Add the -D option to the usage and by Theodore Ts'o · 22 years ago
  62. 3e69906 Fix gcc -Wall nits. by Theodore Ts'o · 22 years ago
  63. e70ae99 Add a more sophisticated algorithm to e2fsck to salvage corrupted directories. by Theodore Ts'o · 22 years ago
  64. 0684a4f Overhaul extended attribute handling. Should now be correct with by Theodore Ts'o · 22 years ago
  65. 850d05e Add e2fsck -D option which optimizes/compresses directories. by Theodore Ts'o · 22 years ago
  66. 4cae045 Add SIGINT and SIGTERM handling to fsck and e2fsck. For e2fsck, by Theodore Ts'o · 22 years ago
  67. 8fdc998 Add initial support for htree directories. by Theodore Ts'o · 22 years ago
  68. 932a489 Add support for creating and checking 8192-byte blocksize filesystems. by Andreas Dilger · 22 years ago
  69. f2d5c93 Fixed the journal handling so that an offer is made to clear the by Theodore Ts'o · 23 years ago
  70. 14308a5 Newer libintl needs LC_CTYPE to be set in addition to LC_MESSAGES. by Theodore Ts'o · 23 years ago
  71. 3ed57c2 In mke2fs and e2fsck, specifying the -c option twice will now do by Theodore Ts'o · 23 years ago
  72. f1a1761 Enhnaced the get backup superblock function so that it does by Theodore Ts'o · 23 years ago
  73. d37066a Give the opportunity for e2fsck to run the journal even if by Theodore Ts'o · 23 years ago
  74. 4ea7bd0 Fix various gcc -Wall nits. Fixed a bug in mke2fs where a bogus by Theodore Ts'o · 23 years ago
  75. ae6cdcf e2fsck: If a superblock is specified explicitly by the by Theodore Ts'o · 23 years ago
  76. 0f8973f Remove EXT2FS_VERSION from the version display, since it only confuses people. by Theodore Ts'o · 23 years ago
  77. 2b94c65 unix.c (show_stats): Print the number of large files in verbose mode. by Theodore Ts'o · 23 years ago
  78. 83e6ac8 unix.c (check_mount): Remove the code in e2fsck which tested for the by Theodore Ts'o · 23 years ago
  79. 0628ae3 unix.c (main): Move the final print_resource_track call after by Theodore Ts'o · 23 years ago
  80. 6d222f3 Fix memory leaks in e2fsck's journal.c, and remove some cases by Theodore Ts'o · 23 years ago
  81. adee8d7 Add support for use of an external journal (so long as the external by Theodore Ts'o · 23 years ago
  82. d312401 unix.c (main): Add an explicit warning when the filesystem is left not by Theodore Ts'o · 23 years ago
  83. 636a954 Use long long to calculate the percentage by Theodore Ts'o · 23 years ago
  84. b6a0807 ChangeLog, unix.c: by Theodore Ts'o · 23 years ago
  85. 5df55d7 ChangeLog, Makefile.in, swapfs.c, unix.c: by Theodore Ts'o · 23 years ago
  86. fc9a69c ChangeLog, unix.c: by Theodore Ts'o · 23 years ago
  87. ae8160e ChangeLog, unix.c: by Theodore Ts'o · 23 years ago
  88. bc57f15 ChangeLog, unix.c: by Theodore Ts'o · 23 years ago
  89. 5ba23cb ChangeLog, e2fsck.h, flushb.c, iscan.c, unix.c: by Theodore Ts'o · 24 years ago
  90. 53ef44c Many files: by Theodore Ts'o · 24 years ago
  91. 5dd8f96 ChangeLog, journal.c, pass1.c, super.c, unix.c: by Theodore Ts'o · 24 years ago
  92. 9b56575 ChangeLog, super.c: by Theodore Ts'o · 24 years ago
  93. 2575fb0 ChangeLog, unix.c: by Theodore Ts'o · 24 years ago
  94. 243dc31 ChangeLog, unix.c: by Theodore Ts'o · 24 years ago
  95. 80bfaa3 Many files: by Theodore Ts'o · 24 years ago
  96. 3b5386d Many files: by Theodore Ts'o · 24 years ago
  97. b8d164c ChangeLog, unix.c: by Theodore Ts'o · 24 years ago
  98. 17390c0 ChangeLog, Makefile.in, e2fsck.h, journal.c, unix.c: by Theodore Ts'o · 24 years ago
  99. e4c8e88 ChangeLog, Makefile.in: by Theodore Ts'o · 24 years ago
  100. 9226904 ChangeLog, unix.c: by Theodore Ts'o · 24 years ago