On 11/4/2011 1:09 AM, Liu Bo wrote:
Btrfs has an expensive "commit transaction", if we commit a transaction every
time we fsync,
the performance is not that good. Instead of this, we introduce a write-ahead
log to make
our fsync faster.
So if you do fsync for your data, it means your data is safely in the log tree,
then if a crash takes place, the data can be recovered from log.
How can you write to the log tree without a full commit? The tree of
tree roots has to point to the root node of the log tree, so when you
write out the log tree, that needs updated too, which requires a full
commit doesn't it?
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html