summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* 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
| * nvme-fabrics: decode 'authentication required' connect errorHannes Reinecke2022-08-021-0/+4
| * nvme-loop: use nvme core helpers to cancel all requests in a tagsetSagi Grimberg2022-08-021-6/+2
| * nvme: fix qid param blk_mq_alloc_request_hctxChaitanya Kulkarni2022-08-021-1/+1
| * nvme: remove unused timeout parameterChaitanya Kulkarni2022-08-023-14/+10
| * nvme: handle the persistent internal error AERMichael Kelley2022-08-021-2/+29
| * nvme: remove a double word in a commentXiang wangx2022-08-021-1/+1
* | Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-08-031-1/+1
|\ \ | |/ |/|
| * keep iocb_flags() result cached in struct fileAl Viro2022-06-101-1/+1
* | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-0213-69/+64
|\ \
| * | nvme/target: Use the new blk_opf_t typeBart Van Assche2022-07-142-11/+12
| * | nvme/host: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-142-3/+3
| * | treewide: Rename enum req_opf into enum req_opBart Van Assche2022-07-141-2/+2