mbox series

[GIT,PULL] xfs: bug fixes for 6.12-rc5

Message ID utvsskliarptudc7dl2c6vmgurm7kywhzdagm4zbdolo3rxmtd@bwqub7ivgmdk (mailing list archive)
State New
Headers show
Series [GIT,PULL] xfs: bug fixes for 6.12-rc5 | expand

Pull-request

git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-6.12-fixes-5

Message

Carlos Maiolino Oct. 26, 2024, 7:25 a.m. UTC
Hi Linus, could you please pull the patches listed below?

They have been in linux-next since Wednesday (IIRC), and I just tried a merge
against your TOT, and everything seems to be merged without conflicts.

Thanks a lot.
Carlos


The following changes since commit f6f91d290c8b9da6e671bd15f306ad2d0e635a04:

  xfs: punch delalloc extents from the COW fork for COW writes (2024-10-15 11:37:42 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-6.12-fixes-5

for you to fetch changes up to 4a201dcfa1ff0dcfe4348c40f3ad8bd68b97eb6c:

  xfs: update the pag for the last AG at recovery time (2024-10-22 13:37:19 +0200)

----------------------------------------------------------------
XFS bug fixes for 6.12-rc5

* fix recovery of allocator ops after a growfs
* Do not fail repairs on metadata files with no attr fork

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

----------------------------------------------------------------
Christoph Hellwig (6):
      xfs: pass the exact range to initialize to xfs_initialize_perag
      xfs: merge the perag freeing helpers
      xfs: update the file system geometry after recoverying superblock buffers
      xfs: error out when a superblock buffer update reduces the agcount
      xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_perag
      xfs: update the pag for the last AG at recovery time

Darrick J. Wong (1):
      xfs: don't fail repairs on metadata files with no attr fork

 fs/xfs/libxfs/xfs_ag.c        | 75 ++++++++++++++++---------------------------
 fs/xfs/libxfs/xfs_ag.h        | 11 ++++---
 fs/xfs/scrub/repair.c         |  8 +++--
 fs/xfs/xfs_buf_item_recover.c | 70 ++++++++++++++++++++++++++++++++++++++++
 fs/xfs/xfs_fsops.c            | 20 ++++++------
 fs/xfs/xfs_log_recover.c      |  7 ----
 fs/xfs/xfs_mount.c            |  9 +++---
 7 files changed, 122 insertions(+), 78 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 27, 2024, 6:56 p.m. UTC | #1
The pull request you sent on Sat, 26 Oct 2024 09:25:00 +0200:

> git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-6.12-fixes-5

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

Thank you!