Merge tag 'for-linus-2019-08-17' of git://git.kernel.dk/linux-block
Pull block fixes from Jens Axboe: "A collection of fixes that should go into this series. This contains: - Revert of the REQ_NOWAIT_INLINE and associated dio changes. There were still corner cases there, and even though I had a solution for it, it's too involved for this stage. (me) - Set of NVMe fixes (via Sagi) - io_uring fix for fixed buffers (Anthony) - io_uring defer issue fix (Jackie) - Regression fix for queue sync at exit time (zhengbin) - xen blk-back memory leak fix (Wenwen)" * tag 'for-linus-2019-08-17' of git://git.kernel.dk/linux-block: io_uring: fix an issue when IOSQE_IO_LINK is inserted into defer list block: remove REQ_NOWAIT_INLINE io_uring: fix manual setup of iov_iter for fixed buffers xen/blkback: fix memory leaks blk-mq: move cancel of requeue_work to the front of blk_exit_queue nvme-pci: Fix async probe remove race nvme: fix controller removal race with scan work nvme-rdma: fix possible use-after-free in connect error flow nvme: fix a possible deadlock when passthru commands sent to a multipath device nvme-core: Fix extra device_put() call on error path nvmet-file: fix nvmet_file_flush() always returning an error nvmet-loop: Flush nvme_delete_wq when removing the port nvmet: Fix use-after-free bug when a port is removed nvme-multipath: revalidate nvme_ns_head gendisk in nvme_validate_ns
Showing
- block/blk-mq.c 2 additions, 8 deletionsblock/blk-mq.c
- block/blk-sysfs.c 3 additions, 0 deletionsblock/blk-sysfs.c
- drivers/block/xen-blkback/xenbus.c 3 additions, 3 deletionsdrivers/block/xen-blkback/xenbus.c
- drivers/nvme/host/core.c 14 additions, 1 deletiondrivers/nvme/host/core.c
- drivers/nvme/host/multipath.c 70 additions, 6 deletionsdrivers/nvme/host/multipath.c
- drivers/nvme/host/nvme.h 19 additions, 2 deletionsdrivers/nvme/host/nvme.h
- drivers/nvme/host/pci.c 2 additions, 1 deletiondrivers/nvme/host/pci.c
- drivers/nvme/host/rdma.c 11 additions, 5 deletionsdrivers/nvme/host/rdma.c
- drivers/nvme/target/configfs.c 1 addition, 0 deletionsdrivers/nvme/target/configfs.c
- drivers/nvme/target/core.c 15 additions, 0 deletionsdrivers/nvme/target/core.c
- drivers/nvme/target/loop.c 8 additions, 0 deletionsdrivers/nvme/target/loop.c
- drivers/nvme/target/nvmet.h 3 additions, 0 deletionsdrivers/nvme/target/nvmet.h
- fs/block_dev.c 5 additions, 44 deletionsfs/block_dev.c
- fs/io_uring.c 10 additions, 10 deletionsfs/io_uring.c
- include/linux/blk_types.h 1 addition, 4 deletionsinclude/linux/blk_types.h
Please register or sign in to comment