linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] xfs: Bug fixes for 6.9
@ 2024-03-22 13:32 Chandan Babu R
  2024-03-22 18:17 ` pr-tracker-bot
  0 siblings, 1 reply; 6+ messages in thread
From: Chandan Babu R @ 2024-03-22 13:32 UTC (permalink / raw)
  To: torvalds; +Cc: chandanbabu, linux-fsdevel, linux-xfs

Hi Linus,

Please pull this branch which contains two XFS bug fixes for 6.9-rc1. 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 75bcffbb9e7563259b7aed0fa77459d6a3a35627:

  xfs: shrink failure needs to hold AGI buffer (2024-03-07 14:59:05 +0530)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-6.9-merge-9

for you to fetch changes up to 0c6ca06aad84bac097f5c005d911db92dba3ae94:

  xfs: quota radix tree allocations need to be NOFS on insert (2024-03-15 10:30:23 +0530)

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

* Fix invalid pointer dereference by initializing xmbuf before tracepoint
  function is invoked.
* Use memalloc_nofs_save() when inserting into quota radix tree.

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

----------------------------------------------------------------
Darrick J. Wong (1):
      xfs: fix dev_t usage in xmbuf tracepoints

Dave Chinner (1):
      xfs: quota radix tree allocations need to be NOFS on insert

 fs/xfs/xfs_buf_mem.c |  4 ++--
 fs/xfs/xfs_dquot.c   | 18 +++++++++++++-----
 fs/xfs/xfs_trace.h   |  9 +++++++--
 3 files changed, 22 insertions(+), 9 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] xfs: Bug fixes for 6.9
  2024-03-22 13:32 [GIT PULL] xfs: Bug " Chandan Babu R
@ 2024-03-22 18:17 ` pr-tracker-bot
  0 siblings, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2024-03-22 18:17 UTC (permalink / raw)
  To: Chandan Babu R; +Cc: torvalds, chandanbabu, linux-fsdevel, linux-xfs

The pull request you sent on Fri, 22 Mar 2024 19:02:00 +0530:

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

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] xfs: Bug fixes for 6.9
@ 2024-03-30 13:49 Chandan Babu R
  2024-03-30 20:54 ` pr-tracker-bot
  0 siblings, 1 reply; 6+ messages in thread
From: Chandan Babu R @ 2024-03-30 13:49 UTC (permalink / raw)
  To: torvalds
  Cc: chandanbabu, dchinner, djwong, hch, linux-fsdevel, linux-xfs,
	mark.tinguely

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(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] xfs: Bug fixes for 6.9
  2024-03-30 13:49 [GIT PULL] xfs: Bug fixes for 6.9 Chandan Babu R
@ 2024-03-30 20:54 ` pr-tracker-bot
  0 siblings, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2024-03-30 20:54 UTC (permalink / raw)
  To: Chandan Babu R
  Cc: torvalds, chandanbabu, dchinner, djwong, hch, linux-fsdevel,
	linux-xfs, mark.tinguely

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!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] xfs: bug fixes for 6.9
@ 2024-04-06 12:32 Chandan Babu R
  2024-04-06 16:19 ` pr-tracker-bot
  0 siblings, 1 reply; 6+ messages in thread
From: Chandan Babu R @ 2024-04-06 12:32 UTC (permalink / raw)
  To: torvalds; +Cc: chandanbabu, aalbersh, djwong, linux-fsdevel, linux-xfs

Hi Linus,

Please pull this branch which contains an XFS bug fix for 6.9-rc3. A brief
summary of the bug fix 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 39cd87c4eb2b893354f3b850f916353f2658ae6f:

  Linux 6.9-rc2 (2024-03-31 14:32:39 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e23d7e82b707d1d0a627e334fb46370e4f772c11:

  xfs: allow cross-linking special files without project quota (2024-04-01 11:55:49 +0530)

----------------------------------------------------------------
Bug fixes for 6.9-rc3:

 * Allow creating new links to special files which were not associated with a
   project quota.

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

----------------------------------------------------------------
Andrey Albershteyn (1):
      xfs: allow cross-linking special files without project quota

 fs/xfs/xfs_inode.c | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] xfs: bug fixes for 6.9
  2024-04-06 12:32 [GIT PULL] xfs: bug " Chandan Babu R
@ 2024-04-06 16:19 ` pr-tracker-bot
  0 siblings, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2024-04-06 16:19 UTC (permalink / raw)
  To: Chandan Babu R
  Cc: torvalds, chandanbabu, aalbersh, djwong, linux-fsdevel, linux-xfs

The pull request you sent on Sat, 06 Apr 2024 18:02:40 +0530:

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

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-04-06 16:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-30 13:49 [GIT PULL] xfs: Bug fixes for 6.9 Chandan Babu R
2024-03-30 20:54 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2024-04-06 12:32 [GIT PULL] xfs: bug " Chandan Babu R
2024-04-06 16:19 ` pr-tracker-bot
2024-03-22 13:32 [GIT PULL] xfs: Bug " Chandan Babu R
2024-03-22 18:17 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).