1. d1b4b85 Fix more rounding overflows for filesystems that have 2**32-1 blocks by Eric Sandeen · 18 years ago
  2. abf2343 Create new ext2fs library inlines: ext2fs_group_{first,last}_block() by Eric Sandeen · 18 years ago
  3. 62c6d14 Remove unused variables by Eric Sandeen · 18 years ago
  4. 2743159 Fix false positives from valgrind: memcpy via no-op structure copy by Theodore Ts'o · 19 years ago
  5. 1f3ad14 Use a centrally stored current time for "now" which by Theodore Ts'o · 20 years ago
  6. 4147d9f pass1.c (e2fsck_pass1): If the superblock last mount time (not by Theodore Ts'o · 20 years ago
  7. cebe48a Integrate code from Alex Thomas at Clusterfs to check extended attributes by Theodore Ts'o · 20 years ago
  8. dc71f23 Fix bug in e2fsck where we don't notice if a file with an extended by Theodore Ts'o · 20 years ago
  9. c3ffaf8 Add support to detect corrupted resize_inode's to e2fsck. by Theodore Ts'o · 20 years ago
  10. d323f8f Add support for on-line resizing ala the resize inode. This patch by Theodore Ts'o · 20 years ago
  11. 8421fb6 pass1.c (process_block): Change the limit of directory size from 32 MB to 2GB. by Theodore Ts'o · 20 years ago
  12. 83e692e unix_io.c, pass1.c: by Matthias Andree · 21 years ago
  13. b969b1b Fix more compiler warnings. by Matthias Andree · 21 years ago
  14. 5443492 Fix gcc -Wall nitpicks by Theodore Ts'o · 21 years ago
  15. 000ba40 pass1.c (e2fsck_pass1), problem.h (PR_1_BB_FS_BLOCK), by Theodore Ts'o · 21 years ago
  16. ef344e1 Centeralize calculation of which blocks are reserved/used for by Theodore Ts'o · 21 years ago
  17. c4e3d3f ext2fs_getmem(), ext2fs_free_mem(), and ext2fs_resize_mem() by Theodore Ts'o · 21 years ago
  18. f364093 Update debugfs and e2fsck to use the blkid library. by Theodore Ts'o · 22 years ago
  19. 4f48928 pass1.c (check_blocks): Use the EXT2_I_SIZE macro. by Theodore Ts'o · 22 years ago
  20. 299d742 Change e2fsck to force out changes to the backup copies of the by Theodore Ts'o · 22 years ago
  21. be93ef0 pass1.c (e2fsck_pass1): Check the superblock write time to see by Theodore Ts'o · 22 years ago
  22. 76dd5e5 Add support for the meta_bg feature flag to the resize2fs program. by Theodore Ts'o · 22 years ago
  23. c046ac7 Add support for the meta_blockgroup filesystem format. by Theodore Ts'o · 22 years ago
  24. 3e69906 Fix gcc -Wall nits. by Theodore Ts'o · 22 years ago
  25. d237a78 Handle BAD_BLOCK_IN_INODE_TABLE even at the beginning of the by Theodore Ts'o · 22 years ago
  26. f044b4d Update and clarify man pages (addresses Debian Bug #145044). by Theodore Ts'o · 22 years ago
  27. 0684a4f Overhaul extended attribute handling. Should now be correct with by Theodore Ts'o · 22 years ago
  28. 3214a45 pass1.c (e2fsck_pass1): If e2fsck is run with -n, don't create by Theodore Ts'o · 22 years ago
  29. b7a0056 Add support to e2fsck to reindex directories to use hash trees. by Theodore Ts'o · 22 years ago
  30. 503f9e7 Add support for the half-MD4 HTREE hash. by Theodore Ts'o · 22 years ago
  31. 8fdc998 Add initial support for htree directories. by Theodore Ts'o · 22 years ago
  32. 0d63467 Update to support the V2 Bestbits EA format. by Theodore Ts'o · 22 years ago
  33. da30704 Check for inodes which are too big (either too many blocks, or by Theodore Ts'o · 22 years ago
  34. bcf9c5d Fix up Andreas' changeset. Avoid use of dynamic automatic arrays, by Theodore Ts'o · 22 years ago
  35. b94a052 Add more complete tests for symlinks: nul termination of long links and length by Andreas Dilger · 22 years ago
  36. 7823dd6 Fix fencepost error in allocating space for array. by Theodore Ts'o · 22 years ago
  37. 31e29a1 Fix up Andreas's 8k blocksize changes to fix a number of bugs, by Theodore Ts'o · 22 years ago
  38. 932a489 Add support for creating and checking 8192-byte blocksize filesystems. by Andreas Dilger · 22 years ago
  39. 4ea7bd0 Fix various gcc -Wall nits. Fixed a bug in mke2fs where a bogus by Theodore Ts'o · 23 years ago
  40. 59f2724 mke2fs.c (main): Zap the second sector of the disk, along with by Andreas Dilger · 23 years ago
  41. b1f204f pass1.c (e2fsck_pass1): For EXT2_RESIZE_INO, allow its i_mode to by Theodore Ts'o · 23 years ago
  42. 53abed0 Deal with libc5's lack of strnlen. by Theodore Ts'o · 23 years ago
  43. a40ecbb e2fsck/pass1.c (e2fsck_pass1_check_device_inode): If i_blocks is by Theodore Ts'o · 23 years ago
  44. 85645a6f pass1.c (check_size): Fix logic in check_size; the previous code by Theodore Ts'o · 23 years ago
  45. a474269 pass1.c, pass2.c, problem.c, problem.h: Fix bug introduced by by Theodore Ts'o · 23 years ago
  46. d007cb4 Cleanup changes to Andreas' symlink patch. Remove use of EXT2_LINK_DIR by Theodore Ts'o · 23 years ago
  47. 67052a8 Add extra checks for bad symlinks, including zero length symlinks, by Andreas Dilger · 23 years ago
  48. fd77b2c pass1.c (e2fsck_pass1): Check for symlinks that have the by Theodore Ts'o · 23 years ago
  49. 24ceb24 pass1.c (e2fsck_pass1): Free ctx->block_ea_map at the end of pass 1. by Theodore Ts'o · 23 years ago
  50. 14fe1c3 Apply fixes reported by Andreas Gruenbacher: by Theodore Ts'o · 23 years ago
  51. 55fd07e This patch completes the initial extended attribute/ACL support for by Theodore Ts'o · 23 years ago
  52. b5acdb6 pass1.c (e2fsck_pass1): Defer inodes which have an extended attribute by Theodore Ts'o · 23 years ago
  53. e8a3ee6 Add code to check and fix incorrect reference counts in the extended by Theodore Ts'o · 23 years ago
  54. 342d847 Add initial support for extended attribute blocks by Theodore Ts'o · 23 years ago
  55. fdbdea0 ChangeLog, pass1.c, pass2.c, problem.c, problem.h: by Theodore Ts'o · 23 years ago
  56. 71d521c ChangeLog, pass1.c, pass1b.c: by Theodore Ts'o · 23 years ago
  57. 21afac0 ChangeLog, pass1.c, problem.c, problem.h, problemP.h: by Theodore Ts'o · 23 years ago
  58. a5c33f2 ChangeLog, pass1.c: by Theodore Ts'o · 24 years ago
  59. a9ca201 ChangeLog, pass1.c, problem.c, problem.h: by Theodore Ts'o · 24 years ago
  60. 5ba23cb ChangeLog, e2fsck.h, flushb.c, iscan.c, unix.c: by Theodore Ts'o · 24 years ago
  61. 86c627e Many files: by Theodore Ts'o · 24 years ago
  62. 53ef44c Many files: by Theodore Ts'o · 24 years ago
  63. f18996c ChangeLog, pass1.c, problem.c, problem.h: by Theodore Ts'o · 24 years ago
  64. 5dd8f96 ChangeLog, journal.c, pass1.c, super.c, unix.c: by Theodore Ts'o · 24 years ago
  65. f5ae75e ChangeLog, pass1.c: by Theodore Ts'o · 24 years ago
  66. 8188c9e ChangeLog, pass1.c: by Theodore Ts'o · 24 years ago
  67. b09a4b0 ChangeLog, pass1.c: by Theodore Ts'o · 24 years ago
  68. 9cbfb8d ChangeLog, pass1.c: by Theodore Ts'o · 24 years ago
  69. d647a1e ChangeLog, pass1.c, problem.c, problem.h: by Theodore Ts'o · 24 years ago
  70. 01fbc70 ChangeLog, pass1.c, problem.c: by Theodore Ts'o · 25 years ago
  71. 1917875 Many files: by Theodore Ts'o · 25 years ago
  72. 80c5d7e ChangeLog, e2fsck.h, pass1.c, pass1b.c: by Theodore Ts'o · 25 years ago
  73. 0c4a072 Many files: by Theodore Ts'o · 25 years ago
  74. 86a63e9 ChangeLog, pass1.c: by Theodore Ts'o · 25 years ago
  75. 6fdc7a3 ChangeLog, e2fsck.h, pass1.c, pass2.c, pass3.c, problem.c, problem.h, util.c: by Theodore Ts'o · 25 years ago
  76. aa4115a Many files: by Theodore Ts'o · 25 years ago
  77. 5596def Many files: by Theodore Ts'o · 25 years ago
  78. e72a9ba ChangeLog, e2fsck.h, pass1.c, pass2.c, pass4.c, swapfs.c: by Theodore Ts'o · 25 years ago
  79. 1dde43f ChangeLog, mke2fs.c, tune2fs.8.in: by Theodore Ts'o · 26 years ago
  80. 874b4d2 ChangeLog, pass1.c: by Theodore Ts'o · 26 years ago
  81. 9d1bd3d ChangeLog, pass1.c, problem.h: by Theodore Ts'o · 26 years ago
  82. 4c77fe5 ChangeLog, e2fsck.h, pass1.c, super.c: by Theodore Ts'o · 26 years ago
  83. 4c27e6d pass1.c: Change "long long" to be __s64 by Theodore Ts'o · 27 years ago
  84. 246501c Many files: by Theodore Ts'o · 27 years ago
  85. 2df1f6a ChangeLog, e2fsck.c, e2fsck.h, pass1.c: by Theodore Ts'o · 27 years ago
  86. a02ce9d Many files: by Theodore Ts'o · 27 years ago
  87. 54dc7ca Many files: by Theodore Ts'o · 27 years ago
  88. 7fdfabd ChangeLog, pass1.c, util.c: by Theodore Ts'o · 27 years ago
  89. 8039c48 ChangeLog, pass1.c: by Theodore Ts'o · 27 years ago
  90. f8188ff Many files: by Theodore Ts'o · 27 years ago
  91. 08b2130 Many files: by Theodore Ts'o · 27 years ago
  92. 291c904 ext2fs.h, ext2_err.et.in, ChangeLog, pass1.c, pass3.c: by Theodore Ts'o · 27 years ago
  93. c555aeb Many files: by Theodore Ts'o · 27 years ago
  94. 8bf191e Many files: by Theodore Ts'o · 27 years ago
  95. 1b6bf17 Many files: by Theodore Ts'o · 27 years ago
  96. 7cf73dc ChangeLog, e2fsck.h, message.c, pass1.c, pass2.c, problem.c, problem.h: by Theodore Ts'o · 27 years ago
  97. da2e97f ChangeLog, pass1.c, problem.c: by Theodore Ts'o · 27 years ago
  98. 521e368 Many files: Checked in e2fsprogs 1.08. by Theodore Ts'o · 27 years ago
  99. 21c84b7 Many files: Checked in e2fsprogs-1.07 by Theodore Ts'o · 27 years ago
  100. 5c57647 Many files: Checked in e2fsprogs 1.06 by Theodore Ts'o · 27 years ago