This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from b60bc0665e6a Merge tag 'nfs-for-5.1-4' of git://git.linux-nfs.org/proje [...] new 1200e07f3ad4 block: don't use for-inside-for in bio_for_each_segment_all new 704236672eda tools/io_uring: remove IOCQE_FLAG_CACHEHIT new 3ec482d15cb9 io_uring: restrict IORING_SETUP_SQPOLL to root new eed47d19d936 block, bfq: fix use after free in bfq_bfqq_expire new bf348f9b78d4 virtio-blk: limit number of hw queues by nr_cpu_ids new 1978f30a8773 scsi: virtio_scsi: limit number of hw queues by nr_cpu_ids new 1b8f21b74c3c blk-mq: introduce blk_mq_complete_request_sync() new eb3afb75b57c nvme: cancel request synchronously new b2b3a70cd998 lightnvm: pblk: fix crash in pblk_end_partial_read due to [...] new a3761c3c9120 block: do not leak memory in bio_copy_user_iov() new 67f471b6ed3b nvme-fc: correct csn initialization and increments on error new d808b7f759b5 nvmet: fix discover log page when offsets are used new c0c14e935032 Merge branch 'nvme-5.1' of git://git.infradead.org/nvme in [...] new a89afe58f1a7 block: fix the return errno for direct IO new 4443f8e6ac77 Merge tag 'for-linus-20190412' of git://git.kernel.dk/linux-block
The 15 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: block/bfq-iosched.c | 15 +++++---- block/bfq-iosched.h | 2 +- block/bfq-wf2q.c | 17 +++++++++-- block/bio.c | 5 ++- block/blk-mq.c | 7 +++++ drivers/block/virtio_blk.c | 2 ++ drivers/lightnvm/pblk-read.c | 50 +++++++++++++++++------------- drivers/nvme/host/core.c | 2 +- drivers/nvme/host/fc.c | 20 +++++++++--- drivers/nvme/target/admin-cmd.c | 5 +++ drivers/nvme/target/discovery.c | 68 +++++++++++++++++++++++++++-------------- drivers/nvme/target/nvmet.h | 1 + drivers/scsi/virtio_scsi.c | 1 + fs/block_dev.c | 8 ++--- fs/io_uring.c | 4 +++ include/linux/bio.h | 20 +++++++----- include/linux/blk-mq.h | 1 + include/linux/bvec.h | 14 ++++++--- include/linux/nvme.h | 9 ++++-- tools/io_uring/io_uring-bench.c | 32 +++---------------- 20 files changed, 174 insertions(+), 109 deletions(-)