1. aa75ecc Fix the Apple Darwin port. by Theodore Ts'o · 21 years ago
  2. 6cca7ba Update dependency information in Makefiles by Theodore Ts'o · 21 years ago
  3. 1d2eef4 rehash.c (e2fsck_rehash_dir): If user specified the -n option, by Theodore Ts'o · 21 years ago
  4. 52734dc Don't display progress bar when rebuilding directories unless by Theodore Ts'o · 21 years ago
  5. 0926668 e2fsck/pass2.c (check_dir_block): Check for duplicate filenames within by Theodore Ts'o · 21 years ago
  6. e71d873 Add Apple/Darwin patches. by Theodore Ts'o · 21 years ago
  7. b0700a1 Change e2fsck to detect and offer to delete or rename duplicate by Theodore Ts'o · 21 years ago
  8. 77be4d2 Minor man page fixes (Addresses Debian bugs #173612, #175233, by Theodore Ts'o · 21 years ago
  9. f364093 Update debugfs and e2fsck to use the blkid library. by Theodore Ts'o · 21 years ago
  10. 19445ef Fixed up minor documentation issues (man page for badblocks and usage by Theodore Ts'o · 22 years ago
  11. 4f48928 pass1.c (check_blocks): Use the EXT2_I_SIZE macro. by Theodore Ts'o · 22 years ago
  12. e34bf43 pass2.c (strnlen): Provide strnlen if libc doesn't. by Theodore Ts'o · 22 years ago
  13. b92ae15 Detect if there is an attempt to run the journal twice, and by Theodore Ts'o · 22 years ago
  14. 8161a74 Print an error if more than one of the -p/-a, -n or -y options by Theodore Ts'o · 22 years ago
  15. 68ef5e1 Fix typo (errant extra character). by Theodore Ts'o · 22 years ago
  16. 54779c6 Update to deal with the fact that the INDEX_FL code in the ext2 2.4 by Theodore Ts'o · 22 years ago
  17. 3851301 Update files for 1.32 release. by Theodore Ts'o · 22 years ago
  18. 0c897a9 Add german translation to the language catalog by Theodore Ts'o · 22 years ago
  19. ae65b29 Update files for 1.31 release. by Theodore Ts'o · 22 years ago
  20. c1637bd unix.c (main): Fix a bug where e2fsck could erroneously mark a by Theodore Ts'o · 22 years ago
  21. 5e72cdb unix.c (PRS), journal.c: Set the default level of journal by Theodore Ts'o · 22 years ago
  22. 299d742 Change e2fsck to force out changes to the backup copies of the by Theodore Ts'o · 22 years ago
  23. ee89513 e2fsck.h, unix.c (main, check_mount): Fix e2fsck so that it by Theodore Ts'o · 22 years ago
  24. 5d823a4 Update files for 1.30 release. by Theodore Ts'o · 22 years ago
  25. 4fd6834 unix.c (usage), e2fsck.8.in: Add the -D option to the usage and by Theodore Ts'o · 22 years ago
  26. b40ffd7 unix.c (usage), e2fsck.8.in: Add the -D option to the usage and by Theodore Ts'o · 22 years ago
  27. be93ef0 pass1.c (e2fsck_pass1): Check the superblock write time to see by Theodore Ts'o · 22 years ago
  28. 482afc4 Makefile.in (install): Search all compression extensions when by Theodore Ts'o · 22 years ago
  29. 76dd5e5 Add support for the meta_bg feature flag to the resize2fs program. by Theodore Ts'o · 22 years ago
  30. a49929b Add support for the meta_blockgroup filesystem format. (Missing changelog) by Theodore Ts'o · 22 years ago
  31. c046ac7 Add support for the meta_blockgroup filesystem format. by Theodore Ts'o · 22 years ago
  32. 3e69906 Fix gcc -Wall nits. by Theodore Ts'o · 22 years ago
  33. 64aecc4 Fix bug in e2fsck and mklost+found; the lost+found directory should by Theodore Ts'o · 22 years ago
  34. d237a78 Handle BAD_BLOCK_IN_INODE_TABLE even at the beginning of the by Theodore Ts'o · 22 years ago
  35. 8132d84 Fix endian problems in the htree code for e2fsck and debugfs. by Theodore Ts'o · 22 years ago
  36. ad4fa46 Avoid counting directory entries during a directory salvage. by Theodore Ts'o · 22 years ago
  37. e8254bf pass2.c (check_dir_block): Do a more paranoid check when trying by Theodore Ts'o · 22 years ago
  38. fe5b72d rehash.c (e2fsck_rehash_dir): Apply patch from Christopher Li by Theodore Ts'o · 22 years ago
  39. e70ae99 Add a more sophisticated algorithm to e2fsck to salvage corrupted directories. by Theodore Ts'o · 22 years ago
  40. c663305 Update for 1.29 release. by Theodore Ts'o · 22 years ago
  41. cf3909e rehash.c (copy_dir_entries): Fix bug which caused corrupted by Theodore Ts'o · 22 years ago
  42. 87ee8dc Update changelogs for 1.28 release by Theodore Ts'o · 22 years ago
  43. b7bad61 Update for 1.28 release. by Theodore Ts'o · 22 years ago
  44. ceecbc7 ehandler.c (e2fsck_handle_read_error): If the user asks to by Theodore Ts'o · 22 years ago
  45. ea1959f Fix a bug which caused e2fsck to fail to correctly check filesystems by Theodore Ts'o · 22 years ago
  46. a3da9d1 problem.c: Fix PR_1_RELOC_BLOCK_ALLOCATE message to explain that by Theodore Ts'o · 22 years ago
  47. f044b4d Update and clarify man pages (addresses Debian Bug #145044). by Theodore Ts'o · 22 years ago
  48. 0684a4f Overhaul extended attribute handling. Should now be correct with by Theodore Ts'o · 22 years ago
  49. eb16f86 Clear dtime field on truncated orphan inodes. by Stephen Tweedie · 22 years ago
  50. 838e773 Change e2fsck to use a red/black tree in pass1b, to remove O(n**2) by Theodore Ts'o · 22 years ago
  51. 850d05e Add e2fsck -D option which optimizes/compresses directories. by Theodore Ts'o · 22 years ago
  52. 542867f util.c (ask_yn, read_a_char): Note when the user has typed ^C, by Theodore Ts'o · 22 years ago
  53. 3214a45 pass1.c (e2fsck_pass1): If e2fsck is run with -n, don't create by Theodore Ts'o · 22 years ago
  54. 4cae045 Add SIGINT and SIGTERM handling to fsck and e2fsck. For e2fsck, by Theodore Ts'o · 22 years ago
  55. b7a0056 Add support to e2fsck to reindex directories to use hash trees. by Theodore Ts'o · 22 years ago
  56. 62acaa1 pass2.c (e2fsck_pass2): Use dx_dir->numblocks instead of by Theodore Ts'o · 22 years ago
  57. 503f9e7 Add support for the half-MD4 HTREE hash. by Theodore Ts'o · 22 years ago
  58. 8fdc998 Add initial support for htree directories. by Theodore Ts'o · 22 years ago
  59. b21bf26 Do sanity checking of the number of blocks and inodes in a group for by Andreas Dilger · 22 years ago
  60. 0d63467 Update to support the V2 Bestbits EA format. by Theodore Ts'o · 22 years ago
  61. da30704 Check for inodes which are too big (either too many blocks, or by Theodore Ts'o · 22 years ago
  62. bcf9c5d Fix up Andreas' changeset. Avoid use of dynamic automatic arrays, by Theodore Ts'o · 22 years ago
  63. b94a052 Add more complete tests for symlinks: nul termination of long links and length by Andreas Dilger · 22 years ago
  64. 7823dd6 Fix fencepost error in allocating space for array. by Theodore Ts'o · 22 years ago
  65. 31e29a1 Fix up Andreas's 8k blocksize changes to fix a number of bugs, by Theodore Ts'o · 22 years ago
  66. 932a489 Add support for creating and checking 8192-byte blocksize filesystems. by Andreas Dilger · 22 years ago
  67. a8e7724 Update for 1.27 release. by Theodore Ts'o · 22 years ago
  68. 546a1ff Fix various gcc -Wall complaints. by Theodore Ts'o · 22 years ago
  69. f2d5c93 Fixed the journal handling so that an offer is made to clear the by Theodore Ts'o · 22 years ago
  70. f122632 E2fsck now prints ranges in pass 5 when printing deltas in by Theodore Ts'o · 22 years ago
  71. 14308a5 Newer libintl needs LC_CTYPE to be set in addition to LC_MESSAGES. by Theodore Ts'o · 22 years ago
  72. 57173d0 Update Changelog messages to use tytso@mit.edu for all addresses by Theodore Ts'o · 22 years ago
  73. 25813b1 Fix typo in previous changeset; the man pages for fsck.ext2 and by Theodore Ts'o · 22 years ago
  74. b9f4092 Update makefiles to install mkfs.ext3, and to install man pages for by Theodore Ts'o · 22 years ago
  75. d1a2182 Cleaned up journal handling code in e2fsck. by Theodore Ts'o · 22 years ago
  76. a5f3f5c Update files for 1.26 release. by Theodore Ts'o · 22 years ago
  77. 96b5cac Miscellaneous cleanup before 1.26-WIP release. Removed unused by Theodore Ts'o · 23 years ago
  78. 3ed57c2 In mke2fs and e2fsck, specifying the -c option twice will now do by Theodore Ts'o · 23 years ago
  79. fae9bfa Initialize buf to NULL to avoid crashing when called by fix_problem() by Theodore Ts'o · 23 years ago
  80. f1a1761 Enhnaced the get backup superblock function so that it does by Theodore Ts'o · 23 years ago
  81. 19007e5 Move linux/jbd.h to ext2fs/kernel-jbd.h, to avoid using the by Theodore Ts'o · 23 years ago
  82. 6a50c5e Use ctx->filesystem_name if the ctx->device_name is NULL in e2fsck. by Theodore Ts'o · 23 years ago
  83. d37066a Give the opportunity for e2fsck to run the journal even if by Theodore Ts'o · 23 years ago
  84. 4ea7bd0 Fix various gcc -Wall nits. Fixed a bug in mke2fs where a bogus by Theodore Ts'o · 23 years ago
  85. 8cf9333 Fix e2fsck's handling of external journals,and update journal by Theodore Ts'o · 23 years ago
  86. 571fc5a Fixes necessary for e2fsprogs to work using the diet libc. by Theodore Ts'o · 23 years ago
  87. b3b3d46 journal.c: fix an endianness bug. by Gabriel Paubert · 23 years ago
  88. 24bfb44 super.c (check_super_block): Make sure that if the inode table by Theodore Ts'o · 23 years ago
  89. 1e9a7e0 2fsck.8.in: Fix minor typo in man page and clarify device specification. by Theodore Ts'o · 23 years ago
  90. 6a138ed Allow a single user for internal journals (the current filesystem) by Andreas Dilger · 23 years ago
  91. 62e3e7f journal.c (clear_v2_journal_fields, e2fsck_journal_load): If the by Theodore Ts'o · 23 years ago
  92. 773fd8a e2fsck.h, journal.c (e2fsck_move_ext3_journal): Add new function by Theodore Ts'o · 23 years ago
  93. fbf9111 Update changelogs for 1.25 release. by Theodore Ts'o · 23 years ago
  94. ae6cdcf e2fsck: If a superblock is specified explicitly by the by Theodore Ts'o · 23 years ago
  95. fb70775 Update for 1.24a release by Theodore Ts'o · 23 years ago
  96. 109624a Update for 1.24 release. by Theodore Ts'o · 23 years ago
  97. 59f2724 mke2fs.c (main): Zap the second sector of the disk, along with by Andreas Dilger · 23 years ago
  98. b1f204f pass1.c (e2fsck_pass1): For EXT2_RESIZE_INO, allow its i_mode to by Theodore Ts'o · 23 years ago
  99. 0f8973f Remove EXT2FS_VERSION from the version display, since it only confuses people. by Theodore Ts'o · 23 years ago
  100. 943ed87 Add missing log entry showing when we released e2fsprogs 1.23 by Theodore Ts'o · 23 years ago