1. 1abdba4 Add man page documenting the /etc/e2fsck.conf configuration file. by Theodore Ts'o · 18 years ago
  2. 204ae37 Tighten up profile parsing code by combining functions by Theodore Ts'o · 18 years ago
  3. 8deb80a Fix format statements to make e2fsprogs programs 32-bit clean by Takashi Sato · 18 years ago
  4. 2e14e0c Change e2fsck to open non-mounted filesystems in exclusive mode by Theodore Ts'o · 18 years ago
  5. b1c52b2 Enhance e2fsck so it can fix external journal hint in the superblock by Theodore Ts'o · 18 years ago
  6. 26efcac Remove e2fsck/malloc.h by Theodore Ts'o · 18 years ago
  7. a5f37a9 Add a config option which controls whether fs checks are skipped when on battery by Theodore Ts'o · 19 years ago
  8. bc3392c Print an explanation when skipping a check due being on battery by Theodore Ts'o · 19 years ago
  9. 22fe674 Add support for quoted strings in tag and section names by Theodore Ts'o · 19 years ago
  10. 7d922f8 Add support to the profile library for /etc/foo/conf.d style directories by Theodore Ts'o · 19 years ago
  11. d673582 Fix gcc -Wall warning in profile_helper.c by Theodore Ts'o · 19 years ago
  12. d45544c More profile cleanups: remove prf_data_t data structure by Theodore Ts'o · 19 years ago
  13. 95a8d1d Enhance profile library's parser to accept comments by Theodore Ts'o · 19 years ago
  14. f5f14fc Add syntax error reporting to the profile library by Theodore Ts'o · 19 years ago
  15. 9a4c209 Simplify profile core functionality by Theodore Ts'o · 19 years ago
  16. 44dc5f8 Clean up test driver program for profile.c and #ifdef unused static functions by Theodore Ts'o · 19 years ago
  17. cec7103 Fix profile.c so that com_err.h doesn't have to be installed by Theodore Ts'o · 19 years ago
  18. 8fd98bb Add e2fsck problem handling to be configurable by Theodore Ts'o · 19 years ago
  19. 5582275 Slim down profile.c by Theodore Ts'o · 19 years ago
  20. 5dd2a6e Add E2FSCK_CONFIG environment variable by Theodore Ts'o · 19 years ago
  21. fd7ac1f Fix incorrect location of prof_err.h in profile.c. 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. 2fa9ba9 Add the profile library code to e2fsck by Theodore Ts'o · 19 years ago
  25. 311df05 Automatically fix superblock times in the future by Theodore Ts'o · 19 years ago
  26. bba44f9 Clarify the e2fsck man page regarding the -c option by Theodore Ts'o · 19 years ago
  27. ae1182c Make e2fsck -cc warn on a read-only root filesystem by Theodore Ts'o · 19 years ago
  28. f4b6d2a Fix typo in e2fsck error message. by Theodore Ts'o · 19 years ago
  29. 84d3518 Clarify description of the -p, -n, and -y options in the e2fsck man page. by Theodore Ts'o · 19 years ago
  30. 8dceb92 E2fsck: fix future times in the superblock's last mount or last write fields by Theodore Ts'o · 19 years ago
  31. b28a6e9 Fix use-after-free bug of e2fsck context structure. by Theodore Ts'o · 19 years ago
  32. 2743159 Fix false positives from valgrind: memcpy via no-op structure copy by Theodore Ts'o · 19 years ago
  33. 49809dd Make e2fsck Pass 1C header consistent with the other headers by Theodore Ts'o · 19 years ago
  34. f76344f [BUGFIX]: E2fsck will segfault on disconnected inode with extended attribute(s) by Theodore Ts'o · 19 years ago
  35. 1f965c8 Update for e2fsprogs 1.38 release. by Theodore Ts'o · 19 years ago
  36. 5327bb4 Update typos in changelog by Theodore Ts'o · 19 years ago
  37. bb145b0 Fix e2fsprogs messages for grammar and consistency, based on suggestions by Theodore Ts'o · 19 years ago
  38. 5fb86b4 Fix minor typo introduced in e2fsck man page. by Theodore Ts'o · 19 years ago
  39. 73d1d49 Make the e2fsck man page clear that the -c, -l, and -L options are by Theodore Ts'o · 19 years ago
  40. 7ae1983 Clean up e2fsck problem description messages for typo's and to make them by Theodore Ts'o · 19 years ago
  41. 15f5051 Fix a minor spelling typo in blkid's man page, and update e2fsck's REPORTING by Theodore Ts'o · 19 years ago
  42. 75e93ab Update "make depend" information. Fixes SMP parallel build problem. by Theodore Ts'o · 19 years ago
  43. f37ab68 Corrects a few mistakes in the fsck man page, wraps two overlong lines, by Theodore Ts'o · 19 years ago
  44. 8139367 Fix spelling mistakes in man pages. (Addresses Debian Bugs: #304591, by Theodore Ts'o · 19 years ago
  45. 5e91614 Don't offer to update or clone the resize inode when e2fsck deals with by Theodore Ts'o · 19 years ago
  46. 1f3ad14 Use a centrally stored current time for "now" which by Theodore Ts'o · 19 years ago
  47. 4147d9f pass1.c (e2fsck_pass1): If the superblock last mount time (not by Theodore Ts'o · 19 years ago
  48. fd4b28e Update for the e2fsprogs 1.37 release. by Theodore Ts'o · 19 years ago
  49. cebe48a Integrate code from Alex Thomas at Clusterfs to check extended attributes by Theodore Ts'o · 19 years ago
  50. 89db86d Make e2fsck check the superblock's inode_size to make sure it is by Theodore Ts'o · 19 years ago
  51. 030970e Fix e2fsck, debugfs, and the ext2fs_mkdir function so that when we create by Theodore Ts'o · 19 years ago
  52. dc71f23 Fix bug in e2fsck where we don't notice if a file with an extended by Theodore Ts'o · 19 years ago
  53. 3eee5e9 Update for release of e2fsprogs 1.36. by Theodore Ts'o · 20 years ago
  54. 33db8f8 Remove support for --enable-clear-htree; this was by Theodore Ts'o · 20 years ago
  55. a894eb4 pass2.c (e2fsck_process_bad_inode): Fix a corner case involving by Theodore Ts'o · 20 years ago
  56. ea77431 Fix two bugs found by the regression test suites. The bug was created when by Theodore Ts'o · 20 years ago
  57. 7e0282c Fixed missing not_fixed branch in e2fsck so that if the frag size field in by Theodore Ts'o · 20 years ago
  58. d4dc0a9 Create the resize inode is created even if the s_reserved_gdt_blocks is by Theodore Ts'o · 20 years ago
  59. 5780ead Cset exclude: tytso@think.thunk.org|ChangeSet|20050123214956|52665 by Theodore Ts'o · 20 years ago
  60. 6c313fd Fix e2fsck to not delete symlinks that contain an extended attribute after by Theodore Ts'o · 20 years ago
  61. 550a4af E2fsck will now check the individual block group inode and block free counts, by Theodore Ts'o · 20 years ago
  62. 2d09601 Fix e2fsck so that it does not complain if the resize_inode feature is by Theodore Ts'o · 20 years ago
  63. 9214dcc Miscellaneous gcc -Wall cleanups. Use fixed rather than floating point by Theodore Ts'o · 20 years ago
  64. ecd0d8f Clean up Matthais's "fix crash when /proc/acpi/ac_acapter is not present" patch. by Theodore Ts'o · 20 years ago
  65. 4b13704 Fix crash when /proc/acpi/ac_adapter/ is not present, for instance, by Matthias Andree · 20 years ago
  66. d2ee56d Fix configure.in to use AC_CHECK_TYPES instead of the "broken by design" by Theodore Ts'o · 20 years ago
  67. 22ba4c1 Make tune2fs and e2fsck consistent about allowing at most 50% of the blocks by Theodore Ts'o · 20 years ago
  68. dc8ce34 Fix resize inode handling on big endian systems, by adding new routines by Theodore Ts'o · 20 years ago
  69. c3ffaf8 Add support to detect corrupted resize_inode's to e2fsck. by Theodore Ts'o · 20 years ago
  70. 71669d0 Avoid some potential inode cache coherency problem caused by using the by Theodore Ts'o · 20 years ago
  71. e75cfc5 Fix e2fsck so that it will clean up filesystesm that have the by Theodore Ts'o · 20 years ago
  72. 22c6821 Supplied changelog for resize inode patch. by Theodore Ts'o · 20 years ago
  73. d323f8f Add support for on-line resizing ala the resize inode. This patch by Theodore Ts'o · 20 years ago
  74. acb79d9 Fix stupid core dumping bug if the TZ environment variable isn't set. by Theodore Ts'o · 20 years ago
  75. 522798d Add install-strip and install-shlibs-strip targets by Theodore Ts'o · 20 years ago
  76. 6d40227 Use MKINSTALLDIRS macro so that the Makefiles can find the script correctly. by Theodore Ts'o · 20 years ago
  77. 8ff1a86 If the TZ environment variable is set to GMT, use gmtime() by Theodore Ts'o · 20 years ago
  78. 2e8ca9a Add support for passing options to the io layer using the URL syntax. For by Theodore Ts'o · 20 years ago
  79. 47204ff Use Linux-kernel-style makefile output to make it easier to by Theodore Ts'o · 20 years ago
  80. 6e4fbbe Attempt recovery if the journal contains illegal blocks by Richard Mortimer · 20 years ago
  81. 8421fb6 pass1.c (process_block): Change the limit of directory size from 32 MB to 2GB. by Theodore Ts'o · 20 years ago
  82. 93effaa Fixed potential ordering constraint problem in e2fsck's journal by Theodore Ts'o · 20 years ago
  83. aa5c0a4 Remove .cvsignore files; they were out of date, and causes lintian by Theodore Ts'o · 20 years ago
  84. 66fbee8 unix.c (check_if_skip): If the checkinterval is zero, then by Theodore Ts'o · 20 years ago
  85. c07f9f2 In e2fsck, when trying to determine if the system is running on by Theodore Ts'o · 20 years ago
  86. dd60705 Refine the build process to avoid re-running subst all the time on by Theodore Ts'o · 20 years ago
  87. 83e692e unix_io.c, pass1.c: by Matthias Andree · 20 years ago
  88. b70b116 Update version number for e2fsprogs 1.35 release. by Theodore Ts'o · 20 years ago
  89. bc69f82 Add missing break statement so e2fsck -k actually works. by Theodore Ts'o · 20 years ago
  90. 4fb9d52 unix.c (main, PRS), e2fsck.8.in: Add a new -k option which keeps by Theodore Ts'o · 20 years ago
  91. ed52f62 Makefile.in (PROFILED_LIBS, PROFILED_DEPLIBS): Fix reference to by Theodore Ts'o · 20 years ago
  92. 151786f Fix up preen mode messages during pass 1B/C/D. by Theodore Ts'o · 20 years ago
  93. bbbc92f e2fsck.c (e2fsck_run): Clear the SETJMP_OK flag when returning by Theodore Ts'o · 20 years ago
  94. 489f002 problem.c (fix_problem): Don't call print_e2fsck_message if the by Theodore Ts'o · 21 years ago
  95. 1ba7a2f Fix a byte swap bugs, including one which caused e2fsck to by Theodore Ts'o · 21 years ago
  96. b34cbdd Re-add FreeBSD support. by Matthias Andree · 21 years ago
  97. b969b1b Fix more compiler warnings. by Matthias Andree · 21 years ago
  98. 2e5fcce Fix bug in e2fsck: When reconnecting a directory, we may by Theodore Ts'o · 21 years ago
  99. 6c7d61d e2fsck.h (E2F_FLAG_RESTARTED): Assign a unique flag bitfield to by Theodore Ts'o · 21 years ago
  100. 5443492 Fix gcc -Wall nitpicks by Theodore Ts'o · 21 years ago