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] vfs rw
Date: Fri, 10 May 2024 13:47:17 +0200 [thread overview]
Message-ID: <20240510-vfs-rw-332f4a8e1772@brauner> (raw)
Hey Linus,
/* Summary */
The core fs signalfd, userfaultfd, and timerfd subsystems did still use
f_op->read() instead of f_op->read_iter(). Convert them over since we
should aim to get rid of f_op->read() at some point.
Aside from that io_uring and others want to mark files as FMODE_NOWAIT
so it can make use of per-IO nonblocking hints to enable more efficient
IO. Converting those users to f_op->read_iter() allows them to be marked
with FMODE_NOWAIT.
/* Testing */
clang: Debian clang version 16.0.6 (26)
gcc: (Debian 13.2.0-24)
All patches are based on v6.9-rc3 and have been sitting in linux-next.
No build failures or warnings were observed.
/* Conflicts */
No known conflicts.
The following changes since commit fec50db7033ea478773b159e0e2efb135270e3b7:
Linux 6.9-rc3 (2024-04-07 13:22:46 -0700)
are available in the Git repository at:
git@gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.10.rw
for you to fetch changes up to 3a93daea2fb27fcefa85662654ba583a5d0c7231:
Merge branch 'read_iter' of git://git.kernel.dk/linux (2024-04-11 10:06:08 +0200)
Please consider pulling these changes from the signed vfs-6.10.rw tag.
Thanks!
Christian
----------------------------------------------------------------
vfs-6.10.rw
----------------------------------------------------------------
Al Viro (1):
new helper: copy_to_iter_full()
Christian Brauner (1):
Merge branch 'read_iter' of git://git.kernel.dk/linux
Jens Axboe (4):
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into read_iter
timerfd: convert to ->read_iter()
userfaultfd: convert to ->read_iter()
signalfd: convert to ->read_iter()
fs/signalfd.c | 44 ++++++++++++++++++++++++++++----------------
fs/timerfd.c | 36 ++++++++++++++++++++++++++----------
fs/userfaultfd.c | 44 ++++++++++++++++++++++++++++----------------
include/linux/uio.h | 10 ++++++++++
include/net/udp.h | 9 +--------
5 files changed, 93 insertions(+), 50 deletions(-)
next reply other threads:[~2024-05-10 11:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-10 11:47 Christian Brauner [this message]
2024-05-13 19:38 ` [GIT PULL] vfs rw 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=20240510-vfs-rw-332f4a8e1772@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;
as well as URLs for NNTP newsgroup(s).