summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-09-30scsi: Use blk_rq_map_user_io helperAnuj Gupta2-39/+5
2022-09-30nvme: enable batched completions of passthrough IOJens Axboe1-2/+1
2022-09-30nvme: split out metadata vs non metadata end_io uring_cmd completionsJens Axboe1-18/+61
2022-09-30block: change request end_io handler to pass back a return valueJens Axboe10-20/+43
2022-09-30Merge branch 'for-6.1/io_uring' into for-6.1/passthroughJens Axboe4-5/+78
2022-09-30Merge branch 'for-6.1/block' into for-6.1/passthroughJens Axboe76-1114/+2456
2022-09-28Merge tag 'nvme-6.1-2022-09-28' of git://git.infradead.org/nvme into for-6.1/...Jens Axboe16-433/+345
2022-09-28s390/dasd: use blk_mq_alloc_diskChristoph Hellwig7-88/+39
2022-09-27nvmet: don't look at the request_queue in nvmet_bdev_set_limitsChristoph Hellwig1-6/+5
2022-09-27nvmet: don't look at the request_queue in nvmet_bdev_zone_mgmt_emulate_allChristoph Hellwig1-2/+1
2022-09-27block: replace blk_queue_nowait with bdev_nowaitChristoph Hellwig2-5/+3
2022-09-27nvme: remove nvme_ctrl_init_connect_qChristoph Hellwig1-8/+0
2022-09-27nvme-loop: use the tagset alloc/free helpersChristoph Hellwig1-64/+19
2022-09-27nvme-loop: store the generic nvme_ctrl in set->driver_dataChristoph Hellwig1-5/+5
2022-09-27nvme-loop: initialize sqsize laterChristoph Hellwig1-1/+1
2022-09-27nvme-fc: use the tagset alloc/free helpersChristoph Hellwig1-66/+17
2022-09-27nvme-fc: store the generic nvme_ctrl in set->driver_dataChristoph Hellwig1-20/+12
2022-09-27nvme-fc: keep ctrl->sqsize in sync with opts->queue_sizeChristoph Hellwig1-9/+1
2022-09-27nvme-rdma: use the tagset alloc/free helpersChristoph Hellwig1-99/+34
2022-09-27nvme-rdma: store the generic nvme_ctrl in set->driver_dataChristoph Hellwig1-6/+6
2022-09-27nvme-tcp: use the tagset alloc/free helpersChristoph Hellwig1-85/+16
2022-09-27nvme-tcp: store the generic nvme_ctrl in set->driver_dataChristoph Hellwig1-6/+6
2022-09-27nvme-tcp: remove the unused queue_size member in nvme_tcp_queueChristoph Hellwig1-6/+3
2022-09-27nvme: add common helpers to allocate and free tagsetsChristoph Hellwig2-0/+110
2022-09-27nvmet: add helpers to set the result field for connect commandsChristoph Hellwig1-10/+8
2022-09-27nvme: improve the NVME_CONNECT_AUTHREQ* definitionsChristoph Hellwig1-4/+2
2022-09-27nvmet-auth: don't try to cancel a non-initialized work_structChristoph Hellwig4-14/+13
2022-09-27nvmet-tcp: remove nvmet_tcp_finish_cmdzhenwei pi1-8/+2
2022-09-27nvmet-tcp: add bounds check on Transfer TagVarun Prakash1-2/+9
2022-09-27nvmet-tcp: handle ICReq PDU received in NVMET_TCP_Q_LIVE stateVarun Prakash1-0/+7
2022-09-27nvmet-tcp: fix NULL pointer dereference during releasezhenwei pi1-3/+16
2022-09-27nvme-pci: report the actual number of tagset mapsKeith Busch1-2/+4
2022-09-27nvme-pci: set min_align_mask before calculating max_hw_sectorsRishabh Bhatnagar1-1/+2
2022-09-27nvme: send a rediscover uevent when a persistent discovery controller reconnectsSagi Grimberg2-0/+11
2022-09-27nvme: enumerate controller flagsSagi Grimberg1-2/+5
2022-09-27nvme: ensure subsystem reset is single threadedKeith Busch1-3/+13
2022-09-27nvme: restrict management ioctls to adminKeith Busch1-0/+6
2022-09-27nvme: copy firmware_rev on each initKeith Busch1-1/+2
2022-09-27nvme: handle effects after freeing the requestKeith Busch4-14/+23
2022-09-25Merge tag 'dax-and-nvdimm-fixes-v6.0-final' of git://git.kernel.org/pub/scm/l...Linus Torvalds3-5/+4
2022-09-25Merge tag 'i2c-for-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-44/+31
2022-09-25Merge branch 'for-6.0/dax' into libnvdimm-fixesDan Williams6094-141397/+918604
2022-09-25devdax: Fix soft-reservation memory descriptionDan Williams1-0/+1
2022-09-25Merge tag 's390-6.0-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-0/+30
2022-09-24Merge tag 'pm-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-1/+1
2022-09-24Merge tag 'char-misc-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-77/+24
2022-09-24Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds5-9/+10
2022-09-24Merge tag 'block-6.0-2022-09-22' of git://git.kernel.dk/linuxLinus Torvalds1-2/+7
2022-09-24ublk_drv: add START_USER_RECOVERY and END_USER_RECOVERY supportZiyangZhang1-0/+116
2022-09-24ublk_drv: support UBLK_F_USER_RECOVERY_REISSUEZiyangZhang1-4/+18