mbox series

[GIT,PULL] XFS fixes for 6.13-rc7

Message ID fsn2arw4xjoozcqqrf7l56fmxn5r54ytkcv3rqjrwr74arrm7e@2a67uibjsdm4 (mailing list archive)
State New
Headers show
Series [GIT,PULL] XFS fixes for 6.13-rc7 | expand

Pull-request

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

Message

Carlos Maiolino Jan. 10, 2025, 9:51 a.m. UTC
Hello Linus,

could you please pull the two patches in the request below?

I'm assuming you'll be releasing a 6.13-rc7, and if that's the case we'd like
to have the fixes below in 6.13 yet.

Notice though, the top most patch:
(xfs: lock dquot buffer before detaching dquot from b_li_list)

Is a last-minute one, so it didn't go to linux-next. Giving this is an important
fix, I believe it's ok to bypass linux-next so that we get this into 6.13 yet,
if possible.

I just attempted a merge against your TOT and no conflicts have been found.

Thanks,
Carlos


The following changes since commit 9d89551994a430b50c4fffcb1e617a057fa76e20:

  Linux 6.13-rc6 (2025-01-05 14:13:40 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 111d36d6278756128b7d7fab787fdcbf8221cd98:

  xfs: lock dquot buffer before detaching dquot from b_li_list (2025-01-10 10:12:48 +0100)

----------------------------------------------------------------
Bug fixes for 6.13-rc7

* Fix a missing lock while detaching a dquot buffer
* Fix failure on xfs_update_last_rtgroup_size for !XFS_RT

Signed-off-by: Carlos Maiolino <cem@kernel.org>

----------------------------------------------------------------
Christoph Hellwig (1):
      xfs: don't return an error from xfs_update_last_rtgroup_size for !XFS_RT

Darrick J. Wong (1):
      xfs: lock dquot buffer before detaching dquot from b_li_list

 fs/xfs/libxfs/xfs_rtgroup.h | 2 +-
 fs/xfs/xfs_dquot.c          | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)