mbox series

[GIT,PULL] xfs: Bug fixes for 6.9

Message ID 875xx3lta0.fsf@debian-BULLSEYE-live-builder-AMD64 (mailing list archive)
State New
Headers show
Series [GIT,PULL] xfs: Bug fixes for 6.9 | expand

Pull-request

https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-6.9-fixes-1

Message

Chandan Babu R March 30, 2024, 1:49 p.m. UTC
Hi Linus,

Please pull this branch which contains two XFS bug fixes for 6.9-rc2. A brief
summary of the bug 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 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-6.9-fixes-1

for you to fetch changes up to f2e812c1522dab847912309b00abcc762dd696da:

  xfs: don't use current->journal_info (2024-03-25 10:21:01 +0530)

----------------------------------------------------------------
Bug fixes for 6.9-rc2:

 * Allow stripe unit/width value passed via mount option to be written over
   existing values in the super block.
 * Do not set current->journal_info to avoid its value from being miused by
   another filesystem context.

Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>

----------------------------------------------------------------
Dave Chinner (2):
      xfs: allow sunit mount option to repair bad primary sb stripe values
      xfs: don't use current->journal_info

 fs/xfs/libxfs/xfs_sb.c | 40 +++++++++++++++++++++++++++++++---------
 fs/xfs/libxfs/xfs_sb.h |  5 +++--
 fs/xfs/scrub/common.c  |  4 +---
 fs/xfs/xfs_aops.c      |  7 -------
 fs/xfs/xfs_icache.c    |  8 +++++---
 fs/xfs/xfs_trans.h     |  9 +--------
 6 files changed, 41 insertions(+), 32 deletions(-)

Comments

pr-tracker-bot@kernel.org March 30, 2024, 8:54 p.m. UTC | #1
The pull request you sent on Sat, 30 Mar 2024 19:19:34 +0530:

> https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-6.9-fixes-1

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

Thank you!