summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
2022-09-30Merge branch 'for-6.1/block' into for-6.1/passthroughJens Axboe8-383/+383
2022-09-27nvme: remove nvme_ctrl_init_connect_qChristoph Hellwig1-8/+0
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-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 Busch3-13/+17
2022-09-19nvme-tcp: print actual source IP address through sysfs "address" attrMartin Belanger1-1/+20
2022-09-19nvme-pci: move iod dma_len fill gapsKeith Busch1-1/+1
2022-09-19nvme-pci: iod npages fits in s8Keith Busch1-13/+16
2022-09-19nvme-pci: iod's 'aborted' is a boolKeith Busch1-3/+3
2022-09-19nvme-pci: remove nvme_queue from nvme_iodKeith Busch1-15/+13
2022-09-19nvme: consider also host_iface when checking ip optionsDaniel Wagner1-5/+18
2022-09-19nvme-rdma: handle number of queue changesDaniel Wagner1-5/+21
2022-09-19nvme-tcp: handle number of queue changesDaniel Wagner1-5/+21
2022-09-19nvme: move from strlcpy with unused retval to strscpyWolfram Sang2-2/+2
2022-09-19nvme: add comment for unaligned "fake" nqnLinjun Bao1-1/+5
2022-09-09Merge tag 'block-6.0-2022-09-09' of git://git.kernel.dk/linux-blockLinus Torvalds2-8/+13
2022-09-07nvme: requeue aen after firmware activationKeith Busch1-3/+11
2022-09-06nvme-tcp: fix regression that causes sporadic requests to time outSagi Grimberg1-4/+1
2022-09-06nvme-tcp: fix UAF when detecting digest errorsSagi Grimberg1-1/+1
2022-09-03Merge tag 'block-6.0-2022-09-02' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2022-08-31nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM610Shyamin Ayesh1-0/+2
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche4-11/+4
2022-08-13Merge tag 'block-6.0-2022-08-12' of git://git.kernel.dk/linux-blockLinus Torvalds4-2/+16
2022-08-11nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG GAMMIX S70Dennis P. Kliem1-0/+2
2022-08-10nvme-tcp: check if the queue is allocated before stopping itMaurizio Lombardi1-0/+3
2022-08-10nvme-fabrics: Fix a typo in an error messageChristophe JAILLET1-1/+1
2022-08-10nvme-fabrics: parse nvme connect Linux error codesAmit Engel1-0/+6
2022-08-10nvme-fc: fix the fc_appid_store return valueChristoph Hellwig1-1/+2
2022-08-10nvme-fc: restart admin queue if the caller needs to restart queueMing Lei1-0/+2
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds3-45/+41
2022-08-03block: change the blk_queue_split calling conventionChristoph Hellwig1-1/+1
2022-08-03nvme: enable generic interface (/dev/ngXnY) for unknown command setsJoel Granados1-7/+34
2022-08-03nvme: factor out a nvme_ns_is_readonly helperChristoph Hellwig1-5/+10
2022-08-03nvme: refactor namespace probingChristoph Hellwig1-105/+125
2022-08-03nvme: generalize the nvme_multi_css check in nvme_scan_nsChristoph Hellwig1-6/+6
2022-08-03nvme: rename nvme_validate_or_alloc_ns to nvme_scan_nsChristoph Hellwig1-3/+3