Merge tag 'realtime-bmap-intents-6.9_2024-02-23' of https://git.kernel.org/pub/scm...
authorChandan Babu R <chandanbabu@kernel.org>
Sat, 24 Feb 2024 05:02:34 +0000 (10:32 +0530)
committerChandan Babu R <chandanbabu@kernel.org>
Sat, 24 Feb 2024 05:02:34 +0000 (10:32 +0530)
commit4e3f7e7ab854b278f4383bdd350817246c4a8626
tree85d08957aa51aa47791a230ea29369b79de2cc7c
parent10ea6158b4cb504934589dfd8df12ee48d6446a8
parent1b5453baed3a43dd4726eda0e8a5618c56a4f3f7
Merge tag 'realtime-bmap-intents-6.9_2024-02-23' of https://git./linux/kernel/git/djwong/xfs-linux into xfs-6.9-mergeC

xfs: widen BUI formats to support realtime

Atomic extent swapping (and later, reverse mapping and reflink) on the
realtime device needs to be able to defer file mapping and extent
freeing work in much the same manner as is required on the data volume.
Make the BUI log items operate on rt extents in preparation for atomic
swapping and realtime rmap.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
* tag 'realtime-bmap-intents-6.9_2024-02-23' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux:
  xfs: support recovering bmap intent items targetting realtime extents
  xfs: add a realtime flag to the bmap update log redo items
  xfs: fix xfs_bunmapi to allow unmapping of partial rt extents