summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | nvme-pci: remove useless assignment in nvme_pci_setup_prpsLiu Song2022-08-021-1/+0
| * | nvme-auth: uninitialized variable in nvme_auth_transform_key()Dan Carpenter2022-08-021-9/+16
| * | nvme-auth: fix off by one checksDan Carpenter2022-08-021-5/+5
| * | nvme: define compat_ioctl again to unbreak 32-bit userspace.Nick Bowler2022-08-022-0/+2
| * | nvme: don't always build constants.oChristoph Hellwig2022-08-022-3/+2
| * | nvme: use command_id instead of req->tag in trace_nvme_complete_rq()Bean Huo2022-08-021-1/+1
| * | nvme-multipath: refactor nvme_mpath_add_diskJoel Granados2022-08-023-7/+6
| * | nvme-apple: use nvme core helper to cancel requests in tagsetGuixin Liu2022-08-021-5/+2
| * | nvme-pci: use nvme core helper to cancel requests in tagsetGuixin Liu2022-08-021-4/+2
| * | nvme-tcp: use in-capsule data for I/O connectCaleb Sander2022-08-021-5/+7
| * | nvme-rdma: remove timeout for getting RDMA-CM established eventIsrael Rukshin2022-08-021-8/+5
| * | nvmet-auth: expire authentication sessionsHannes Reinecke2022-08-023-1/+21
| * | nvmet-auth: Diffie-Hellman key exchange supportHannes Reinecke2022-08-025-8/+232
| * | nvmet: implement basic In-Band AuthenticationHannes Reinecke2022-08-029-3/+1100
| * | nvmet: parse fabrics commands on io queuesHannes Reinecke2022-08-024-3/+23
| * | nvme-auth: Diffie-Hellman key exchange supportHannes Reinecke2022-08-023-6/+350
| * | nvme: implement In-Band authenticationHannes Reinecke2022-08-0215-7/+1465