commit | 0870295b2371673b3563735825ad559409d8cedc | [log] [tgz] |
---|---|---|
author | Filipe Manana <fdmanana@suse.com> | Thu Nov 13 17:00:35 2014 +0000 |
committer | Chris Mason <clm@fb.com> | Fri Nov 21 11:59:56 2014 -0800 |
tree | 11c07b99c363a2b4fccf42fc78fd5cf907200bfc | |
parent | 5ab5e44a36164f0366a98b47289c868d8fbcb256 [diff] |
Btrfs: collect only the necessary ordered extents on ranged fsync Instead of collecting all ordered extents from the inode's ordered tree and then wait for all of them to complete, just collect the ones that overlap the fsync range. Signed-off-by: Filipe Manana <fdmanana@suse.com> Signed-off-by: Chris Mason <clm@fb.com>