All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHSET 0/8] io_uring fixes
@ 2019-03-14 20:44 Jens Axboe
  2019-03-14 20:44 ` [PATCH 1/8] io_uring: use regular request ref counts Jens Axboe
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Jens Axboe @ 2019-03-14 20:44 UTC (permalink / raw)
  To: linux-fsdevel, linux-block; +Cc: viro

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



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

end of thread, other threads:[~2019-03-14 20:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-14 20:44 [PATCHSET 0/8] io_uring fixes Jens Axboe
2019-03-14 20:44 ` [PATCH 1/8] io_uring: use regular request ref counts Jens Axboe
2019-03-14 20:44 ` [PATCH 2/8] io_uring: make io_read/write return an integer Jens Axboe
2019-03-14 20:44 ` [PATCH 3/8] io_uring: add prepped flag Jens Axboe
2019-03-14 20:44 ` [PATCH 4/8] io_uring: fix fget/fput handling Jens Axboe
2019-03-14 20:44 ` [PATCH 5/8] io_uring: fix poll races Jens Axboe
2019-03-14 20:44 ` [PATCH 6/8] iov_iter: add ITER_BVEC_FLAG_NO_REF flag Jens Axboe
2019-03-14 20:44 ` [PATCH 7/8] block: add BIO_NO_PAGE_REF flag Jens Axboe
2019-03-14 20:44 ` [PATCH 8/8] io_uring: add io_uring_event cache hit information Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.