summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * io_uring: signal registered eventfd to process deferred task workDylan Yudaken2022-09-212-23/+63
| * io_uring: move io_eventfd_putDylan Yudaken2022-09-211-8/+8
| * io_uring: add IORING_SETUP_DEFER_TASKRUNDylan Yudaken2022-09-216-21/+168
| * io_uring: do not run task work at the start of io_uring_enterDylan Yudaken2022-09-211-2/+0
| * io_uring: introduce io_has_workDylan Yudaken2022-09-211-4/+9
| * io_uring: remove unnecessary variableDylan Yudaken2022-09-211-4/+1
| * eventfd: guard wake_up in eventfd fs calls as wellDylan Yudaken2022-09-213-5/+9
* | Merge branch 'for-6.1/block' into for-6.1/passthroughJens Axboe2022-09-30135-1644/+3204
|\ \
| * | sbitmap: fix lockup while swappingHugh Dickins2022-09-291-1/+1
| * | block: add rationale for not using blk_mq_plug() when applicablePankaj Raghav2022-09-292-0/+12
| * | 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