aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-0431-354/+3609
|\ \
| * | block: change the blk_queue_split calling conventionChristoph Hellwig2022-08-021-1/+1
| * | nvmet-tcp: fix lockdep complaint on nvmet_tcp_wq flush during queue teardownSagi Grimberg2022-08-021-1/+2
| * | nvme: enable generic interface (/dev/ngXnY) for unknown command setsJoel Granados2022-08-021-7/+34
| * | nvme: factor out a nvme_ns_is_readonly helperChristoph Hellwig2022-08-021-5/+10
| * | nvme: refactor namespace probingChristoph Hellwig2022-08-021-105/+125
| * | nvme: generalize the nvme_multi_css check in nvme_scan_nsChristoph Hellwig2022-08-021-6/+6
| * | nvme: rename nvme_validate_or_alloc_ns to nvme_scan_nsChristoph Hellwig2022-08-021-3/+3
| * | nvme: catch -ENODEV from nvme_revalidate_zones againChristoph Hellwig2022-08-021-6/+7
| * | nvmet-auth: select the intended CRYPTO_DH_RFC7919_GROUPSLukas Bulwahn2022-08-021-1/+1
| * | nvmet-auth: fix return value check in auth receiveChaitanya Kulkarni2022-08-021-2/+1
| * | nvmet-auth: fix return value check in auth sendChaitanya Kulkarni2022-08-021-2/+2
| * | nvmet-auth: fix a couple of spelling mistakesColin Ian King2022-08-022-2/+2
| * | nvmet: fix a format specifier in nvmet_auth_ctrl_exponentialChristoph Hellwig2022-08-021-1/+1
| * | nvmet: don't check for NULL pointer before kfree in nvmet_host_releaseChristoph Hellwig2022-08-021-2/+2
| * | nvme-apple: stop casting function pointer signaturesChristoph Hellwig2022-08-021-6/+15
| * | nvme-tcp: split nvme_tcp_alloc_tagsetChristoph Hellwig2022-08-021-41/+41
| * | nvme-rdma: split nvme_rdma_alloc_tagsetChristoph Hellwig2022-08-021-46/+46
| * | nvme-pci: split nvme_dev_addChristoph Hellwig2022-08-021-35/+37
| * | nvme-pci: split nvme_alloc_admin_tagsChristoph Hellwig2022-08-021-29/+31
| * | nvme-pci: print the command name of aborted commandsChristoph Hellwig2022-08-022-2/+5