* [GIT PULL] XFS: Fixes for v7.3-rc2
@ 2026-08-31 5:53 Carlos Maiolino
2026-08-31 15:52 ` Linus Torvalds
0 siblings, 1 reply; 3+ messages in thread
From: Carlos Maiolino @ 2026-08-31 5:53 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 contains a set of fixes for rc-2. I just want to highlight from
this series that it contains a couple patches for capabilities subsystem
and another for the quota subsystem. All three patches have been acked
by the respective maintainers and they agreed for these patches to go
through xfs tree as they are dependencies for a xfs bugfix.
Thanks,
Carlos
"The following changes since commit 818bebeb63dd6bf5f4e07e145f6cdbace520a34c:
drm/xe: Don't hand out the flat CCS storage as usable VRAM (2026-08-20 20:12:39 -0700)
are available in the Git repository at:
gitolite.kernel.org:/pub/scm/fs/xfs/xfs-linux.git tags/xfs-fixes-7.3-rc2
for you to fetch changes up to 412f89fb3988a344175899776c8bc7073524ad84:
capability: unexport has_capability_noaudit (2026-08-21 09:09:55 +0200)
----------------------------------------------------------------
xfs: fixes for 7.3-rc2
Signed-off-by: Carlos Maiolino <cem@kernel.org>
----------------------------------------------------------------
Carlos Maiolino (5):
xfs: fix capability check in xfs
capability: Add new capable_noaudit
quota: Don't issue audit messages on quota enforcing
xfs: replace ns_capable_noaudit
capability: unexport has_capability_noaudit
Christoph Hellwig (9):
xfs: split an assert in xfs_trans_log_buf
xfs: don't flush and invalidate internal RT device twice in xfs_shutdown_devices
xfs: use inode_init_always_gfp with __GFP_NOFAIL in xfs_inode_alloc
xfs: handle NULL open_zone for merged ioends in xfs_ioend_put_open_zones
xfs: fix racy open zone caching
xfs: fix zoned write iomap flags assignments
xfs: factor out a xfs_iomap_set_anon_write helper
xfs: split ioend handling into a separate source file
xfs: restore bi_bdev in xfs_zone_gc_write_chunk
Tal Zussman (1):
xfs: remove kmem_to_page()
Yun Zhou (1):
xfs: don't hold buffer locks across sync transaction commit in xfs_sync_sb_buf
fs/quota/dquot.c | 2 +-
fs/xfs/Makefile | 1 +
fs/xfs/libxfs/xfs_rtgroup.h | 6 +-
fs/xfs/libxfs/xfs_sb.c | 37 ++++-----
fs/xfs/xfs_aops.c | 188 +-------------------------------------------
fs/xfs/xfs_aops.h | 1 -
fs/xfs/xfs_file.c | 2 +-
fs/xfs/xfs_fsmap.c | 3 +-
fs/xfs/xfs_icache.c | 16 ++--
fs/xfs/xfs_ioctl.c | 2 +-
fs/xfs/xfs_ioend.c | 184 +++++++++++++++++++++++++++++++++++++++++++
fs/xfs/xfs_ioend.h | 16 ++++
fs/xfs/xfs_iomap.c | 7 +-
fs/xfs/xfs_iomap.h | 14 ++++
fs/xfs/xfs_iops.c | 2 +-
fs/xfs/xfs_platform.h | 11 ---
fs/xfs/xfs_super.c | 2 +-
fs/xfs/xfs_trans_buf.c | 3 +-
fs/xfs/xfs_zone_alloc.c | 66 +++++++++++++---
fs/xfs/xfs_zone_gc.c | 5 ++
include/linux/capability.h | 5 ++
kernel/capability.c | 19 ++++-
22 files changed, 336 insertions(+), 256 deletions(-)
create mode 100644 fs/xfs/xfs_ioend.c
create mode 100644 fs/xfs/xfs_ioend.h"
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [GIT PULL] XFS: Fixes for v7.3-rc2
2026-08-31 5:53 [GIT PULL] XFS: Fixes for v7.3-rc2 Carlos Maiolino
@ 2026-08-31 15:52 ` Linus Torvalds
2026-08-31 16:22 ` Carlos Maiolino
0 siblings, 1 reply; 3+ messages in thread
From: Linus Torvalds @ 2026-08-31 15:52 UTC (permalink / raw)
To: Carlos Maiolino; +Cc: linux-xfs
On Sun, 30 Aug 2026 at 22:53, Carlos Maiolino <cem@kernel.org> wrote:
>
> This contains a set of fixes for rc-2. I just want to highlight from
> this series that it contains a couple patches for capabilities subsystem
> and another for the quota subsystem. All three patches have been acked
> by the respective maintainers and they agreed for these patches to go
> through xfs tree as they are dependencies for a xfs bugfix.
I would really like *some* information about what the actual fixes are.
As it is, I made some sh*t up myself. The end result could be better.
Much better.
Linus
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [GIT PULL] XFS: Fixes for v7.3-rc2
2026-08-31 15:52 ` Linus Torvalds
@ 2026-08-31 16:22 ` Carlos Maiolino
0 siblings, 0 replies; 3+ messages in thread
From: Carlos Maiolino @ 2026-08-31 16:22 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-xfs
On Mon, Aug 31, 2026 at 08:52:50AM -0700, Linus Torvalds wrote:
> On Sun, 30 Aug 2026 at 22:53, Carlos Maiolino <cem@kernel.org> wrote:
> >
> > This contains a set of fixes for rc-2. I just want to highlight from
> > this series that it contains a couple patches for capabilities subsystem
> > and another for the quota subsystem. All three patches have been acked
> > by the respective maintainers and they agreed for these patches to go
> > through xfs tree as they are dependencies for a xfs bugfix.
>
> I would really like *some* information about what the actual fixes are.
Fair enough.
>
> As it is, I made some sh*t up myself. The end result could be better.
> Much better.
I'll update this PR then. I'm assuming (and checked current TOT) you didn't pull
it, so I'll send you a V2 in a few.
Carlos
>
> Linus
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-08-31 16:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-31 5:53 [GIT PULL] XFS: Fixes for v7.3-rc2 Carlos Maiolino
2026-08-31 15:52 ` Linus Torvalds
2026-08-31 16:22 ` Carlos Maiolino
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox