summaryrefslogtreecommitdiff
tag namerealtime-reflink_2021-03-25 (4c5c5a4d0c1a1f44a5d926aed8c0ac7cf720a02e)
tag date2021-03-25 17:10:34 -0700
tagged byDarrick J. Wong <djwong@kernel.org>
tagged objectcommit 27669f806c...
xfs: reflink on the realtime device
This patchset enables use of the file data block sharing feature (i.e. reflink) on the realtime device. It follows the same basic sequence as the realtime rmap series -- first a few cleanups; then widening of the API parameters; and introduction of the new btree format and inode fork format. Next comes enabling CoW and remapping for the rt device; new scrub, repair, and health reporting code; and at the end we implement some code to lengthen write requests so that rt extents are always CoWed fully.