]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
btrfs: consolidate auto defrag kick off policies
authorAnand Jain <anand.jain@oracle.com>
Mon, 19 Dec 2016 11:09:06 +0000 (19:09 +0800)
committerDavid Sterba <dsterba@suse.com>
Tue, 14 Feb 2017 14:50:50 +0000 (15:50 +0100)
commit26d30f85290723613a32e8f1d02504352502a224
tree03332ddb6e3a130be5a1441ea4a266d04ee529d4
parent8c3e6b1f0cd1765d6aeeaa9cdb69b39cea0b6804
btrfs: consolidate auto defrag kick off policies

As of now writes smaller than 64k for non compressed extents and 16k
for compressed extents inside eof are considered as candidate
for auto defrag, put them together at a place.

Signed-off-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/inode.c