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