Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Pull block fixes from Jens Axboe: - an NVMe fix from Gabriel, fixing a suspend/resume issue on some setups - addition of a few missing entries in the block queue sysfs documentation, from Joe - a fix for a sparse shadow warning for the bvec iterator, from Johannes - a writeback deadlock involving raid issuing barriers, and not flushing the plug when we wakeup the flusher threads. From Konstantin - a set of patches for the NVMe target/loop/rdma code, from Roland and Sagi * 'for-linus' of git://git.kernel.dk/linux-block: bvec: avoid variable shadowing warning doc: update block/queue-sysfs.txt entries nvme: Suspend all queues before deletion mm, writeback: flush plugged IO in wakeup_flusher_threads() nvme-rdma: Remove unused includes nvme-rdma: start async event handler after reconnecting to a controller nvmet: Fix controller serial number inconsistency nvmet-rdma: Don't use the inline buffer in order to avoid allocation for small reads nvmet-rdma: Correctly handle RDMA device hot removal nvme-rdma: Make sure to shutdown the controller if we can nvme-loop: Remove duplicate call to nvme_remove_namespaces nvme-rdma: Free the I/O tags when we delete the controller nvme-rdma: Remove duplicate call to nvme_remove_namespaces nvme-rdma: Fix device removal handling nvme-rdma: Queue ns scanning after a sucessful reconnection nvme-rdma: Don't leak uninitialized memory in connect request private data
Showing
- Documentation/block/queue-sysfs.txt 18 additions, 0 deletionsDocumentation/block/queue-sysfs.txt
- drivers/nvme/host/pci.c 8 additions, 12 deletionsdrivers/nvme/host/pci.c
- drivers/nvme/host/rdma.c 45 additions, 38 deletionsdrivers/nvme/host/rdma.c
- drivers/nvme/target/admin-cmd.c 1 addition, 5 deletionsdrivers/nvme/target/admin-cmd.c
- drivers/nvme/target/core.c 4 additions, 0 deletionsdrivers/nvme/target/core.c
- drivers/nvme/target/loop.c 1 addition, 3 deletionsdrivers/nvme/target/loop.c
- drivers/nvme/target/nvmet.h 1 addition, 0 deletionsdrivers/nvme/target/nvmet.h
- drivers/nvme/target/rdma.c 74 additions, 26 deletionsdrivers/nvme/target/rdma.c
- fs/fs-writeback.c 6 additions, 0 deletionsfs/fs-writeback.c
- include/linux/bvec.h 2 additions, 1 deletioninclude/linux/bvec.h
Loading
Please register or sign in to comment