All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] xfs: bug fixes for 6.8
@ 2024-02-03 15:22 Chandan Babu R
  2024-02-04  7:44 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Chandan Babu R @ 2024-02-03 15:22 UTC (permalink / raw)
  To: torvalds; +Cc: chandanbabu, aalbersh, djwong, hch, linux-fsdevel, linux-xfs

The following changes since commit 41bccc98fb7931d63d03f326a746ac4d429c1dd3:

  Linux 6.8-rc2 (2024-01-28 17:01:12 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 881f78f472556ed05588172d5b5676b48dc48240:

  xfs: remove conditional building of rt geometry validator functions (2024-01-30 14:04:43 +0530)

----------------------------------------------------------------
Bug fixes for 6.8-rc3:

 * Clear XFS_ATTR_INCOMPLETE filter on removing xattr from a node format
   attribute fork.

 * Remove conditional compilation of realtime geometry validator functions to
   prevent confusing error messages from being printed on the console during the
   mount operation.

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

----------------------------------------------------------------
Andrey Albershteyn (1):
      xfs: reset XFS_ATTR_INCOMPLETE filter on node removal

Darrick J. Wong (1):
      xfs: remove conditional building of rt geometry validator functions

 fs/xfs/libxfs/xfs_attr.c     |  6 +++---
 fs/xfs/libxfs/xfs_rtbitmap.c | 14 --------------
 fs/xfs/libxfs/xfs_rtbitmap.h | 16 ----------------
 fs/xfs/libxfs/xfs_sb.c       | 14 ++++++++++++++
 fs/xfs/libxfs/xfs_sb.h       |  2 ++
 fs/xfs/libxfs/xfs_types.h    | 12 ++++++++++++
 fs/xfs/scrub/rtbitmap.c      |  1 +
 fs/xfs/scrub/rtsummary.c     |  1 +
 8 files changed, 33 insertions(+), 33 deletions(-)

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

* Re: [GIT PULL] xfs: bug fixes for 6.8
  2024-02-03 15:22 [GIT PULL] xfs: bug fixes for 6.8 Chandan Babu R
@ 2024-02-04  7:44 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2024-02-04  7:44 UTC (permalink / raw)
  To: Chandan Babu R
  Cc: torvalds, chandanbabu, aalbersh, djwong, hch, linux-fsdevel, linux-xfs

The pull request you sent on Sat, 03 Feb 2024 20:52:40 +0530:

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

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

Thank you!

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

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

* Re: [GIT PULL] xfs: bug fixes for 6.8
  2024-01-27 11:22 Chandan Babu R
@ 2024-01-27 17:21 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2024-01-27 17:21 UTC (permalink / raw)
  To: Chandan Babu R; +Cc: torvalds, chandanbabu, linux-fsdevel, linux-xfs

The pull request you sent on Sat, 27 Jan 2024 16:52:58 +0530:

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

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

Thank you!

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

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

* [GIT PULL] xfs: bug fixes for 6.8
@ 2024-01-27 11:22 Chandan Babu R
  2024-01-27 17:21 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Chandan Babu R @ 2024-01-27 11:22 UTC (permalink / raw)
  To: torvalds; +Cc: chandanbabu, linux-fsdevel, linux-xfs

Hi Linus,

Please pull this branch with changes for xfs for 6.8-rc2. The changes are
limited to just one bug fix.

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 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

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

for you to fetch changes up to d8d222e09dab84a17bb65dda4b94d01c565f5327:

  xfs: read only mounts with fsopen mount API are busted (2024-01-22 11:33:57 +0530)

----------------------------------------------------------------
Bug fixes for 6.8-rc2:

 * Fix read only mounts when using fsopen mount API

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

----------------------------------------------------------------
Dave Chinner (1):
      xfs: read only mounts with fsopen mount API are busted

 fs/xfs/xfs_super.c | 27 +++++++++++++++++----------
 1 file changed, 17 insertions(+), 10 deletions(-)

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

end of thread, other threads:[~2024-02-04  7:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-03 15:22 [GIT PULL] xfs: bug fixes for 6.8 Chandan Babu R
2024-02-04  7:44 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2024-01-27 11:22 Chandan Babu R
2024-01-27 17:21 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.