Displaying 1 result from an estimated 1 matches for "g5ff921b".
2011 Dec 22
0
[RESEND] [PATCH v2] Btrfs: runtime integrity check tool
...d, (i.e., they have been
referenced by the super block) or they have been
written since then and the write completion callback
was called.
2b. All referenced blocks need to have a generation
number which is equal to the parent''s number.
Before commit v3.1-83-g5ff921b from Chris Mason, the
xfstests 013 and 083 used to trigger integrity issues in the
log tree. Disk blocks that had been in use for the log tree
had been freed and reused too early, while being referenced
by the written super block.
Since this issue with the log tree is fixed, no more issues
with th...