linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] vfs rw
@ 2024-05-10 11:47 Christian Brauner
  2024-05-13 19:38 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Brauner @ 2024-05-10 11:47 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Christian Brauner, linux-fsdevel, linux-kernel

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(-)

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

* Re: [GIT PULL] vfs rw
  2024-05-10 11:47 [GIT PULL] vfs rw Christian Brauner
@ 2024-05-13 19:38 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2024-05-13 19:38 UTC (permalink / raw)
  To: Christian Brauner
  Cc: Linus Torvalds, Christian Brauner, linux-fsdevel, linux-kernel

The pull request you sent on Fri, 10 May 2024 13:47:17 +0200:

> git@gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.10.rw

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

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:[~2024-05-13 19:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-10 11:47 [GIT PULL] vfs rw Christian Brauner
2024-05-13 19:38 ` 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).