1. ef1232b tune2fs: force MMP update when changing metadata_csum flag by Darrick J. Wong · 13 years ago
  2. f57b371 e2fsck: verify and correct MMP checksum problems by Darrick J. Wong · 13 years ago
  3. a9620d8 libext2fs: add checksum to MMP block by Darrick J. Wong · 13 years ago
  4. 2b588d7 mke2fs: warn if not enabling all the features that metadata_csum wants by Darrick J. Wong · 13 years ago
  5. ef5b606 mke2fs: write new group descriptors with the appropriate checksum by Darrick J. Wong · 13 years ago
  6. 9d25f64 tune2fs: rewrite block group checksums when changing checksumming feature flags by Darrick J. Wong · 13 years ago
  7. 387e638 e2fsck: ensure block group checksum uses by Darrick J. Wong · 13 years ago
  8. 5b58dc2 libext2fs: block group checksum should use metadata_csum algorithm by Darrick J. Wong · 13 years ago
  9. 53c2c8a mke2fs: record the checksum algorithm in use in the superblock by Darrick J. Wong · 13 years ago
  10. 022c81a tune2fs: store checksum algorithm type in superblock by Darrick J. Wong · 13 years ago
  11. 1eedf3e libext2fs: record the checksum algorithm in use in the superblock by Darrick J. Wong · 13 years ago
  12. dbfab11 e2fsck: handle superblock checksum errors gracefully by Darrick J. Wong · 13 years ago
  13. d4ca3e4 libext2fs: calculate and verify superblock checksums by Darrick J. Wong · 13 years ago
  14. fa0ecf1 tune2fs: rewrite extended attribute block checksums by Darrick J. Wong · 13 years ago
  15. 5e07cb2 e2fsck: check extended attribute block checksums by Darrick J. Wong · 13 years ago
  16. 39f5659 libext2fs: verify and calculate extended attribute block checksums by Darrick J. Wong · 13 years ago
  17. 761b76a tune2fs: rebuild and checksum directories when necessary by Darrick J. Wong · 13 years ago
  18. e854879 e2fsck: check directory leaf block checksums by Darrick J. Wong · 13 years ago
  19. 81683c6 libext2fs: add checksums to the end of directory leaf nodes by Darrick J. Wong · 13 years ago
  20. 0730711 e2fsck: verify htree root/node checksums by Darrick J. Wong · 13 years ago
  21. dc96de0 libext2fs: add dx_root/dx_node checksum calculation and verification helpers by Darrick J. Wong · 13 years ago
  22. a996466 debugfs: print htree internal node checksums by Darrick J. Wong · 13 years ago
  23. 1e2372b e2fsck: verify extent tree blocks and clear the bad ones by Darrick J. Wong · 13 years ago
  24. 7cf0485 tune2fs: enable extent tree checksums by Darrick J. Wong · 13 years ago
  25. 41275ef libext2fs: verify and calculate extent tree block checksums by Darrick J. Wong · 13 years ago
  26. 544058f tune2fs: rewrite block bitmap checksums by Darrick J. Wong · 13 years ago
  27. d1b9d83 e2fsck: don't verify bitmap checksums by Darrick J. Wong · 13 years ago
  28. da670fe e2fsck: verify block bitmap checksum by Darrick J. Wong · 13 years ago
  29. 24c6c8b dumpe2fs: display block bitmap checksum by Darrick J. Wong · 13 years ago
  30. e7dc95c libext2fs: create the block bitmap checksum by Darrick J. Wong · 13 years ago
  31. 11ac780 e2fsck: verify inode bitmap checksum by Darrick J. Wong · 13 years ago
  32. 6203917 dumpe2fs: display inode bitmap checksum by Darrick J. Wong · 13 years ago
  33. 9038bdb tune2fs: rewrite inode bitmap checksums by Darrick J. Wong · 13 years ago
  34. a80ea34 libext2fs: create the inode bitmap checksum by Darrick J. Wong · 13 years ago
  35. 9309d33 mke2fs: allow metadata checksums to be turned on at mkfs time by Darrick J. Wong · 13 years ago
  36. b9cde40 e2fsck: verify and correct inode checksums by Darrick J. Wong · 13 years ago
  37. 7178b57 tune2fs: add inode checksum support by Darrick J. Wong · 13 years ago
  38. 6d0af0c debugfs: dump inode checksum when appropriate by Darrick J. Wong · 13 years ago
  39. 37d82b6 libext2fs: add inode checksum support by Darrick J. Wong · 13 years ago
  40. 4ffbe3a libext2fs: precompute FS UUID checksum seed by Darrick J. Wong · 13 years ago
  41. 9bca9a3 debugfs: optionally ignore bad checksums by Darrick J. Wong · 13 years ago
  42. 5d914d7 libext2fs: change ext4 on-disk layout to support metadata checksumming by Darrick J. Wong · 13 years ago
  43. 91db7e2 libext2fs: read and write full size inodes by Darrick J. Wong · 13 years ago
  44. 8718cb6 libext2fs: enforce the block group descriptor size in ext2fs_open() by Theodore Ts'o · 13 years ago
  45. f3ce48a libext2fs: remove debugging printf from ext2fs_group_desc_csum by Theodore Ts'o · 13 years ago
  46. dfe74c5 libext2fs: call numeric_progress functions through a operations struct by Theodore Ts'o · 13 years ago
  47. bc0b1a8 libext2fs: move ext2fs_get_num_dirs to its own file by Theodore Ts'o · 13 years ago
  48. c4111cd libext2fs: use strcpy()/strcat() instead of sprintf() in bmap functions by Theodore Ts'o · 13 years ago
  49. 1b6de47 libext2fs: use abort() instead of perror()/exit() by Theodore Ts'o · 13 years ago
  50. 9835dba e2fsck: add SIGABRT to list of signals processed by sigcatcher by Theodore Ts'o · 13 years ago
  51. 567e7a3 libext2fs: only define ba_print_stats() when needed by Tony Breeds · 13 years ago
  52. 1625bf4 Add support so that all bmap statistics via configure options by Tony Breeds · 13 years ago
  53. d6a4bcb Make Multi Mount Protection (MMP) optional at configure time. by Tony Breeds · 13 years ago
  54. 119f1ad ext2fs.h: Change how we deal with optional incompat features. by Tony Breeds · 13 years ago
  55. 67b3721 Update Release Notes, Changelogs, version.h, etc. for 1.42.5 release by Theodore Ts'o · 13 years ago
  56. 87e56a9 e2fsck: print the number of blocks and inodes in the verbose statistics by Theodore Ts'o · 13 years ago
  57. da0fa8f e2fsck: allow for bigger disks when printing verbose statistics by Theodore Ts'o · 13 years ago
  58. c0a8496 e2fsck: add e2fsck.conf options for extra reporting by Theodore Ts'o · 13 years ago
  59. 3aa8f60 libext2fs: fix uninit block calculation when inodes_per_block < first_ino by Theodore Ts'o · 13 years ago
  60. 32d4eb2 e2fsck: fix code which uniquifies names in directory entries by Theodore Ts'o · 13 years ago
  61. a7c1743 Link shared libraries with local libraries instead of system ones by Olivier Blin · 13 years ago
  62. d2051f1 debian: set e2fsprogs as Multi-Arch: foreign by Riku Voipio · 13 years ago
  63. 78a0d2b e2fsck: check a file system mounted read-only if forced by Theodore Ts'o · 13 years ago
  64. a85f835 Revert "e2fsck: Skip journal checks if the fs is mounted and doesn't need recovery" by Theodore Ts'o · 13 years ago
  65. 032eafe e4defrag: handle device symlinks by Eric Sandeen · 13 years ago
  66. 339e457 filefrag: fix segfault on virtual fs by Eric Sandeen · 13 years ago
  67. b34056f chattr: update chattr's man page chattr for No_COW by Liu Bo · 13 years ago
  68. 036fda6 filefrag: fix report of number of extents by Liu Bo · 13 years ago
  69. 53462aa logsave: fix fd leak which could cause logsave to hang by Theodore Ts'o · 13 years ago
  70. 89dd15d tune2fs: fix quota feature removal by Aditya Kali · 13 years ago
  71. 75e862e e2fsck/quota: mark FS invalid if quotas are not fixed by Aditya Kali · 13 years ago
  72. ad64902 libquota: fix quota_inode_truncate() by Aditya Kali · 13 years ago
  73. 5027751 tune2fs/quota: always create hidden quota files by Aditya Kali · 13 years ago
  74. 585545e Fix spelling typo's in man pages for tune2fs and mke2fs by Theodore Ts'o · 13 years ago
  75. 280841e build: add generated files to .gitignore by Andreas Dilger · 13 years ago
  76. 2d2abcc e2fsck: rename "bool" variables by Andreas Dilger · 13 years ago
  77. a1c4e15 Update debian changelog for 1.42.4-3 by Theodore Ts'o · 13 years ago
  78. fd7042b chattr: add the -C option to the usage message by Liu Bo · 13 years ago
  79. 6f0eef4 Update version.h using the proper abbreviation for June by Theodore Ts'o · 13 years ago
  80. c1986ec Fix blhc (Build Log Hardening Check) warnings by Theodore Ts'o · 13 years ago
  81. 8f00911 libquota: remove unneeded #include of <sys/quota.h> by Theodore Ts'o · 13 years ago
  82. d6a3e41 Update Release Notes, Changelogs, version.h, etc. for 1.42.4 release by Theodore Ts'o · 13 years ago
  83. 0796e66 lsattr, chattr: add support for btrfs's No_COW flag by Theodore Ts'o · 13 years ago
  84. ff07d43 tests: allow e2fsck tests to run on OS/X by Andreas Dilger · 13 years ago
  85. e130a16 tests: add two more tests of orphaned inode handling by Theodore Ts'o · 13 years ago
  86. beb388a libext2fs: fix block iterator for extents when truncating inodes by Theodore Ts'o · 13 years ago
  87. e9e9658 e2fsck: update global free blocks/inodes count when truncating orphan inodes by Theodore Ts'o · 13 years ago
  88. 6854ab1 debugfs: interpret date strings of the form @dddd by Theodore Ts'o · 13 years ago
  89. 8d12c46 tests: add new test f_zero_extent_length by Tao Ma · 13 years ago
  90. 9c40d14 e2fsck: only check for zero-length leaf extents by Theodore Ts'o · 13 years ago
  91. e0e2c7d libext2fs: fix i_blocks for extent leaf create/delete with bigalloc by Aditya Kali · 13 years ago
  92. 63b3913 e2fsck: correctly propagate error from journal to superblock by Theodore Ts'o · 13 years ago
  93. 2ae58b6 libquota: remove unnecessary definitions by Jan Kara · 13 years ago
  94. eb92f57 tests: fix the e2fsck test script to handle a missing test name by Theodore Ts'o · 13 years ago
  95. be1b8c6 tests: add new test to validate errno handling in the journal superblock by Theodore Ts'o · 13 years ago
  96. 6d75685 e2fsck: handle an already recovered journal with a non-zero s_error field by Theodore Ts'o · 13 years ago
  97. 9906409 dumpe2fs: print journal's s_errno field if it is non-zero by Theodore Ts'o · 13 years ago
  98. cd5bb7c e2fsck: allow checking on mounted root fs by Andreas Dilger · 13 years ago
  99. f3331df tests: use make rules to run tests in parallel by Andreas Dilger · 13 years ago
  100. 182acd1 libext2fs: don't inline ext2fs_open_file() and ext2fs_stat() by Andreas Dilger · 13 years ago