public inbox for [email protected]
 help / color / mirror / Atom feed
* [GIT PULL for-6.3] Switch io_uring to ITER_UBUF
@ 2023-02-17  2:54 Jens Axboe
  2023-02-20 23:00 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2023-02-17  2:54 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: io-uring

Hi Linus,

Since we now have ITER_UBUF available, switch to using it for single
ranges as it's more efficient than ITER_IOVEC for that.

Please pull!


The following changes since commit b7bfaa761d760e72a969d116517eaa12e404c262:

  Linux 6.2-rc3 (2023-01-08 11:49:43 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/for-6.3/iter-ubuf-2023-02-16

for you to fetch changes up to d46aa786fa53cbc92593089374e49c94fd9063ae:

  block: use iter_ubuf for single range (2023-01-11 10:31:49 -0700)

----------------------------------------------------------------
for-6.3/iter-ubuf-2023-02-16

----------------------------------------------------------------
Jens Axboe (3):
      iov: add import_ubuf()
      io_uring: switch network send/recv to ITER_UBUF
      io_uring: use iter_ubuf for single range imports

Keith Busch (2):
      iov_iter: move iter_ubuf check inside restore WARN
      block: use iter_ubuf for single range

 block/blk-map.c     |  8 ++++----
 include/linux/uio.h |  1 +
 io_uring/net.c      | 17 +++++------------
 io_uring/rw.c       |  9 ++++++---
 lib/iov_iter.c      | 15 +++++++++++++--
 5 files changed, 29 insertions(+), 21 deletions(-)

-- 
Jens Axboe


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

* Re: [GIT PULL for-6.3] Switch io_uring to ITER_UBUF
  2023-02-17  2:54 [GIT PULL for-6.3] Switch io_uring to ITER_UBUF Jens Axboe
@ 2023-02-20 23:00 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2023-02-20 23:00 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linus Torvalds, io-uring

The pull request you sent on Thu, 16 Feb 2023 19:54:20 -0700:

> git://git.kernel.dk/linux.git tags/for-6.3/iter-ubuf-2023-02-16

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

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:[~2023-02-20 23:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-17  2:54 [GIT PULL for-6.3] Switch io_uring to ITER_UBUF Jens Axboe
2023-02-20 23:00 ` 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