Message ID | 87ikvzm8jt.fsf@debian-BULLSEYE-live-builder-AMD64 (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL] xfs: bug fixes for 6.11 | expand |
The pull request you sent on Sat, 17 Aug 2024 21:41:24 +0530:
> https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-6.11-fixes-3
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/d09840f8b362d16a0722d300a6c7c8cca626e628
Thank you!
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@kernel.org> ---------------------------------------------------------------- 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(-)