mbox series

[GIT,PULL] XFS fixes for 6.13-rc2

Message ID ejncdz5w43y5jn57hzskpsu3hqbxfz56t6mddjtpr3tw6nimyl@ryh2fn4yd4t5 (mailing list archive)
State New
Headers show
Series [GIT,PULL] XFS fixes for 6.13-rc2 | expand

Pull-request

git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-fixes-6.13-rc2

Message

Carlos Maiolino Dec. 3, 2024, 12:49 p.m. UTC
Hello Linus,

could you please pull the patches below? I just tried a merge against your TOT
and I didn't get any conflicts.

All patches, except the last one have been in linux-next for a while. The last
one though is an obvious fix from Christoph, , which is internal to xfs, and has
been tested within xfs-tree without any problems found. I thought it's worth to
send it now instead of leaving it waiting for yet another cycle just because
it has not been picked up by linux-next yet.


The following changes since commit 28eb75e178d389d325f1666e422bc13bbbb9804c:

  Merge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernel (2024-11-21 14:56:17 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-fixes-6.13-rc2

for you to fetch changes up to cc2dba08cc33daf8acd6e560957ef0e0f4d034ed:

  xfs: don't call xfs_bmap_same_rtgroup in xfs_bmap_add_extent_hole_delay (2024-11-28 12:54:22 +0100)

----------------------------------------------------------------
Bug fixes for 6.13-rc2

* Use xchg() in xlog_cil_insert_pcp_aggregate()
* Fix ABBA deadlock on a race between mount and log shutdown
* Fix quota softlimit incoherency on delalloc
* Fix sparse inode limits on runt AG
* remove unknown compat feature checks in SB write valdation
* Eliminate a lockdep false positive

----------------------------------------------------------------
Christoph Hellwig (1):
      xfs: don't call xfs_bmap_same_rtgroup in xfs_bmap_add_extent_hole_delay

Dave Chinner (3):
      xfs: fix sparse inode limits on runt AG
      xfs: delalloc and quota softlimit timers are incoherent
      xfs: prevent mount and log shutdown race

Long Li (2):
      xfs: eliminate lockdep false positives in xfs_attr_shortform_list
      xfs: remove unknown compat feature check in superblock write validation

Uros Bizjak (1):
      xfs: Use xchg() in xlog_cil_insert_pcp_aggregate()

 fs/xfs/libxfs/xfs_bmap.c   |  6 ++----
 fs/xfs/libxfs/xfs_ialloc.c | 16 +++++++++-------
 fs/xfs/libxfs/xfs_sb.c     |  7 -------
 fs/xfs/xfs_attr_list.c     |  3 ++-
 fs/xfs/xfs_log.c           | 11 +++++++++++
 fs/xfs/xfs_log_cil.c       |  5 +----
 fs/xfs/xfs_log_priv.h      |  1 +
 fs/xfs/xfs_qm_syscalls.c   | 13 -------------
 8 files changed, 26 insertions(+), 36 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 3, 2024, 7:05 p.m. UTC | #1
The pull request you sent on Tue, 3 Dec 2024 13:49:25 +0100:

> git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-fixes-6.13-rc2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/9141c5d389a9ec80121de3125cde7c713726ceea

Thank you!