summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-161-1/+1
|\
| * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* | nvme-multipath: fix possible hang in live ns resize with ANA accessSagi Grimberg2022-10-121-0/+1
* | nvme-pci: avoid the deepest sleep state on ZHITAI TiPro5000 SSDsXi Ruoyao2022-10-121-0/+2
* | nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM760Abhijit2022-10-121-0/+2
* | nvme-tcp: fix possible hang caused during ctrl deletionSagi Grimberg2022-10-121-1/+1
* | nvme-rdma: fix possible hang caused during ctrl deletionSagi Grimberg2022-10-121-1/+1
|/
* Merge tag 'for-6.1/passthrough-2022-10-04' of git://git.kernel.dk/linuxLinus Torvalds2022-10-074-89/+161
|\
| * nvme: wire up fixed buffer support for nvme passthroughKanchan Joshi2022-09-301-2/+16
| * nvme: pass ubuffer as an integerKanchan Joshi2022-09-301-11/+12
| * nvme: refactor nvme_alloc_requestKanchan Joshi2022-09-301-37/+53
| * nvme: refactor nvme_add_user_metadataKanchan Joshi2022-09-301-10/+13
| * nvme: Use blk_rq_map_user_io helperAnuj Gupta2022-09-301-16/+2
| * nvme: enable batched completions of passthrough IOJens Axboe2022-09-301-2/+1
| * nvme: split out metadata vs non metadata end_io uring_cmd completionsJens Axboe2022-09-301-18/+61
| * block: change request end_io handler to pass back a return valueJens Axboe2022-09-304-9/+19
| * Merge branch 'for-6.1/io_uring' into for-6.1/passthroughJens Axboe2022-09-304-5/+78
| |\
| * \ Merge branch 'for-6.1/block' into for-6.1/passthroughJens Axboe2022-09-3020-535/+525
| |\ \
* | \ \ Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-0720-535/+525
|\ \ \ \ | | |/ / | |/| |
| * | | 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
| * | | 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-271-4/+2
| * | | 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
| * | | nvme-tcp: print actual source IP address through sysfs "address" attrMartin Belanger2022-09-191-1/+20