Btrfs: mark delayed refs as for cow
Arne Jansen authored

Add a for_cow parameter to add_delayed_*_ref and pass the appropriate value
from every call site. The for_cow parameter will later on be used to
determine if a ref will change anything with respect to qgroups.

Delayed refs coming from relocation are always counted as for_cow, as they
don't change subvol quota.

Also pass in the fs_info for later use.

btrfs_find_all_roots() will use this as an optimization, as changes that are
for_cow will not change anything with respect to which root points to a
certain leaf. Thus, we don't need to add the current sequence number to
those delayed refs.
Signed-off-by: default avatarArne Jansen <sensille@gmx.net>
Signed-off-by: default avatarJan Schmidt <list.btrfs@jan-o-sch.net>
66d7e7f0
Name Last commit Last update
..
Kconfig btrfs: Add lzo compression support
Makefile Btrfs: generic data structure to build unique lists
acl.c Btrfs: fix return value of btrfs_get_acl()
async-thread.c Btrfs: don't walk around with task->state != TASK_RUNNING
async-thread.h Btrfs: fix deadlock on async thread startup
backref.c btrfs: Fix up 32/64-bit compatibility for new ioctls
backref.h btrfs: added helper functions to iterate backrefs
btrfs_inode.h Btrfs: fix our reservations for updating an inode when completing io
compat.h Btrfs: drop remaining LINUX_KERNEL_VERSION checks and compat code
compression.c btrfs: separate superblock items out of fs_info
compression.h btrfs: rename variables clashing with global function names
ctree.c Btrfs: mark delayed refs as for cow
ctree.h Btrfs: mark delayed refs as for cow
delayed-inode.c Btrfs: tweak the delayed inode reservations again
delayed-inode.h atomic: use <linux/atomic.h>
delayed-ref.c Btrfs: mark delayed refs as for cow
delayed-ref.h Btrfs: mark delayed refs as for cow
dir-item.c Btrfs: remove redundant code for dir item lookup
disk-io.c Btrfs: mark delayed refs as for cow
disk-io.h Merge branch 'for-chris' of git://github.com/sensille/linux into integration
export.c Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_numbers
export.h NFS support for btrfs - v3
extent-tree.c Btrfs: mark delayed refs as for cow
extent_io.c Btrfs: fix meta data raid-repair merge problem
extent_io.h btrfs: mirror_num should be int, not u64
extent_map.c
extent_map.h
file-item.c
file.c
free-space-cache.c
free-space-cache.h
hash.h
inode-item.c
inode-map.c
inode-map.h
inode.c
ioctl.c
ioctl.h
locking.c
locking.h
lzo.c
ordered-data.c
ordered-data.h
orphan.c
print-tree.c
print-tree.h
reada.c
relocation.c
root-tree.c
scrub.c
struct-funcs.c
super.c
sysfs.c
transaction.c
transaction.h
tree-defrag.c
tree-log.c
tree-log.h
ulist.c
ulist.h
version.h
volumes.c
volumes.h
xattr.c
xattr.h
zlib.c