-
- Downloads
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Pull block fixes from Jens Axboe: "A small set of fixes that should go into this release. This contains: - An NVMe pull request from Christoph, with a few select fixes. One of them fix a polling regression in this series, in which it's trivial to cause the kernel to disable most of the hardware queue interrupts. - Fixup for a blk-mq queue usage imbalance on request allocation, from Keith. - A xen block pull request from Konrad, fixing two issues with xen/xen-blkfront" * 'for-linus' of git://git.kernel.dk/linux-block: blk-mq-pci: add a fallback when pci_irq_get_affinity returns NULL nvme-pci: set cqe_seen on polled completions nvme-fabrics: fix reporting of unrecognized options nvmet-fc: eliminate incorrect static markers on local variables nvmet-fc: correct use after free on list teardown nvmet: don't overwrite identify sn/fr with 0-bytes xen-blkfront: use a right index when checking requests xen: fix bio vec merging blk-mq: Fix queue usage on failed request allocation
No related branches found
No related tags found
Showing
- block/blk-mq-pci.c 7 additions, 1 deletionblock/blk-mq-pci.c
- block/blk-mq.c 2 additions, 3 deletionsblock/blk-mq.c
- drivers/block/xen-blkfront.c 3 additions, 3 deletionsdrivers/block/xen-blkfront.c
- drivers/nvme/host/fabrics.c 2 additions, 1 deletiondrivers/nvme/host/fabrics.c
- drivers/nvme/host/pci.c 2 additions, 3 deletionsdrivers/nvme/host/pci.c
- drivers/nvme/target/admin-cmd.c 0 additions, 6 deletionsdrivers/nvme/target/admin-cmd.c
- drivers/nvme/target/fc.c 5 additions, 4 deletionsdrivers/nvme/target/fc.c
- drivers/xen/biomerge.c 1 addition, 2 deletionsdrivers/xen/biomerge.c
Loading
Please register or sign in to comment