1. b70b116 Update version number for e2fsprogs 1.35 release. by Theodore Ts'o · 20 years ago
  2. bc69f82 Add missing break statement so e2fsck -k actually works. by Theodore Ts'o · 20 years ago
  3. 4fb9d52 unix.c (main, PRS), e2fsck.8.in: Add a new -k option which keeps by Theodore Ts'o · 20 years ago
  4. ed52f62 Makefile.in (PROFILED_LIBS, PROFILED_DEPLIBS): Fix reference to by Theodore Ts'o · 20 years ago
  5. 151786f Fix up preen mode messages during pass 1B/C/D. by Theodore Ts'o · 20 years ago
  6. bbbc92f e2fsck.c (e2fsck_run): Clear the SETJMP_OK flag when returning by Theodore Ts'o · 20 years ago
  7. 489f002 problem.c (fix_problem): Don't call print_e2fsck_message if the by Theodore Ts'o · 21 years ago
  8. 1ba7a2f Fix a byte swap bugs, including one which caused e2fsck to by Theodore Ts'o · 21 years ago
  9. b34cbdd Re-add FreeBSD support. by Matthias Andree · 21 years ago
  10. b969b1b Fix more compiler warnings. by Matthias Andree · 21 years ago
  11. 2e5fcce Fix bug in e2fsck: When reconnecting a directory, we may by Theodore Ts'o · 21 years ago
  12. 6c7d61d e2fsck.h (E2F_FLAG_RESTARTED): Assign a unique flag bitfield to by Theodore Ts'o · 21 years ago
  13. 5443492 Fix gcc -Wall nitpicks by Theodore Ts'o · 21 years ago
  14. 3de085d recovery.c, jfs_user.h: Sync recovery.c with latest 2.5 kernel version. by Theodore Ts'o · 21 years ago
  15. 3ddf2f6 When testing a disk using e2fsck -c, use the list by Theodore Ts'o · 21 years ago
  16. 015b03d In e2fsck, given an extra grace period before actually forcing by Theodore Ts'o · 21 years ago
  17. 6de289c In e2fsck, if the number of mounts until the next forced filesystem by Theodore Ts'o · 21 years ago
  18. 000ba40 pass1.c (e2fsck_pass1), problem.h (PR_1_BB_FS_BLOCK), by Theodore Ts'o · 21 years ago
  19. 817e49e Check the returned name from blkid_get_devname in tune2fs and by Theodore Ts'o · 21 years ago
  20. ef344e1 Centeralize calculation of which blocks are reserved/used for by Theodore Ts'o · 21 years ago
  21. 557ddb2 util.c (get_backup_sb): Check to make sure the context is passed by Theodore Ts'o · 21 years ago
  22. a7ac1df Adjust description line so that apropos "ext2" or "ext3" will by Theodore Ts'o · 21 years ago
  23. 27479eb journal.c (e2fsck_move_ext3_journal): When moving the journal or by Theodore Ts'o · 21 years ago
  24. a435ec3 Add support for backing up the journal inode location in the by Theodore Ts'o · 21 years ago
  25. 54a31a3 e2fsck.h, unix.c (PRS, e2fsck_clear_progbar, by Theodore Ts'o · 21 years ago
  26. 0c193f8 Include inttypes.h if present. New macros INT_TO_VOIDPTR and by Theodore Ts'o · 21 years ago
  27. c4e3d3f ext2fs_getmem(), ext2fs_free_mem(), and ext2fs_resize_mem() by Theodore Ts'o · 21 years ago
  28. 9c7ec17 Update for 1.34 release. by Theodore Ts'o · 21 years ago
  29. 48e6e81 Fixx gcc -Wall nitpicks. by Theodore Ts'o · 21 years ago
  30. d3128cc Fix spelling error in e2fsck problem reporting. by Theodore Ts'o · 21 years ago
  31. 113e405 unix.c (show_stats), e2fsck.h: Use ngettext (abbreivated with by Theodore Ts'o · 21 years ago
  32. 2a29f13 Add --enable-test-io-debug configure option which causes e2fsck and by Theodore Ts'o · 21 years ago
  33. ddc32a0 Add Czech translation. by Theodore Ts'o · 21 years ago
  34. a04eba3 Update to gettext 0.11.5. We now enable NLS support by default. by Theodore Ts'o · 21 years ago
  35. 6177c41 Fixed NLS support for message abbreviations in e2fsck. by Theodore Ts'o · 21 years ago
  36. 71df0dc Update for 1.33 release. by Theodore Ts'o · 21 years ago
  37. 520ead3 Fix gcc -Wall warnings. by Theodore Ts'o · 21 years ago
  38. 12dd69f e2fsck/rehash.c (name_cmp): Sort the deleted inodes to the end by Theodore Ts'o · 21 years ago
  39. 908b785 Use setvbuf instead of setbuf to force stdout and by Theodore Ts'o · 21 years ago
  40. bc34d6b * Add support for the -a and -s options to logsave. by Theodore Ts'o · 21 years ago
  41. 16fa86b Remove the debian-special legal permission notes. by Theodore Ts'o · 21 years ago
  42. fff4548 Add portability enhancements for Cygwin32 environment. by Theodore Ts'o · 21 years ago
  43. 2a77a78 E2fsck now updates the global free block and by Theodore Ts'o · 21 years ago
  44. aa75ecc Fix the Apple Darwin port. by Theodore Ts'o · 21 years ago
  45. 6cca7ba Update dependency information in Makefiles by Theodore Ts'o · 21 years ago
  46. 1d2eef4 rehash.c (e2fsck_rehash_dir): If user specified the -n option, by Theodore Ts'o · 21 years ago
  47. 52734dc Don't display progress bar when rebuilding directories unless by Theodore Ts'o · 21 years ago
  48. 0926668 e2fsck/pass2.c (check_dir_block): Check for duplicate filenames within by Theodore Ts'o · 21 years ago
  49. e71d873 Add Apple/Darwin patches. by Theodore Ts'o · 21 years ago
  50. b0700a1 Change e2fsck to detect and offer to delete or rename duplicate by Theodore Ts'o · 21 years ago
  51. 77be4d2 Minor man page fixes (Addresses Debian bugs #173612, #175233, by Theodore Ts'o · 21 years ago
  52. f364093 Update debugfs and e2fsck to use the blkid library. by Theodore Ts'o · 21 years ago
  53. 19445ef Fixed up minor documentation issues (man page for badblocks and usage by Theodore Ts'o · 22 years ago
  54. 4f48928 pass1.c (check_blocks): Use the EXT2_I_SIZE macro. by Theodore Ts'o · 22 years ago
  55. e34bf43 pass2.c (strnlen): Provide strnlen if libc doesn't. 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. 68ef5e1 Fix typo (errant extra character). by Theodore Ts'o · 22 years ago
  59. 54779c6 Update to deal with the fact that the INDEX_FL code in the ext2 2.4 by Theodore Ts'o · 22 years ago
  60. 3851301 Update files for 1.32 release. by Theodore Ts'o · 22 years ago
  61. 0c897a9 Add german translation to the language catalog by Theodore Ts'o · 22 years ago
  62. ae65b29 Update files for 1.31 release. by Theodore Ts'o · 22 years ago
  63. c1637bd unix.c (main): Fix a bug where e2fsck could erroneously mark a by Theodore Ts'o · 22 years ago
  64. 5e72cdb unix.c (PRS), journal.c: Set the default level of journal by Theodore Ts'o · 22 years ago
  65. 299d742 Change e2fsck to force out changes to the backup copies of the by Theodore Ts'o · 22 years ago
  66. ee89513 e2fsck.h, unix.c (main, check_mount): Fix e2fsck so that it by Theodore Ts'o · 22 years ago
  67. 5d823a4 Update files for 1.30 release. by Theodore Ts'o · 22 years ago
  68. 4fd6834 unix.c (usage), e2fsck.8.in: Add the -D option to the usage and by Theodore Ts'o · 22 years ago
  69. b40ffd7 unix.c (usage), e2fsck.8.in: Add the -D option to the usage and by Theodore Ts'o · 22 years ago
  70. be93ef0 pass1.c (e2fsck_pass1): Check the superblock write time to see by Theodore Ts'o · 22 years ago
  71. 482afc4 Makefile.in (install): Search all compression extensions when by Theodore Ts'o · 22 years ago
  72. 76dd5e5 Add support for the meta_bg feature flag to the resize2fs program. by Theodore Ts'o · 22 years ago
  73. a49929b Add support for the meta_blockgroup filesystem format. (Missing changelog) by Theodore Ts'o · 22 years ago
  74. c046ac7 Add support for the meta_blockgroup filesystem format. by Theodore Ts'o · 22 years ago
  75. 3e69906 Fix gcc -Wall nits. by Theodore Ts'o · 22 years ago
  76. 64aecc4 Fix bug in e2fsck and mklost+found; the lost+found directory should by Theodore Ts'o · 22 years ago
  77. d237a78 Handle BAD_BLOCK_IN_INODE_TABLE even at the beginning of the by Theodore Ts'o · 22 years ago
  78. 8132d84 Fix endian problems in the htree code for e2fsck and debugfs. by Theodore Ts'o · 22 years ago
  79. ad4fa46 Avoid counting directory entries during a directory salvage. by Theodore Ts'o · 22 years ago
  80. e8254bf pass2.c (check_dir_block): Do a more paranoid check when trying by Theodore Ts'o · 22 years ago
  81. fe5b72d rehash.c (e2fsck_rehash_dir): Apply patch from Christopher Li by Theodore Ts'o · 22 years ago
  82. e70ae99 Add a more sophisticated algorithm to e2fsck to salvage corrupted directories. by Theodore Ts'o · 22 years ago
  83. c663305 Update for 1.29 release. by Theodore Ts'o · 22 years ago
  84. cf3909e rehash.c (copy_dir_entries): Fix bug which caused corrupted by Theodore Ts'o · 22 years ago
  85. 87ee8dc Update changelogs for 1.28 release by Theodore Ts'o · 22 years ago
  86. b7bad61 Update for 1.28 release. by Theodore Ts'o · 22 years ago
  87. ceecbc7 ehandler.c (e2fsck_handle_read_error): If the user asks to by Theodore Ts'o · 22 years ago
  88. ea1959f Fix a bug which caused e2fsck to fail to correctly check filesystems by Theodore Ts'o · 22 years ago
  89. a3da9d1 problem.c: Fix PR_1_RELOC_BLOCK_ALLOCATE message to explain that by Theodore Ts'o · 22 years ago
  90. f044b4d Update and clarify man pages (addresses Debian Bug #145044). by Theodore Ts'o · 22 years ago
  91. 0684a4f Overhaul extended attribute handling. Should now be correct with by Theodore Ts'o · 22 years ago
  92. eb16f86 Clear dtime field on truncated orphan inodes. by Stephen Tweedie · 22 years ago
  93. 838e773 Change e2fsck to use a red/black tree in pass1b, to remove O(n**2) by Theodore Ts'o · 22 years ago
  94. 850d05e Add e2fsck -D option which optimizes/compresses directories. by Theodore Ts'o · 22 years ago
  95. 542867f util.c (ask_yn, read_a_char): Note when the user has typed ^C, by Theodore Ts'o · 22 years ago
  96. 3214a45 pass1.c (e2fsck_pass1): If e2fsck is run with -n, don't create by Theodore Ts'o · 22 years ago
  97. 4cae045 Add SIGINT and SIGTERM handling to fsck and e2fsck. For e2fsck, by Theodore Ts'o · 22 years ago
  98. b7a0056 Add support to e2fsck to reindex directories to use hash trees. by Theodore Ts'o · 22 years ago
  99. 62acaa1 pass2.c (e2fsck_pass2): Use dx_dir->numblocks instead of by Theodore Ts'o · 22 years ago
  100. 503f9e7 Add support for the half-MD4 HTREE hash. by Theodore Ts'o · 22 years ago