linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] XFS fixes for v6.17-rc2
@ 2025-08-15 18:28 Carlos Maiolino
  2025-08-15 19:58 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Carlos Maiolino @ 2025-08-15 18:28 UTC (permalink / raw)
  To: torvalds; +Cc: linux-xfs

Hello Linus,

Could you please pull patches included in the tag below?

An attempt merge against your current TOT has been successful.

This includes some code refactoring and fixes. Highlights for this pull
request are:
	- Fix an assert trigger introduced during the merge window
	- Prevent atomic writes to be used with DAX
	- Prevent users to use max_atomic_write mount option without
	  reflink, as atomic writes > 1block are not supported without
	  reflink.
	- Fixes a null-pointer-deref in a tracepoint.

Thanks,
Carlos

The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:

  Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-fixes-6.17-rc2

for you to fetch changes up to f76823e3b284aae30797fded988a807eab2da246:

  xfs: split xfs_zone_record_blocks (2025-08-11 14:04:20 +0200)

----------------------------------------------------------------
xfs: Fixes for 6.17-rc2

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

----------------------------------------------------------------
Andrey Albershteyn (1):
      xfs: fix scrub trace with null pointer in quotacheck

Christoph Hellwig (4):
      xfs: fix frozen file system assert in xfs_trans_alloc
      xfs: fully decouple XFS_IBULK* flags from XFS_IWALK* flags
      xfs: remove XFS_IBULK_SAME_AG
      xfs: split xfs_zone_record_blocks

John Garry (3):
      fs/dax: Reject IOCB_ATOMIC in dax_iomap_rw()
      xfs: disallow atomic writes on DAX
      xfs: reject max_atomic_write mount option for no reflink

 fs/dax.c                |  3 +++
 fs/xfs/scrub/trace.h    |  2 +-
 fs/xfs/xfs_file.c       |  6 +++---
 fs/xfs/xfs_inode.h      | 11 +++++++++++
 fs/xfs/xfs_ioctl.c      |  2 +-
 fs/xfs/xfs_iops.c       |  5 +++--
 fs/xfs/xfs_itable.c     |  8 ++------
 fs/xfs/xfs_itable.h     | 10 ++++------
 fs/xfs/xfs_mount.c      | 19 +++++++++++++++++++
 fs/xfs/xfs_trace.h      |  1 +
 fs/xfs/xfs_trans.c      |  2 +-
 fs/xfs/xfs_zone_alloc.c | 42 +++++++++++++++++++++++++++++-------------
 12 files changed, 78 insertions(+), 33 deletions(-)


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

* Re: [GIT PULL] XFS fixes for v6.17-rc2
  2025-08-15 18:28 [GIT PULL] XFS fixes for v6.17-rc2 Carlos Maiolino
@ 2025-08-15 19:58 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-08-15 19:58 UTC (permalink / raw)
  To: Carlos Maiolino; +Cc: torvalds, linux-xfs

The pull request you sent on Fri, 15 Aug 2025 20:28:43 +0200:

> git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-fixes-6.17-rc2

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

Thank you!

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

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

end of thread, other threads:[~2025-08-15 19:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-15 18:28 [GIT PULL] XFS fixes for v6.17-rc2 Carlos Maiolino
2025-08-15 19:58 ` 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).