mbox series

[PATCHSET,v3,0/4] Turn single segment imports into ITER_UBUF

Message ID 20230327232713.313974-1-axboe@kernel.dk (mailing list archive)
Headers show
Series Turn single segment imports into ITER_UBUF | expand

Message

Jens Axboe March 27, 2023, 11:27 p.m. UTC
Hi,

Rather than repeat the same blurb again, see the v2 posting here:

https://lore.kernel.org/linux-fsdevel/20230327180449.87382-1-axboe@kernel.dk/

tldr - turn single segment iovecs into ITER_UBUF rather than ITER_IOVEC,
because they are more efficient.

Since v2:

- Add prep patch based on Al's suggestion on just making iov_iter_iovec()
  deal with ITER_UBUF.
- Drop previous two prep patches, as they are no longer needed.