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

Btrfs: async delayed refs



Delayed extent operations are triggered during transaction commits.
The goal is to queue up a healthly batch of changes to the extent
allocation tree and run through them in bulk.

This farms them off to async helper threads.  The goal is to have the
bulk of the delayed operations being done in the background, but this is
also important to limit our stack footprint.

Signed-off-by: default avatarChris Mason <clm@fb.com>
parent 40f76580
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