summaryrefslogtreecommitdiffstats
path: root/drivers/nvme (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* nvmet-tcp: don't map pages which can't come from HIGHMEMFabio M. De Francesco2022-09-191-31/+13
* nvme-pci: move iod dma_len fill gapsKeith Busch2022-09-191-1/+1
* nvme-pci: iod npages fits in s8Keith Busch2022-09-191-13/+16
* nvme-pci: iod's 'aborted' is a boolKeith Busch2022-09-191-3/+3
* nvme-pci: remove nvme_queue from nvme_iodKeith Busch2022-09-191-15/+13
* nvme: consider also host_iface when checking ip optionsDaniel Wagner2022-09-191-5/+18
* nvme-rdma: handle number of queue changesDaniel Wagner2022-09-191-5/+21
* nvme-tcp: handle number of queue changesDaniel Wagner2022-09-191-5/+21
* nvmet: expose max queues to configfsDaniel Wagner2022-09-191-0/+29
* nvmet: avoid unnecessary flush bioGuixin Liu2022-09-191-0/+8
* nvmet-auth: remove redundant parameters reqGenjian Zhang2022-09-191-2/+2
* nvmet-auth: clean up with done_kfreeJackie Liu2022-09-191-4/+2
* nvme-auth: remove the redundant req->cqe->result.u16 assignment operationJackie Liu2022-09-191-1/+0
* nvme: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-194-4/+4
* nvme: add comment for unaligned "fake" nqnLinjun Bao2022-09-191-1/+5
* block: Change the return type of blk_mq_map_queues() into voidBart Van Assche2022-08-224-11/+4
* Merge tag 'block-6.0-2022-08-12' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-135-4/+18
|\
| * nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG GAMMIX S70Dennis P. Kliem2022-08-111-0/+2
| * nvme-tcp: check if the queue is allocated before stopping itMaurizio Lombardi2022-08-101-0/+3
| * nvme-fabrics: Fix a typo in an error messageChristophe JAILLET2022-08-101-1/+1
| * nvme-fabrics: parse nvme connect Linux error codesAmit Engel2022-08-101-0/+6
| * nvmet-auth: use kmemdup instead of kmalloc + memcpyZhang Xiaoxu2022-08-101-2/+2
| * nvme-fc: fix the fc_appid_store return valueChristoph Hellwig2022-08-101-1/+2
| * nvme-fc: restart admin queue if the caller needs to restart queueMing Lei2022-08-101-0/+2
* | Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds2022-08-064-46/+42
|\ \ | |/ |/|
| * RDMA/core: introduce ib_dma_pci_p2p_dma_supported()Logan Gunthorpe2022-07-261-1/+1
| * nvme-pci: convert to using dma_map_sgtable()Logan Gunthorpe2022-07-261-40/+29
| * nvme-pci: check DMA ops when indicating support for PCI P2PDMALogan Gunthorpe2022-07-263-5/+12