linux/fs/btrfs
David Sterba 95995dbbe6 btrfs: remove unused logic of limiting async delalloc pages
A proposed patch in https://marc.info/?l=linux-btrfs&m=147859791003837
pointed out bad limit threshold in cow_file_range_async, but it turned
out that the whole logic is not necessary and is done by writeback. We
agreed to remove it.

Signed-off-by: David Sterba <dsterba@suse.com>
2017-02-14 15:50:51 +01:00
..
tests
acl.c
async-thread.c btrfs: fix crash when tracepoint arguments are freed by wq callbacks 2017-01-09 11:24:50 +01:00
async-thread.h
backref.c
backref.h
btrfs_inode.h
check-integrity.c
check-integrity.h
compression.c Btrfs: fix btrfs_decompress_buf2page() 2017-02-10 19:11:03 -08:00
compression.h
ctree.c btrfs: use rb_entry() instead of container_of 2017-02-14 15:50:49 +01:00
ctree.h
dedupe.h
delayed-inode.c Btrfs: ACCESS_ONCE cleanup 2017-02-14 15:50:50 +01:00
delayed-inode.h
delayed-ref.c btrfs: drop unused extent_op arg from btrfs_add_delayed_data_ref 2017-02-14 15:50:50 +01:00
delayed-ref.h btrfs: drop unused extent_op arg from btrfs_add_delayed_data_ref 2017-02-14 15:50:50 +01:00
dev-replace.c
dev-replace.h
dir-item.c
disk-io.c
disk-io.h
export.c btrfs: remove redundant inode null check 2017-02-14 15:50:50 +01:00
export.h
extent_io.c btrfs: drop gfp mask tweaking in try_release_extent_state 2017-02-14 15:50:49 +01:00
extent_io.h
extent_map.c
extent_map.h
extent-tree.c btrfs: drop unused extent_op arg from btrfs_add_delayed_data_ref 2017-02-14 15:50:50 +01:00
file-item.c Btrfs: code cleanup min/max -> min_t/max_t 2017-02-14 15:50:50 +01:00
file.c
free-space-cache.c
free-space-cache.h
free-space-tree.c
free-space-tree.h
hash.c
hash.h
inode-item.c
inode-map.c
inode-map.h
inode.c btrfs: remove unused logic of limiting async delalloc pages 2017-02-14 15:50:51 +01:00
ioctl.c btrfs: btrfs_defrag_root() doesn't defrag extent root tree 2017-02-14 15:50:50 +01:00
Kconfig
locking.c
locking.h
lzo.c
Makefile
math.h
ordered-data.c
ordered-data.h
orphan.c
print-tree.c
print-tree.h
props.c
props.h
qgroup.c btrfs: Add WARN_ON for qgroup reserved underflow 2017-02-14 15:50:49 +01:00
qgroup.h
raid56.c
raid56.h
rcu-string.h
reada.c
relocation.c
root-tree.c
scrub.c
send.c
send.h
struct-funcs.c
super.c Btrfs: ACCESS_ONCE cleanup 2017-02-14 15:50:50 +01:00
sysfs.c
sysfs.h
transaction.c Btrfs: ACCESS_ONCE cleanup 2017-02-14 15:50:50 +01:00
transaction.h
tree-defrag.c
tree-log.c
tree-log.h Btrfs: ACCESS_ONCE cleanup 2017-02-14 15:50:50 +01:00
ulist.c
ulist.h
uuid-tree.c
volumes.c
volumes.h
xattr.c
xattr.h
zlib.c