Skip to content
Commit e02119d5 authored by Chris Mason's avatar Chris Mason
Browse files

Btrfs: Add a write ahead tree log to optimize synchronous operations



File syncs and directory syncs are optimized by copying their
items into a special (copy-on-write) log tree.  There is one log tree per
subvolume and the btrfs super block points to a tree of log tree roots.

After a crash, items are copied out of the log tree and back into the
subvolume.  See tree-log.c for all the details.

Signed-off-by: default avatarChris Mason <chris.mason@oracle.com>
parent a1b32a59
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment