Hi Linus, Please pull this branch which contains XFS bug fixes for 6.11-rc4. A brief description of the fixes is provided below. 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 7c626ce4bae1ac14f60076d00eafe71af30450ba: Linux 6.11-rc3 (2024-08-11 14:27:14 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-6.11-fixes-3 for you to fetch changes up to 8d16762047c627073955b7ed171a36addaf7b1ff: xfs: conditionally allow FS_XFLAG_REALTIME changes if S_DAX is set (2024-08-14 21:20:24 +0530) ---------------------------------------------------------------- Bug fixes for 6.11-rc4: * Check for presence of only 'attr' feature before scrubbing an inode's attribute fork. * Restore the behaviour of setting AIL thread to TASK_INTERRUPTIBLE for long (i.e. 50ms) sleep durations to prevent high load averages. * Do not allow users to change the realtime flag of a file unless the datadev and rtdev both support fsdax access modes. Signed-off-by: Chandan Babu R <chandanbabu@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(-)