Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Pull block fixes from Jens Axboe: "Another week, another round of fixes. These have been brewing for a bit and in various iterations, but I feel pretty comfortable about the quality of them. They fix real issues. The pull request is mostly blk-mq related, and the only one not fixing a real bug, is the tag iterator abstraction from Christoph. But it's pretty trivial, and we'll need it for another fix soon. Apart from the blk-mq fixes, there's an NVMe affinity fix from Keith, and a single fix for xen-blkback from Roger fixing failure to free requests on disconnect" * 'for-linus' of git://git.kernel.dk/linux-block: blk-mq: factor out a helper to iterate all tags for a request_queue blk-mq: fix racy updates of rq->errors blk-mq: fix deadlock when reading cpu_list blk-mq: avoid inserting requests before establishing new mapping blk-mq: fix q->mq_usage_counter access race blk-mq: Fix use after of free q->mq_map blk-mq: fix sysfs registration/unregistration race blk-mq: avoid setting hctx->tags->cpumask before allocation NVMe: Set affinity after allocating request queues xen/blkback: free requests on disconnection
No related branches found
No related tags found
Showing
- block/blk-mq-cpumap.c 5 additions, 4 deletionsblock/blk-mq-cpumap.c
- block/blk-mq-sysfs.c 22 additions, 12 deletionsblock/blk-mq-sysfs.c
- block/blk-mq-tag.c 20 additions, 7 deletionsblock/blk-mq-tag.c
- block/blk-mq-tag.h 2 additions, 0 deletionsblock/blk-mq-tag.h
- block/blk-mq.c 77 additions, 41 deletionsblock/blk-mq.c
- block/blk-mq.h 2 additions, 1 deletionblock/blk-mq.h
- drivers/block/loop.c 5 additions, 6 deletionsdrivers/block/loop.c
- drivers/block/null_blk.c 1 addition, 1 deletiondrivers/block/null_blk.c
- drivers/block/nvme-core.c 24 additions, 28 deletionsdrivers/block/nvme-core.c
- drivers/block/virtio_blk.c 1 addition, 1 deletiondrivers/block/virtio_blk.c
- drivers/block/xen-blkback/xenbus.c 20 additions, 18 deletionsdrivers/block/xen-blkback/xenbus.c
- drivers/block/xen-blkfront.c 10 additions, 9 deletionsdrivers/block/xen-blkfront.c
- drivers/scsi/scsi_lib.c 1 addition, 1 deletiondrivers/scsi/scsi_lib.c
- include/linux/blk-mq.h 1 addition, 4 deletionsinclude/linux/blk-mq.h
- include/linux/blkdev.h 2 additions, 0 deletionsinclude/linux/blkdev.h
Loading
Please register or sign in to comment