From: Christian Brauner <brauner@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Christian Brauner <brauner@kernel.org>,
linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL for v7.0] vfs fixes
Date: Wed, 4 Mar 2026 23:19:50 +0100 [thread overview]
Message-ID: <20260304-vfs-fixes-af2573b1092b@brauner> (raw)
Hey Linus,
/* Summary */
This contains a few fixes for this cycle:
- kthread: consolidate kthread exit paths to prevent use-after-free
- iomap: don't mark folio uptodate if read IO has bytes pending
- iomap: don't mark folio uptodate if read IO has bytes pending
- iomap: don't report direct-io retries to fserror
- ns: tighten visibility checks
- netfs: Fix unbuffered/DIO writes to dispatch subrequests in strict sequence
- iomap: reject delalloc mappings during writeback
/* Conflicts */
Merge conflicts with mainline
=============================
No known conflicts.
Merge conflicts with other trees
================================
The following changes since commit d9d32e5bd5a4e57675f2b70ddf73c3dc5cf44fc2:
Merge tag 'ata-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux (2026-02-25 10:41:14 -0800)
are available in the Git repository at:
git@gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-7.0-rc3.fixes
for you to fetch changes up to d320f160aa5ff36cdf83c645cca52b615e866e32:
iomap: reject delalloc mappings during writeback (2026-03-04 14:31:56 +0100)
----------------------------------------------------------------
vfs-7.0-rc3.fixes
Please consider pulling these changes from the signed vfs-7.0-rc3.fixes tag.
Thanks!
Christian
----------------------------------------------------------------
Christian Brauner (7):
kthread: consolidate kthread exit paths to prevent use-after-free
nsfs: tighten permission checks for ns iteration ioctls
nsfs: tighten permission checks for handle opening
nstree: tighten permission checks for listing
selftests: fix mntns iteration selftests
Merge patch series "tighten nstree visibility checks"
Merge patch "iomap: don't mark folio uptodate if read IO has bytes pending"
Darrick J. Wong (2):
iomap: don't report direct-io retries to fserror
iomap: reject delalloc mappings during writeback
David Howells (1):
netfs: Fix unbuffered/DIO writes to dispatch subrequests in strict sequence
Joanne Koong (1):
iomap: don't mark folio uptodate if read IO has bytes pending
fs/iomap/buffered-io.c | 15 +-
fs/iomap/direct-io.c | 15 +-
fs/iomap/ioend.c | 13 +-
fs/netfs/direct_write.c | 228 +++++++++++++++++++--
fs/netfs/internal.h | 4 +-
fs/netfs/write_collect.c | 21 --
fs/netfs/write_issue.c | 41 +---
fs/nsfs.c | 15 +-
include/linux/kthread.h | 21 +-
include/linux/ns_common.h | 2 +
include/trace/events/netfs.h | 4 +-
kernel/exit.c | 6 +
kernel/kthread.c | 41 +---
kernel/nscommon.c | 6 +
kernel/nstree.c | 29 +--
.../selftests/filesystems/nsfs/iterate_mntns.c | 25 ++-
16 files changed, 326 insertions(+), 160 deletions(-)
next reply other threads:[~2026-03-04 22:21 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-04 22:19 Christian Brauner [this message]
2026-03-04 23:40 ` [GIT PULL for v7.0] vfs fixes pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2026-04-10 15:14 Christian Brauner
2026-04-10 16:45 ` pr-tracker-bot
2026-03-29 21:06 Christian Brauner
2026-03-29 22:39 ` pr-tracker-bot
2026-02-25 14:16 Christian Brauner
2026-02-25 18:51 ` pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260304-vfs-fixes-af2573b1092b@brauner \
--to=brauner@kernel.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox