Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-block
Pull more block layer changes from Jens Axboe: "This is a collection of both stragglers, and fixes that came in after I finalized the initial pull. This contains: - An MD pull request from Song, with a few minor fixes - Set of NVMe patches via Christoph - Pull request from Konrad, with a few fixes for xen/blkback - pblk fix IO calculation fix (Javier) - Segment calculation fix for pass-through (Ming) - Fallthrough annotation for blkcg (Mathieu)" * tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-block: (25 commits) blkcg: annotate implicit fall through nvme-tcp: support C2HData with SUCCESS flag nvmet: ignore EOPNOTSUPP for discard nvme: add proper write zeroes setup for the multipath device nvme: add proper discard setup for the multipath device nvme: remove nvme_ns_config_oncs nvme: disable Write Zeroes for qemu controllers nvmet-fc: bring Disconnect into compliance with FC-NVME spec nvmet-fc: fix issues with targetport assoc_list list walking nvme-fc: reject reconnect if io queue count is reduced to zero nvme-fc: fix numa_node when dev is null nvme-fc: use nr_phys_segments to determine existence of sgl nvme-loop: init nvmet_ctrl fatal_err_work when allocate nvme: update comment to make the code easier to read nvme: put ns_head ref if namespace fails allocation nvme-trace: fix cdw10 buffer overrun nvme: don't warn on block content change effects nvme: add get-feature to admin cmds tracer md: Fix failed allocation of md_register_thread It's wrong to add len to sector_nr in raid10 reshape twice ...
Showing
- Documentation/admin-guide/md.rst 3 additions, 0 deletionsDocumentation/admin-guide/md.rst
- block/blk-merge.c 8 additions, 7 deletionsblock/blk-merge.c
- drivers/block/xen-blkback/xenbus.c 57 additions, 42 deletionsdrivers/block/xen-blkback/xenbus.c
- drivers/lightnvm/pblk-rl.c 6 additions, 1 deletiondrivers/lightnvm/pblk-rl.c
- drivers/md/raid10.c 2 additions, 1 deletiondrivers/md/raid10.c
- drivers/md/raid5-log.h 1 addition, 0 deletionsdrivers/md/raid5-log.h
- drivers/md/raid5-ppl.c 63 additions, 0 deletionsdrivers/md/raid5-ppl.c
- drivers/md/raid5.c 3 additions, 0 deletionsdrivers/md/raid5.c
- drivers/nvme/host/core.c 13 additions, 15 deletionsdrivers/nvme/host/core.c
- drivers/nvme/host/fc.c 31 additions, 5 deletionsdrivers/nvme/host/fc.c
- drivers/nvme/host/nvme.h 5 additions, 0 deletionsdrivers/nvme/host/nvme.h
- drivers/nvme/host/pci.c 2 additions, 1 deletiondrivers/nvme/host/pci.c
- drivers/nvme/host/tcp.c 28 additions, 4 deletionsdrivers/nvme/host/tcp.c
- drivers/nvme/host/trace.c 14 additions, 0 deletionsdrivers/nvme/host/trace.c
- drivers/nvme/host/trace.h 1 addition, 1 deletiondrivers/nvme/host/trace.h
- drivers/nvme/target/core.c 10 additions, 10 deletionsdrivers/nvme/target/core.c
- drivers/nvme/target/fc.c 6 additions, 36 deletionsdrivers/nvme/target/fc.c
- drivers/nvme/target/io-cmd-bdev.c 4 additions, 4 deletionsdrivers/nvme/target/io-cmd-bdev.c
- drivers/nvme/target/io-cmd-file.c 1 addition, 1 deletiondrivers/nvme/target/io-cmd-file.c
- kernel/trace/blktrace.c 1 addition, 0 deletionskernel/trace/blktrace.c
Loading
Please register or sign in to comment