summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
2023-12-07nvme-pci: Add sleep quirk for Kingston drivesGeorg Gottleuber2-1/+20
2023-12-04nvme: fix deadlock between reset and scanBitao Hu2-0/+11
2023-12-04nvme: improve NVME_HOST_AUTH and NVME_TARGET_AUTH config descriptionsShin'ichiro Kawasaki1-2/+3
2023-12-04nvme-ioctl: move capable() admin check to the endKeith Busch1-10/+11
2023-12-04nvme: ensure reset state check orderingKeith Busch5-49/+63
2023-12-04nvme: introduce helper function to get ctrl stateKeith Busch1-0/+5
2023-12-01nvme-core: check for too small lba shiftKeith Busch1-2/+3
2023-11-28nvme: check for valid nvme_identify_ns() before using itEwan D. Milne1-0/+9
2023-11-27nvme-core: fix a memory leak in nvme_ns_info_from_identify()Maurizio Lombardi1-2/+5
2023-11-27nvme: fine-tune sending of first keep-aliveMark O'Donovan1-2/+11
2023-11-23nvme: tcp: fix compile-time checks for TLS modeArnd Bergmann1-17/+14
2023-11-22nvme: move nvme_stop_keep_alive() back to original positionHannes Reinecke4-12/+11
2023-11-20nvme: blank out authentication fabrics options if not configuredHannes Reinecke1-0/+2
2023-11-20nvme: catch errors from nvme_configure_metadata()Hannes Reinecke1-6/+13
2023-11-20nvme-tcp: only evaluate 'tls' option if TLS is selectedHannes Reinecke1-1/+1
2023-11-20nvme-auth: set explanation code for failure2 msgsMark O'Donovan1-0/+2
2023-11-20nvme-auth: unlock mutex in one place onlyMark O'Donovan1-2/+1
2023-11-08nvme: keyring: fix conditional compilationHannes Reinecke1-8/+1
2023-11-07nvme: common: make keyring and auth separate modulesArnd Bergmann1-2/+0
2023-11-06nvme: start keep-alive after admin queue setupHannes Reinecke2-3/+9
2023-11-06nvme-tcp: avoid open-coding nvme_tcp_teardown_admin_queue()Hannes Reinecke1-5/+1
2023-11-06nvme-auth: always set valid seq_num in dhchap replyMark O'Donovan1-2/+1
2023-11-06nvme-auth: add flag for bi-directional authMark O'Donovan1-1/+4
2023-11-06nvme-auth: auth success1 msg always includes respMark O'Donovan1-4/+1
2023-11-06nvme: fix error-handling for io_uring nvme-passthroughAnuj Gupta1-2/+5
2023-11-06nvme: update firmware version after commitDaniel Wagner1-1/+14
2023-11-06nvme-tcp: Fix a memory leakChristophe JAILLET1-1/+2
2023-11-02Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds10-45/+318
2023-10-19nvme-pci: add BOGUS_NID for Intel 0a54 deviceKeith Busch1-1/+2
2023-10-19nvme: sanitize metadata bounce buffer for readsKeith Busch1-3/+7
2023-10-17nvme-auth: use transformed key size to create respMark O'Donovan1-15/+15
2023-10-12nvme: rework NVME_AUTH Kconfig selectionHannes Reinecke5-14/+9
2023-10-11nvme-fabrics: parse options 'keyring' and 'tls_key'Hannes Reinecke3-5/+70
2023-10-11nvme-tcp: improve icreq/icresp loggingHannes Reinecke1-2/+8
2023-10-11nvme-tcp: control message handling for recvmsg()Hannes Reinecke1-1/+16
2023-10-11nvme-tcp: enable TLS handshake upcallHannes Reinecke7-7/+185
2023-10-11nvme-tcp: allocate socket fileHannes Reinecke1-2/+11
2023-10-11nvme-keyring: register '.nvme' keyringHannes Reinecke1-2/+8
2023-10-10nvme-auth: use chap->s2 to indicate bidirectional authenticationMartin Wilck1-2/+2
2023-10-05nvme-rdma: do not try to stop unallocated queuesMaurizio Lombardi1-0/+3
2023-09-22blk-mq: update driver tags request table when start requestChengming Zhou1-1/+0
2023-09-15Merge tag 'nvme-6.6-2023-09-14' of git://git.infradead.org/nvme into block-6.6Jens Axboe4-24/+37
2023-09-14nvme: avoid bogus CRTO valuesKeith Busch1-19/+35
2023-09-12nvme-pci: do not set the NUMA node of device if it has nonePratyush Yadav1-3/+0
2023-08-30Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-1/+0
2023-08-21nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid()Nigel Kirkland1-1/+1
2023-08-21nvme: host: hwmon: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-08-11Merge tag 'block-6.5-2023-08-11' of git://git.kernel.dk/linuxLinus Torvalds5-8/+13
2023-08-11nvme: core: don't hold rcu read lock in nvme_ns_chr_uring_cmd_iopollMing Lei1-2/+0
2023-08-10bio-integrity: update the payload size in bio_integrity_add_page()Jinyoung Choi1-1/+0