Hi Chandan, Please pull this branch with changes for xfs for 6.9-rc1. As usual, I did a test-merge with the main upstream branch as of a few minutes ago, and didn't see any conflicts. Please let me know if you encounter any problems. --D The following changes since commit 1b5453baed3a43dd4726eda0e8a5618c56a4f3f7: xfs: support recovering bmap intent items targetting realtime extents (2024-02-22 12:44:24 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git tags/expand-bmap-intent-usage_2024-02-23 for you to fetch changes up to 6c8127e93e3ac9c2cf6a13b885dd2d057b7e7d50: xfs: xfs_bmap_finish_one should map unwritten extents properly (2024-02-22 12:45:00 -0800) ---------------------------------------------------------------- xfs: support attrfork and unwritten BUIs [v29.3 17/18] In preparation for atomic extent swapping and the online repair functionality that wants atomic extent swaps, enhance the BUI code so that we can support deferred work on the extended attribute fork and on unwritten extents. This has been running on the djcloud for months with no problems. Enjoy! Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> ---------------------------------------------------------------- Darrick J. Wong (2): xfs: support deferred bmap updates on the attr fork xfs: xfs_bmap_finish_one should map unwritten extents properly fs/xfs/libxfs/xfs_bmap.c | 49 +++++++++++++++++++++--------------------------- fs/xfs/libxfs/xfs_bmap.h | 4 ++-- fs/xfs/xfs_bmap_util.c | 8 ++++---- fs/xfs/xfs_reflink.c | 8 ++++---- 4 files changed, 31 insertions(+), 38 deletions(-)