-
- Downloads
Btrfs: Introduce contexts for metadata reservation
Introducing metadata reseravtion contexts has two major advantages.
First, it makes metadata reseravtion more traceable. Second, it can
reclaim freed space and re-add them to the itself after transaction
committed.
Besides add btrfs_block_rsv structure and related helper functions,
This patch contains following changes:
Move code that decides if freed tree block should be pinned into
btrfs_free_tree_block().
Make space accounting more accurate, mainly for handling read only
block groups.
Signed-off-by:
Chris Mason <chris.mason@oracle.com>
Showing
- fs/btrfs/ctree.c 63 additions, 41 deletionsfs/btrfs/ctree.c
- fs/btrfs/ctree.h 62 additions, 7 deletionsfs/btrfs/ctree.h
- fs/btrfs/disk-io.c 9 additions, 0 deletionsfs/btrfs/disk-io.c
- fs/btrfs/extent-tree.c 701 additions, 328 deletionsfs/btrfs/extent-tree.c
- fs/btrfs/relocation.c 13 additions, 3 deletionsfs/btrfs/relocation.c
- fs/btrfs/transaction.c 1 addition, 2 deletionsfs/btrfs/transaction.c
- fs/btrfs/transaction.h 4 additions, 4 deletionsfs/btrfs/transaction.h
Loading
Please register or sign in to comment