summaryrefslogtreecommitdiff
path: root/fs/sysfs
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2021-09-01 10:40:16 -0700
committerDarrick J. Wong <djwong@kernel.org>2021-10-22 16:40:33 -0700
commit40fe312d0cf9d472aa68527597ba7b2d84a4fef7 (patch)
tree70d2e824c960006d8f0f701ed36e959bad562474 /fs/sysfs
parentcefec4aa7fb1b452ff6a4eb77484269713b5a44d (diff)
xfs: rewrite xfs_reflink_end_cow to use intentsreflink-speedups_2021-10-22
Currently, the code that performs CoW remapping after a write has this odd behavior where it walks /backwards/ through the data fork to remap extents in reverse order. Earlier, we rewrote the reflink remap function to use deferred bmap log items instead of trying to cram as much into the first transaction that we could. Now do the same for the CoW remap code. There doesn't seem to be any performance impact; we're just making better use of code that we added for the benefit of reflink. Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Diffstat (limited to 'fs/sysfs')
0 files changed, 0 insertions, 0 deletions