summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
Commit message (Expand)AuthorAgeFilesLines
* nvme-pci: Add sleep quirk for Kingston drivesGeorg Gottleuber2023-12-072-1/+20
* nvme: fix deadlock between reset and scanBitao Hu2023-12-042-0/+11
* nvme: improve NVME_HOST_AUTH and NVME_TARGET_AUTH config descriptionsShin'ichiro Kawasaki2023-12-041-2/+3
* nvme-ioctl: move capable() admin check to the endKeith Busch2023-12-041-10/+11
* nvme: ensure reset state check orderingKeith Busch2023-12-045-49/+63
* nvme: introduce helper function to get ctrl stateKeith Busch2023-12-041-0/+5
* nvme-core: check for too small lba shiftKeith Busch2023-12-011-2/+3
* nvme: check for valid nvme_identify_ns() before using itEwan D. Milne2023-11-271-0/+9
* nvme-core: fix a memory leak in nvme_ns_info_from_identify()Maurizio Lombardi2023-11-271-2/+5
* nvme: fine-tune sending of first keep-aliveMark O'Donovan2023-11-271-2/+11
* nvme: tcp: fix compile-time checks for TLS modeArnd Bergmann2023-11-221-17/+14
* nvme: move nvme_stop_keep_alive() back to original positionHannes Reinecke2023-11-224-12/+11
* nvme: blank out authentication fabrics options if not configuredHannes Reinecke2023-11-201-0/+2
* nvme: catch errors from nvme_configure_metadata()Hannes Reinecke2023-11-201-6/+13
* nvme-tcp: only evaluate 'tls' option if TLS is selectedHannes Reinecke2023-11-201-1/+1
* nvme-auth: set explanation code for failure2 msgsMark O'Donovan2023-11-201-0/+2
* nvme-auth: unlock mutex in one place onlyMark O'Donovan2023-11-201-2/+1
* nvme: keyring: fix conditional compilationHannes Reinecke2023-11-081-8/+1
* nvme: common: make keyring and auth separate modulesArnd Bergmann2023-11-071-2/+0
* nvme: start keep-alive after admin queue setupHannes Reinecke2023-11-062-3/+9
* nvme-tcp: avoid open-coding nvme_tcp_teardown_admin_queue()Hannes Reinecke2023-11-061-5/+1
* nvme-auth: always set valid seq_num in dhchap replyMark O'Donovan2023-11-061-2/+1
* nvme-auth: add flag for bi-directional authMark O'Donovan2023-11-061-1/+4
* nvme-auth: auth success1 msg always includes respMark O'Donovan2023-11-061-4/+1
* nvme: fix error-handling for io_uring nvme-passthroughAnuj Gupta2023-11-061-2/+5
* nvme: update firmware version after commitDaniel Wagner2023-11-061-1/+14
* nvme-tcp: Fix a memory leakChristophe JAILLET2023-11-061-1/+2
* Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds2023-11-0110-45/+318
|\
| * nvme-auth: use transformed key size to create respMark O'Donovan2023-10-171-15/+15
| * nvme: rework NVME_AUTH Kconfig selectionHannes Reinecke2023-10-125-14/+9
| * nvme-fabrics: parse options 'keyring' and 'tls_key'Hannes Reinecke2023-10-113-5/+70
| * nvme-tcp: improve icreq/icresp loggingHannes Reinecke2023-10-111-2/+8
| * nvme-tcp: control message handling for recvmsg()Hannes Reinecke2023-10-111-1/+16
| * nvme-tcp: enable TLS handshake upcallHannes Reinecke2023-10-117-7/+185
| * nvme-tcp: allocate socket fileHannes Reinecke2023-10-111-2/+11
| * nvme-keyring: register '.nvme' keyringHannes Reinecke2023-10-111-2/+8
| * blk-mq: update driver tags request table when start requestChengming Zhou2023-09-221-1/+0
* | nvme-pci: add BOGUS_NID for Intel 0a54 deviceKeith Busch2023-10-181-1/+2
* | nvme: sanitize metadata bounce buffer for readsKeith Busch2023-10-181-3/+7
* | nvme-auth: use chap->s2 to indicate bidirectional authenticationMartin Wilck2023-10-101-2/+2
* | nvme-rdma: do not try to stop unallocated queuesMaurizio Lombardi2023-10-051-0/+3
|/
* Merge tag 'nvme-6.6-2023-09-14' of git://git.infradead.org/nvme into block-6.6Jens Axboe2023-09-144-24/+37
|\
| * nvme: avoid bogus CRTO valuesKeith Busch2023-09-141-19/+35
| * nvme-pci: do not set the NUMA node of device if it has nonePratyush Yadav2023-09-121-3/+0
| * nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid()Nigel Kirkland2023-08-211-1/+1
| * nvme: host: hwmon: constify pointers to hwmon_channel_infoKrzysztof Kozlowski2023-08-211-1/+1
* | Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-291-1/+0
|\|
| * bio-integrity: update the payload size in bio_integrity_add_page()Jinyoung Choi2023-08-091-1/+0
* | Merge tag 'block-6.5-2023-08-11' of git://git.kernel.dk/linuxLinus Torvalds2023-08-115-8/+13
|\ \ | |/ |/|
| * nvme: core: don't hold rcu read lock in nvme_ns_chr_uring_cmd_iopollMing Lei2023-08-111-2/+0