summaryrefslogtreecommitdiff
path: root/Kbuild
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-12-15 17:28:48 -0800
commit807adbc190326add1b13b7aae8f79729231ac1c1 (patch)
tree343f50da67533e19bbaed9e52a0125939c562073 /Kbuild
parent6d142c098ae08fe51b8dd487c6adc29db3f14c21 (diff)
xfs: rewrite xfs_reflink_end_cow to use intentsreflink-speedups_2021-12-15
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 'Kbuild')
0 files changed, 0 insertions, 0 deletions