* [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
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