Searched hist:e465768938f95388723b0fd3c50a0ae48173edb9 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | transaction.c | diff e465768938f95388723b0fd3c50a0ae48173edb9 Fri Sep 26 09:04:53 CDT 2008 Zheng Yan <zheng.yan@oracle.com> Btrfs: Add shared reference cache
Btrfs has a cache of reference counts in leaves, allowing it to avoid reading tree leaves while deleting snapshots. To reduce contention with multiple subvolumes, this cache is private to each subvolume.
This patch adds shared reference cache support. The new space balancing code plays with multiple subvols at the same time, So the old per-subvol reference cache is not well suited.
Signed-off-by: Chris Mason <chris.mason@oracle.com>
|
H A D | ctree.h | diff e465768938f95388723b0fd3c50a0ae48173edb9 Fri Sep 26 09:04:53 CDT 2008 Zheng Yan <zheng.yan@oracle.com> Btrfs: Add shared reference cache
Btrfs has a cache of reference counts in leaves, allowing it to avoid reading tree leaves while deleting snapshots. To reduce contention with multiple subvolumes, this cache is private to each subvolume.
This patch adds shared reference cache support. The new space balancing code plays with multiple subvols at the same time, So the old per-subvol reference cache is not well suited.
Signed-off-by: Chris Mason <chris.mason@oracle.com>
|
H A D | extent-tree.c | diff e465768938f95388723b0fd3c50a0ae48173edb9 Fri Sep 26 09:04:53 CDT 2008 Zheng Yan <zheng.yan@oracle.com> Btrfs: Add shared reference cache
Btrfs has a cache of reference counts in leaves, allowing it to avoid reading tree leaves while deleting snapshots. To reduce contention with multiple subvolumes, this cache is private to each subvolume.
This patch adds shared reference cache support. The new space balancing code plays with multiple subvols at the same time, So the old per-subvol reference cache is not well suited.
Signed-off-by: Chris Mason <chris.mason@oracle.com>
|
H A D | disk-io.c | diff e465768938f95388723b0fd3c50a0ae48173edb9 Fri Sep 26 09:04:53 CDT 2008 Zheng Yan <zheng.yan@oracle.com> Btrfs: Add shared reference cache
Btrfs has a cache of reference counts in leaves, allowing it to avoid reading tree leaves while deleting snapshots. To reduce contention with multiple subvolumes, this cache is private to each subvolume.
This patch adds shared reference cache support. The new space balancing code plays with multiple subvols at the same time, So the old per-subvol reference cache is not well suited.
Signed-off-by: Chris Mason <chris.mason@oracle.com>
|