Hi Linus, Please pull this branch with changes for xfs for 6.8-rc7. The changes are limited to just one patch where we drop experimental warning message when mounting an xfs filesystem on an fsdax device. We now consider xfs on fsdax to be stable. 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. The following changes since commit d206a76d7d2726f3b096037f2079ce0bd3ba329b: Linux 6.8-rc6 (2024-02-25 15:46:06 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-6.8-fixes-4 for you to fetch changes up to 27c86d43bcdb97d00359702713bfff6c006f0d90: xfs: drop experimental warning for FSDAX (2024-02-27 09:53:30 +0530) ---------------------------------------------------------------- Changes for 6.8-rc7: * Drop experimental warning for FSDAX. Signed-off-by: Chandan Babu R <chandanbabu@xxxxxxxxxx> ---------------------------------------------------------------- Shiyang Ruan (1): xfs: drop experimental warning for FSDAX fs/xfs/xfs_super.c | 1 - 1 file changed, 1 deletion(-) -- Chandan