]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: introduce per-subvolume delalloc inode list
authorMiao Xie <miaox@cn.fujitsu.com>
Wed, 15 May 2013 07:48:22 +0000 (07:48 +0000)
committerJosef Bacik <jbacik@fusionio.com>
Fri, 14 Jun 2013 15:29:40 +0000 (11:29 -0400)
commitd7c473bf0336ad33d59b38000c6a8814412cff8b
treecb6e26e79ab0c11eed7f1db8967e37dbf770f974
parente79f9cdad8133a60de504335bd6219a1e9c08e5d
Btrfs: introduce per-subvolume delalloc inode list

When we create a snapshot, we need flush all delalloc inodes in the
fs, just flushing the inodes in the source tree is OK. So we introduce
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/relocation.c
fs/btrfs/transaction.c