Hi Chandan, Please pull this branch with changes for xfs for 6.11-rc2. 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 de9c2c66ad8e787abec7c9d7eff4f8c3cdd28aed: Linux 6.11-rc2 (2024-08-04 13:50:53 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git tags/random-fixes-6.11_2024-08-07 for you to fetch changes up to b9b972e5b7ee1c26fb555ee708037919aecfad34: xfs: conditionally allow FS_XFLAG_REALTIME changes if S_DAX is set (2024-08-06 09:03:57 -0700) ---------------------------------------------------------------- xfs: random fixes for 6.11 Here are some bugfixes for 6.11. This has been lightly tested with fstests. Enjoy! Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> ---------------------------------------------------------------- Darrick J. Wong (3): xfs: attr forks require attr, not attr2 xfs: revert AIL TASK_KILLABLE threshold xfs: conditionally allow FS_XFLAG_REALTIME changes if S_DAX is set fs/xfs/scrub/bmap.c | 8 +++++++- fs/xfs/xfs_ioctl.c | 11 +++++++++++ fs/xfs/xfs_trans_ail.c | 7 ++++++- 3 files changed, 24 insertions(+), 2 deletions(-)