1. e0ed740 Switch back to 1.42.9 now that there is a fix by JP Abgrall · 10 years ago
  2. 65f0aab Revert changes that moved from 1.41.14 to 1.42.9 by JP Abgrall · 10 years ago
  3. 18a1444 Add files that would normally be generated by the e2fsprogs build system by Bernhard Rosenkränzer · 10 years ago
  4. f404167 Clean up sparse warnings by Theodore Ts'o · 10 years ago
  5. 3b6c093 libext2fs: fix tests that set LARGE_FILE by Darrick J. Wong · 10 years ago
  6. 3971bfe e2fsck: use dgrp_t for block group numbers by Theodore Ts'o · 11 years ago
  7. 3c7c6d7 e2fsck: use problem_t to suppress some -Wconversion warnings by Theodore Ts'o · 11 years ago
  8. 7bef6d5 e2fsck: use ext2fs_write_dir_block3() instead of ext2fs_write_dir_block() by Kit Westneat · 11 years ago
  9. c8ec2ba e2fsck: correctly deallocate invalid extent-mapped symlinks by Theodore Ts'o · 11 years ago
  10. 6847735 e2fsck: fix gcc -Wall nits by Theodore Ts'o · 11 years ago
  11. 830b44f e2fsck: use different bitmap types as appropriate by Theodore Ts'o · 12 years ago
  12. 0c80c44 libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flag by Theodore Ts'o · 13 years ago
  13. d1154eb Shorten compile commands run by the build system by Theodore Ts'o · 13 years ago
  14. f85a9ae e2fsck: Don't store old_op from ehandler_operation if we don't restore it. by Eric Sandeen · 13 years ago
  15. 11ba79b e2fsprogs: Remove impossible name_len tests. by Eric Sandeen · 13 years ago
  16. 624e4a6 e2fsck: add support for checking the built-in quota files by Aditya Kali · 13 years ago
  17. 0bd0e59 misc: use EXT2_I_SIZE() consistently to get size by Andreas Dilger · 13 years ago
  18. cf5301d misc: clean up compiler warnings by Andreas Dilger · 13 years ago
  19. 6dc6439 e2fsck: Fix up to be 64-bit block number safe by Valerie Aurora Henson · 14 years ago
  20. 97d26ce Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  21. 0433c1f e2fsck: Don't clear inodes if we found inodes that are in the unused region by Theodore Ts'o · 14 years ago
  22. 2d07b3a Merge branch 'maint' into next by Theodore Ts'o · 14 years ago
  23. 3a6be7b e2fsck: Fix block allocation for holes in extent-mapped directories by Theodore Ts'o · 15 years ago
  24. 48f2305 Convert ext2fs_block_alloc_stats() calls to block_alloc_stats2() by Valerie Aurora Henson · 15 years ago
  25. d7cca6b Convert to use block group accessor functions by Valerie Aurora Henson · 15 years ago
  26. cd65a24 libext2fs: Convert ext2fs_bg_flag_test() to ext2fs_bg_flags_test() by Theodore Ts'o · 15 years ago
  27. e633b58 libext2fs: clean up ext2fs_bg_flags_ interfaces by Eric Sandeen · 15 years ago
  28. 4efbac6 Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count() by Valerie Aurora Henson · 15 years ago
  29. a63745e Use ext2fs_file_acl_block() instead of using .i_file_acl directly by Valerie Aurora Henson · 15 years ago
  30. 732c8cd Use accessor functions fields for bg_flags in the block group descriptors by Theodore Ts'o · 15 years ago
  31. c5d2f50 e2fsck: Convert e2fsck to new bitmap interface by Valerie Aurora Henson · 15 years ago
  32. f27aea2 e2fsck: remove unnecessary continue statement by Kazuya Mio · 15 years ago
  33. 8a48035 Fix encoding for rec_len in directories for >= 64k blocksize file systems by Theodore Ts'o · 15 years ago
  34. 23f75f6 e2fsck: fix miscellaneous memory leaks by Theodore Ts'o · 15 years ago
  35. 9facd07 Add empty function for init_resource_track() and print_resource_track() by Ken Chen · 15 years ago
  36. 6267ee4 e2fsck: only restart e2fsck once for inodes in uninit range by Andreas Dilger · 15 years ago
  37. 911ec62 e2fsck: On a 32-bit filesystem, make sure i_file_acl_high is zero by Theodore Ts'o · 15 years ago
  38. 42e89ce e2fsck: Don't cancel the fsck run after clearing an errant INODE_UNINIT flag by Theodore Ts'o · 16 years ago
  39. 03fa6f8 Fix various signed/unsigned gcc warnings by Theodore Ts'o · 16 years ago
  40. efc6f62 Remove trailing whitespace for the entire source tree by Theodore Ts'o · 16 years ago
  41. 5dd77db Add support for with empty directory blocks in 64k blocksize filesystems by Theodore Ts'o · 16 years ago
  42. e5e12db fix e2fsck error message for bad htree depth by Andreas Dilger · 16 years ago
  43. 1ca1059 Add support for the HUGE_FILE feature by Theodore Ts'o · 16 years ago
  44. 49a7360 Make e2fsck uninit block group aware by Jose R. Santos · 17 years ago
  45. 7cadc57 e2fsck: Support long symlinks which use extents by Theodore Ts'o · 16 years ago
  46. a040a99 Merge branch 'maint' by Theodore Ts'o · 16 years ago
  47. d45edec e2fsck: Handle a pass 2 "should never happen" error gracefully by Theodore Ts'o · 16 years ago
  48. a49670e Merge branch 'maint' by Theodore Ts'o · 16 years ago
  49. 77175ca e2fsck: Don't clear the LARGE_FILES feature flag by Theodore Ts'o · 16 years ago
  50. e3df15a e2fsck: factor out code to clear an inode into e2fsck_clear_inode() by Theodore Ts'o · 17 years ago
  51. 5b57d92 e2fsck: remove masix support by Coly Li · 17 years ago
  52. 2628a1d Merge branch 'maint' by Theodore Ts'o · 17 years ago
  53. 0cfce7f e2fsck: update the backup superblocks if the feature bitmasks are changed by Theodore Ts'o · 17 years ago
  54. 6d96b00 Add I/O statistics to e2fsck by Theodore Ts'o · 17 years ago
  55. 575307c e2fsck: Fix salvage_directory when the last entry's rec_len is too big by Kalpak Shah · 17 years ago
  56. d5b753e Remove unused variable in e2fsck/pass2.c:check_dir_block() by Theodore Ts'o · 17 years ago
  57. 3f4c46e Correct byteswapping for fast symlinks with xattrs by Bryn M. Reeves · 17 years ago
  58. e94bc63 Improve I/O error messages in e2fsck by Theodore Ts'o · 17 years ago
  59. 34b9f79 Enable e2fsck to use the tdb library for the inode count abstraction by Theodore Ts'o · 17 years ago
  60. 28db82a Rework e2fsck's dirinfo abstraction to be more friendly for databases by Theodore Ts'o · 17 years ago
  61. 642935c Fix misc. gcc -Wall complaints in the misc and e2fsck directories by Theodore Ts'o · 18 years ago
  62. f77704e Add directory hashed signed/unsigned hint to superblock by Theodore Ts'o · 18 years ago
  63. 5d17119 On-disk format definition for huge files by Theodore Ts'o · 18 years ago
  64. 977ac87 Fix potential e2fsck -n crash by Theodore Ts'o · 18 years ago
  65. 8deb80a Fix format statements to make e2fsprogs programs 32-bit clean by Takashi Sato · 18 years ago
  66. f76344f [BUGFIX]: E2fsck will segfault on disconnected inode with extended attribute(s) by Theodore Ts'o · 19 years ago
  67. 1f3ad14 Use a centrally stored current time for "now" which by Theodore Ts'o · 19 years ago
  68. 33db8f8 Remove support for --enable-clear-htree; this was by Theodore Ts'o · 19 years ago
  69. a894eb4 pass2.c (e2fsck_process_bad_inode): Fix a corner case involving by Theodore Ts'o · 19 years ago
  70. 7e0282c Fixed missing not_fixed branch in e2fsck so that if the frag size field in by Theodore Ts'o · 19 years ago
  71. 6c313fd Fix e2fsck to not delete symlinks that contain an extended attribute after by Theodore Ts'o · 19 years ago
  72. 1ba7a2f Fix a byte swap bugs, including one which caused e2fsck to by Theodore Ts'o · 20 years ago
  73. b969b1b Fix more compiler warnings. by Matthias Andree · 20 years ago
  74. 5443492 Fix gcc -Wall nitpicks by Theodore Ts'o · 21 years ago
  75. c4e3d3f ext2fs_getmem(), ext2fs_free_mem(), and ext2fs_resize_mem() by Theodore Ts'o · 21 years ago
  76. 48e6e81 Fixx gcc -Wall nitpicks. by Theodore Ts'o · 21 years ago
  77. 520ead3 Fix gcc -Wall warnings. by Theodore Ts'o · 21 years ago
  78. 0926668 e2fsck/pass2.c (check_dir_block): Check for duplicate filenames within by Theodore Ts'o · 21 years ago
  79. f364093 Update debugfs and e2fsck to use the blkid library. by Theodore Ts'o · 21 years ago
  80. e34bf43 pass2.c (strnlen): Provide strnlen if libc doesn't. by Theodore Ts'o · 21 years ago
  81. 0c897a9 Add german translation to the language catalog by Theodore Ts'o · 22 years ago
  82. 8132d84 Fix endian problems in the htree code for e2fsck and debugfs. by Theodore Ts'o · 22 years ago
  83. ad4fa46 Avoid counting directory entries during a directory salvage. by Theodore Ts'o · 22 years ago
  84. e8254bf pass2.c (check_dir_block): Do a more paranoid check when trying by Theodore Ts'o · 22 years ago
  85. e70ae99 Add a more sophisticated algorithm to e2fsck to salvage corrupted directories. by Theodore Ts'o · 22 years ago
  86. ea1959f Fix a bug which caused e2fsck to fail to correctly check filesystems by Theodore Ts'o · 22 years ago
  87. 0684a4f Overhaul extended attribute handling. Should now be correct with by Theodore Ts'o · 22 years ago
  88. 4cae045 Add SIGINT and SIGTERM handling to fsck and e2fsck. For e2fsck, by Theodore Ts'o · 22 years ago
  89. b7a0056 Add support to e2fsck to reindex directories to use hash trees. by Theodore Ts'o · 22 years ago
  90. 62acaa1 pass2.c (e2fsck_pass2): Use dx_dir->numblocks instead of by Theodore Ts'o · 22 years ago
  91. 503f9e7 Add support for the half-MD4 HTREE hash. by Theodore Ts'o · 22 years ago
  92. 8fdc998 Add initial support for htree directories. by Theodore Ts'o · 22 years ago
  93. bcf9c5d Fix up Andreas' changeset. Avoid use of dynamic automatic arrays, by Theodore Ts'o · 22 years ago
  94. b94a052 Add more complete tests for symlinks: nul termination of long links and length by Andreas Dilger · 22 years ago
  95. a474269 pass1.c, pass2.c, problem.c, problem.h: Fix bug introduced by by Theodore Ts'o · 23 years ago
  96. d007cb4 Cleanup changes to Andreas' symlink patch. Remove use of EXT2_LINK_DIR by Theodore Ts'o · 23 years ago
  97. 67052a8 Add extra checks for bad symlinks, including zero length symlinks, by Andreas Dilger · 23 years ago
  98. 342d847 Add initial support for extended attribute blocks by Theodore Ts'o · 23 years ago
  99. fdbdea0 ChangeLog, pass1.c, pass2.c, problem.c, problem.h: by Theodore Ts'o · 23 years ago
  100. b9852cd ChangeLog, pass2.c: by Theodore Ts'o · 23 years ago