summaryrefslogtreecommitdiff
tag namerealtime-reflink-extsize_2021-03-25 (816e5b647f607a62124e278ff30f61ea55f85463)
tag date2021-03-25 17:10:35 -0700
tagged byDarrick J. Wong <djwong@kernel.org>
tagged objectcommit 82344615ed...
xfs: reflink with large realtime extents
Now that we've landed support for reflink on the realtime device for cases where the rt extent size is the same as the fs block size, enhance the reflink code further to support cases where the rt extent size is a power-of-two multiple of the fs block size. This enables us to do data block sharing (for example) for much larger allocation units by dirtying pagecache around shared extents and expanding writeback to write back shared extents fully.