mbox series

[PATCHSET,0/8] io_uring fixes

Message ID 20190314204435.7692-1-axboe@kernel.dk (mailing list archive)
Headers show
Series io_uring fixes | expand

Message

Jens Axboe March 14, 2019, 8:44 p.m. UTC
Here's a collection of fixes/changes that should go into this revision
(at least the first 5). The first 5 are based on Al's fixes for aio, the
next two are optimizations that allow us to bring back no-page-refs for
BVEC iterators, and the last is the cache hint.

Also find the patches here:

http://git.kernel.dk/cgit/linux-block/log/?h=io_uring-next

 block/bio.c                   |  43 ++---
 fs/block_dev.c                |  12 +-
 fs/io_uring.c                 | 388 ++++++++++++++++++------------------------
 fs/iomap.c                    |  12 +-
 include/linux/blk_types.h     |   1 +
 include/linux/uio.h           |  24 ++-
 include/uapi/linux/io_uring.h |   5 +
 7 files changed, 232 insertions(+), 253 deletions(-)