Btrfs: introduce per-subvolume ordered extent list
authorMiao Xie <miaox@cn.fujitsu.com>
Wed, 15 May 2013 07:48:23 +0000 (07:48 +0000)
committerJosef Bacik <jbacik@fusionio.com>
Fri, 14 Jun 2013 15:29:41 +0000 (11:29 -0400)
commit199c2a9c3d1389db7f7a211e64f6809d352ce5f6
tree8f1e921492d1d5a7b61d98900e8cb3b1b40abdba
parenteb73c1b7cea7d533288ef5297a0ea0e159db85b0
Btrfs: introduce per-subvolume ordered extent list

The reason we introduce per-subvolume ordered extent list is the same
as the per-subvolume delalloc inode list.

Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
fs/btrfs/ctree.h
fs/btrfs/dev-replace.c
fs/btrfs/disk-io.c
fs/btrfs/extent-tree.c
fs/btrfs/inode.c
fs/btrfs/ordered-data.c
fs/btrfs/ordered-data.h
fs/btrfs/relocation.c
fs/btrfs/super.c
fs/btrfs/transaction.c
This page took 0.026054 seconds and 5 git commands to generate.