1. ae65b29 Update files for 1.31 release. by Theodore Ts'o · 22 years ago
  2. c1637bd unix.c (main): Fix a bug where e2fsck could erroneously mark a by Theodore Ts'o · 22 years ago
  3. 5e72cdb unix.c (PRS), journal.c: Set the default level of journal by Theodore Ts'o · 22 years ago
  4. 299d742 Change e2fsck to force out changes to the backup copies of the by Theodore Ts'o · 22 years ago
  5. ee89513 e2fsck.h, unix.c (main, check_mount): Fix e2fsck so that it by Theodore Ts'o · 22 years ago
  6. 5d823a4 Update files for 1.30 release. by Theodore Ts'o · 22 years ago
  7. b40ffd7 unix.c (usage), e2fsck.8.in: Add the -D option to the usage and by Theodore Ts'o · 22 years ago
  8. be93ef0 pass1.c (e2fsck_pass1): Check the superblock write time to see by Theodore Ts'o · 22 years ago
  9. 482afc4 Makefile.in (install): Search all compression extensions when by Theodore Ts'o · 22 years ago
  10. 76dd5e5 Add support for the meta_bg feature flag to the resize2fs program. by Theodore Ts'o · 22 years ago
  11. a49929b Add support for the meta_blockgroup filesystem format. (Missing changelog) by Theodore Ts'o · 22 years ago
  12. 3e69906 Fix gcc -Wall nits. by Theodore Ts'o · 22 years ago
  13. 64aecc4 Fix bug in e2fsck and mklost+found; the lost+found directory should by Theodore Ts'o · 22 years ago
  14. 8132d84 Fix endian problems in the htree code for e2fsck and debugfs. by Theodore Ts'o · 22 years ago
  15. ad4fa46 Avoid counting directory entries during a directory salvage. by Theodore Ts'o · 22 years ago
  16. e8254bf pass2.c (check_dir_block): Do a more paranoid check when trying by Theodore Ts'o · 22 years ago
  17. fe5b72d rehash.c (e2fsck_rehash_dir): Apply patch from Christopher Li by Theodore Ts'o · 22 years ago
  18. e70ae99 Add a more sophisticated algorithm to e2fsck to salvage corrupted directories. by Theodore Ts'o · 22 years ago
  19. c663305 Update for 1.29 release. by Theodore Ts'o · 22 years ago
  20. cf3909e rehash.c (copy_dir_entries): Fix bug which caused corrupted by Theodore Ts'o · 22 years ago
  21. 87ee8dc Update changelogs for 1.28 release by Theodore Ts'o · 22 years ago
  22. ceecbc7 ehandler.c (e2fsck_handle_read_error): If the user asks to by Theodore Ts'o · 22 years ago
  23. ea1959f Fix a bug which caused e2fsck to fail to correctly check filesystems by Theodore Ts'o · 22 years ago
  24. a3da9d1 problem.c: Fix PR_1_RELOC_BLOCK_ALLOCATE message to explain that by Theodore Ts'o · 22 years ago
  25. f044b4d Update and clarify man pages (addresses Debian Bug #145044). by Theodore Ts'o · 22 years ago
  26. 0684a4f Overhaul extended attribute handling. Should now be correct with by Theodore Ts'o · 22 years ago
  27. 838e773 Change e2fsck to use a red/black tree in pass1b, to remove O(n**2) by Theodore Ts'o · 22 years ago
  28. 850d05e Add e2fsck -D option which optimizes/compresses directories. by Theodore Ts'o · 22 years ago
  29. 542867f util.c (ask_yn, read_a_char): Note when the user has typed ^C, by Theodore Ts'o · 22 years ago
  30. 3214a45 pass1.c (e2fsck_pass1): If e2fsck is run with -n, don't create by Theodore Ts'o · 22 years ago
  31. 4cae045 Add SIGINT and SIGTERM handling to fsck and e2fsck. For e2fsck, by Theodore Ts'o · 22 years ago
  32. b7a0056 Add support to e2fsck to reindex directories to use hash trees. by Theodore Ts'o · 22 years ago
  33. 62acaa1 pass2.c (e2fsck_pass2): Use dx_dir->numblocks instead of by Theodore Ts'o · 22 years ago
  34. 503f9e7 Add support for the half-MD4 HTREE hash. by Theodore Ts'o · 22 years ago
  35. 8fdc998 Add initial support for htree directories. by Theodore Ts'o · 22 years ago
  36. b21bf26 Do sanity checking of the number of blocks and inodes in a group for by Andreas Dilger · 22 years ago
  37. 0d63467 Update to support the V2 Bestbits EA format. by Theodore Ts'o · 22 years ago
  38. da30704 Check for inodes which are too big (either too many blocks, or by Theodore Ts'o · 22 years ago
  39. bcf9c5d Fix up Andreas' changeset. Avoid use of dynamic automatic arrays, by Theodore Ts'o · 22 years ago
  40. 31e29a1 Fix up Andreas's 8k blocksize changes to fix a number of bugs, by Theodore Ts'o · 22 years ago
  41. a8e7724 Update for 1.27 release. by Theodore Ts'o · 22 years ago
  42. 546a1ff Fix various gcc -Wall complaints. by Theodore Ts'o · 22 years ago
  43. f2d5c93 Fixed the journal handling so that an offer is made to clear the by Theodore Ts'o · 22 years ago
  44. f122632 E2fsck now prints ranges in pass 5 when printing deltas in by Theodore Ts'o · 22 years ago
  45. 14308a5 Newer libintl needs LC_CTYPE to be set in addition to LC_MESSAGES. by Theodore Ts'o · 22 years ago
  46. 57173d0 Update Changelog messages to use tytso@mit.edu for all addresses by Theodore Ts'o · 22 years ago
  47. b9f4092 Update makefiles to install mkfs.ext3, and to install man pages for by Theodore Ts'o · 22 years ago
  48. d1a2182 Cleaned up journal handling code in e2fsck. by Theodore Ts'o · 22 years ago
  49. a5f3f5c Update files for 1.26 release. by Theodore Ts'o · 22 years ago
  50. 3ed57c2 In mke2fs and e2fsck, specifying the -c option twice will now do by Theodore Ts'o · 23 years ago
  51. f1a1761 Enhnaced the get backup superblock function so that it does by Theodore Ts'o · 23 years ago
  52. 19007e5 Move linux/jbd.h to ext2fs/kernel-jbd.h, to avoid using the by Theodore Ts'o · 23 years ago
  53. 6a50c5e Use ctx->filesystem_name if the ctx->device_name is NULL in e2fsck. by Theodore Ts'o · 23 years ago
  54. d37066a Give the opportunity for e2fsck to run the journal even if by Theodore Ts'o · 23 years ago
  55. 4ea7bd0 Fix various gcc -Wall nits. Fixed a bug in mke2fs where a bogus by Theodore Ts'o · 23 years ago
  56. 8cf9333 Fix e2fsck's handling of external journals,and update journal by Theodore Ts'o · 23 years ago
  57. b3b3d46 journal.c: fix an endianness bug. by Gabriel Paubert · 23 years ago
  58. 24bfb44 super.c (check_super_block): Make sure that if the inode table by Theodore Ts'o · 23 years ago
  59. 1e9a7e0 2fsck.8.in: Fix minor typo in man page and clarify device specification. by Theodore Ts'o · 23 years ago
  60. 62e3e7f journal.c (clear_v2_journal_fields, e2fsck_journal_load): If the by Theodore Ts'o · 23 years ago
  61. 773fd8a e2fsck.h, journal.c (e2fsck_move_ext3_journal): Add new function by Theodore Ts'o · 23 years ago
  62. fbf9111 Update changelogs for 1.25 release. by Theodore Ts'o · 23 years ago
  63. ae6cdcf e2fsck: If a superblock is specified explicitly by the by Theodore Ts'o · 23 years ago
  64. fb70775 Update for 1.24a release by Theodore Ts'o · 23 years ago
  65. 109624a Update for 1.24 release. by Theodore Ts'o · 23 years ago
  66. b1f204f pass1.c (e2fsck_pass1): For EXT2_RESIZE_INO, allow its i_mode to by Theodore Ts'o · 23 years ago
  67. 0f8973f Remove EXT2FS_VERSION from the version display, since it only confuses people. by Theodore Ts'o · 23 years ago
  68. 943ed87 Add missing log entry showing when we released e2fsprogs 1.23 by Theodore Ts'o · 23 years ago
  69. 53abed0 Deal with libc5's lack of strnlen. by Theodore Ts'o · 23 years ago
  70. eb4ab51 super.c (release_orphan_inodes): If the filesystem contains by Theodore Ts'o · 23 years ago
  71. a40ecbb e2fsck/pass1.c (e2fsck_pass1_check_device_inode): If i_blocks is by Theodore Ts'o · 23 years ago
  72. 85645a6f pass1.c (check_size): Fix logic in check_size; the previous code by Theodore Ts'o · 23 years ago
  73. a474269 pass1.c, pass2.c, problem.c, problem.h: Fix bug introduced by by Theodore Ts'o · 23 years ago
  74. 2b94c65 unix.c (show_stats): Print the number of large files in verbose mode. by Theodore Ts'o · 23 years ago
  75. c0a083f * journal.c (recover_ext3_journal): If s_errno is set in the by Theodore Ts'o · 23 years ago
  76. bd512b6 Add ChangeLog entry for changes made by Andreas by Theodore Ts'o · 23 years ago
  77. d007cb4 Cleanup changes to Andreas' symlink patch. Remove use of EXT2_LINK_DIR 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. 1e16526 e2fsck.c (e2fsck_reset_context): Fix bug; only close the io channel if by Theodore Ts'o · 23 years ago
  82. a092c56 Update problem message printed when special files have the immutable by Theodore Ts'o · 23 years ago
  83. fd77b2c pass1.c (e2fsck_pass1): Check for symlinks that have the by Theodore Ts'o · 23 years ago
  84. 24ceb24 pass1.c (e2fsck_pass1): Free ctx->block_ea_map at the end of pass 1. by Theodore Ts'o · 23 years ago
  85. 14fe1c3 Apply fixes reported by Andreas Gruenbacher: by Theodore Ts'o · 23 years ago
  86. adee8d7 Add support for use of an external journal (so long as the external by Theodore Ts'o · 23 years ago
  87. d312401 unix.c (main): Add an explicit warning when the filesystem is left not by Theodore Ts'o · 23 years ago
  88. 55fd07e This patch completes the initial extended attribute/ACL support for by Theodore Ts'o · 23 years ago
  89. 3c6b897 Speed up journal recovery in userspace by avoiding a pointless by Theodore Ts'o · 23 years ago
  90. 7b63fff pass1b.c (pass1b, process_pass1b_block): Change the num_bad by Theodore Ts'o · 23 years ago
  91. 7abb2bd pass1b.c (clone_file_block): Fix bugs when cloning extended attribute by Theodore Ts'o · 23 years ago
  92. e8a3ee6 Add code to check and fix incorrect reference counts in the extended by Theodore Ts'o · 23 years ago
  93. 342d847 Add initial support for extended attribute blocks by Theodore Ts'o · 23 years ago
  94. 636a954 Use long long to calculate the percentage by Theodore Ts'o · 23 years ago
  95. 6796013 Update changelogs for 1.22. by Theodore Ts'o · 23 years ago
  96. d90f349 e2fsck/flushb.c and lib/ext2fs/flushb.c: Use platform independent by Theodore Ts'o · 23 years ago
  97. 42475e2 super.c (release_inode_blocks): Don't try to release the blocks if the by Theodore Ts'o · 23 years ago
  98. f4f75ba ChangeLog: Update for 1.21 release. by Theodore Ts'o · 23 years ago
  99. e333845 RELEASE-NOTES, ChangeLog: Add Debian bug number which got resolved. by Theodore Ts'o · 23 years ago
  100. b6a0807 ChangeLog, unix.c: by Theodore Ts'o · 23 years ago