aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: adapt blk_mq_plug() to not plug for writes that require a zone lockPankaj Raghav2022-09-293-7/+14
* Merge tag 'nvme-6.1-2022-09-28' of git://git.infradead.org/nvme into for-6.1/...Jens Axboe2022-09-2818-435/+356
|\
| * nvmet: don't look at the request_queue in nvmet_bdev_set_limitsChristoph Hellwig2022-09-271-6/+5
| * nvmet: don't look at the request_queue in nvmet_bdev_zone_mgmt_emulate_allChristoph Hellwig2022-09-271-2/+1
| * nvme: remove nvme_ctrl_init_connect_qChristoph Hellwig2022-09-271-8/+0
| * nvme-loop: use the tagset alloc/free helpersChristoph Hellwig2022-09-271-64/+19
| * nvme-loop: store the generic nvme_ctrl in set->driver_dataChristoph Hellwig2022-09-271-5/+5
| * nvme-loop: initialize sqsize laterChristoph Hellwig2022-09-271-1/+1
| * nvme-fc: use the tagset alloc/free helpersChristoph Hellwig2022-09-271-66/+17
| * nvme-fc: store the generic nvme_ctrl in set->driver_dataChristoph Hellwig2022-09-271-20/+12
| * nvme-fc: keep ctrl->sqsize in sync with opts->queue_sizeChristoph Hellwig2022-09-271-9/+1
| * nvme-rdma: use the tagset alloc/free helpersChristoph Hellwig2022-09-271-99/+34
| * nvme-rdma: store the generic nvme_ctrl in set->driver_dataChristoph Hellwig2022-09-271-6/+6
| * nvme-tcp: use the tagset alloc/free helpersChristoph Hellwig2022-09-271-85/+16
| * nvme-tcp: store the generic nvme_ctrl in set->driver_dataChristoph Hellwig2022-09-271-6/+6
| * nvme-tcp: remove the unused queue_size member in nvme_tcp_queueChristoph Hellwig2022-09-271-6/+3
| * nvme: add common helpers to allocate and free tagsetsChristoph Hellwig2022-09-272-0/+110
| * nvme-auth: add a MAINTAINERS entryChristoph Hellwig2022-09-271-0/+9
| * nvmet: add helpers to set the result field for connect commandsChristoph Hellwig2022-09-271-10/+8
| * nvme: improve the NVME_CONNECT_AUTHREQ* definitionsChristoph Hellwig2022-09-272-6/+4
| * nvmet-auth: don't try to cancel a non-initialized work_structChristoph Hellwig2022-09-274-14/+13
| * nvmet-tcp: remove nvmet_tcp_finish_cmdzhenwei pi2022-09-271-8/+2
| * nvmet-tcp: add bounds check on Transfer TagVarun Prakash2022-09-271-2/+9
| * nvmet-tcp: handle ICReq PDU received in NVMET_TCP_Q_LIVE stateVarun Prakash2022-09-271-0/+7
| * nvmet-tcp: fix NULL pointer dereference during releasezhenwei pi2022-09-271-3/+16
| * nvme-pci: report the actual number of tagset mapsKeith Busch2022-09-271-2/+4
| * nvme-pci: set min_align_mask before calculating max_hw_sectorsRishabh Bhatnagar2022-09-271-1/+2
| * nvme: send a rediscover uevent when a persistent discovery controller reconnectsSagi Grimberg2022-09-272-0/+11
| * nvme: enumerate controller flagsSagi Grimberg2022-09-271-2/+5
| * nvme: ensure subsystem reset is single threadedKeith Busch2022-09-271-3/+13
| * nvme: restrict management ioctls to adminKeith Busch2022-09-271-0/+6
| * nvme: copy firmware_rev on each initKeith Busch2022-09-271-1/+2
| * nvme: handle effects after freeing the requestKeith Busch2022-09-274-14/+23
* | s390/dasd: use blk_mq_alloc_diskChristoph Hellwig2022-09-287-88/+39
* | blk-cgroup: don't update the blkg lookup hint in blkg_conf_prepChristoph Hellwig2022-09-271-13/+4
* | blk-mq: use quiesced elevator switch when reinitializing queuesKeith Busch2022-09-273-7/+6
* | block: replace blk_queue_nowait with bdev_nowaitChristoph Hellwig2022-09-275-8/+10
|/
* blk-cgroup: pass a gendisk to the blkg allocation helpersChristoph Hellwig2022-09-261-28/+28
* blk-cgroup: pass a gendisk to blkcg_schedule_throttleChristoph Hellwig2022-09-265-10/+11
* blk-cgroup: pass a gendisk to blkg_destroy_allChristoph Hellwig2022-09-261-9/+4
* blk-throttle: pass a gendisk to blk_throtl_cancel_biosChristoph Hellwig2022-09-263-4/+5
* blk-throttle: pass a gendisk to blk_throtl_register_queueChristoph Hellwig2022-09-263-4/+5
* blk-throttle: pass a gendisk to blk_throtl_init and blk_throtl_exitChristoph Hellwig2022-09-263-9/+12
* blk-iocost: cleanup ioc_qos_writeChristoph Hellwig2022-09-261-6/+8
* blk-iocost: pass a gendisk to blk_iocost_initChristoph Hellwig2022-09-261-3/+4
* blk-iocost: simplify ioc_nameChristoph Hellwig2022-09-261-9/+5
* blk-iolatency: pass a gendisk to blk_iolatency_initChristoph Hellwig2022-09-263-4/+5
* blk-ioprio: pass a gendisk to blk_ioprio_init and blk_ioprio_exitChristoph Hellwig2022-09-263-10/+10
* blk-cgroup: pass a gendisk to blkcg_init_queue and blkcg_exit_queueChristoph Hellwig2022-09-263-26/+12
* blk-cgroup: remove blkg_lookup_checkChristoph Hellwig2022-09-261-26/+10