summaryrefslogtreecommitdiff
tag namecopy-range-faster-5.11_2020-12-06 (5abc610774d6c2df1ca8270a7716e08479d68eba)
tag date2020-12-06 14:59:31 -0800
tagged byDarrick J. Wong <darrick.wong@oracle.com>
tagged objectcommit 8989fbd318...
xfs: faster unaligned copy_file_range
Here's a quick patch to speed up copy_file_range on unaligned ranges by using reflink when possible to reduce the amount of pagecache copying.