mbox series

[GIT,PULL] XFS fixes for v6.14-rc4

Message ID rjf47upmybci3sspru25djnbnd34k5r2cybp7t3t2gqhpzkypc@6s7ntozehtmm (mailing list archive)
State New
Headers show
Series [GIT,PULL] XFS fixes for v6.14-rc4 | expand

Pull-request

git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-fixes-6.14-rc4

Message

Carlos Maiolino Feb. 19, 2025, 10:12 a.m. UTC
Hello Linus,

Could you please pull patches included in the tag below?

An attempt merge against your current TOT has been successful.

This contains just a collection of bug fixes, nothing really stands out

Thanks,
Carlos

The following changes since commit a64dcfb451e254085a7daee5fe51bf22959d52d3:

  Linux 6.14-rc2 (2025-02-09 12:45:03 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-fixes-6.14-rc4

for you to fetch changes up to 2d873efd174bae9005776937d5ac6a96050266db:

  xfs: flush inodegc before swapon (2025-02-14 09:40:35 +0100)

----------------------------------------------------------------
XFS: Fixes for 6.14-rc4

----------------------------------------------------------------
Carlos Maiolino (1):
      xfs: Do not allow norecovery mount with quotacheck

Christoph Hellwig (2):
      xfs: rename xfs_iomap_swapfile_activate to xfs_vm_swap_activate
      xfs: flush inodegc before swapon

Darrick J. Wong (2):
      xfs: fix online repair probing when CONFIG_XFS_ONLINE_REPAIR=n
      xfs: fix data fork format filtering during inode repair

Lukas Herbolt (1):
      xfs: do not check NEEDSREPAIR if ro,norecovery mount.

 fs/xfs/scrub/common.h       |  5 -----
 fs/xfs/scrub/inode_repair.c | 12 ++++++++--
 fs/xfs/scrub/repair.h       | 11 ++++++++-
 fs/xfs/scrub/scrub.c        | 12 ++++++++++
 fs/xfs/xfs_aops.c           | 41 +++++++++++++++++++++++++++++----
 fs/xfs/xfs_qm_bhv.c         | 55 ++++++++++++++++++++++++++++++++-------------
 fs/xfs/xfs_super.c          |  8 +++++--
 7 files changed, 114 insertions(+), 30 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 20, 2025, 5:04 p.m. UTC | #1
The pull request you sent on Wed, 19 Feb 2025 11:12:47 +0100:

> git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-fixes-6.14-rc4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/770b7eec04c986ace0e632527ee7e1fafc2e5964

Thank you!