aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2023-12-19nvme-pci: fix sleeping function called from interrupt contextGravatar Maurizio Lombardi 1-1/+2
2023-12-19Revert "nvme-fc: fix race between error recovery and creating association"Gravatar Keith Busch 1-16/+5
2023-12-07nvme-pci: Add sleep quirk for Kingston drivesGravatar Georg Gottleuber 2-1/+20
2023-12-04nvme: fix deadlock between reset and scanGravatar Bitao Hu 2-0/+11
2023-12-04nvme: prevent potential spectre v1 gadgetGravatar Nitesh Shetty 1-0/+3
2023-12-04nvme: improve NVME_HOST_AUTH and NVME_TARGET_AUTH config descriptionsGravatar Shin'ichiro Kawasaki 2-4/+6
2023-12-04nvme-ioctl: move capable() admin check to the endGravatar Keith Busch 1-10/+11
2023-12-04nvme: ensure reset state check orderingGravatar Keith Busch 5-49/+63
2023-12-04nvme: introduce helper function to get ctrl stateGravatar Keith Busch 1-0/+5
2023-12-01nvme-core: check for too small lba shiftGravatar Keith Busch 1-2/+3
2023-11-27nvme: check for valid nvme_identify_ns() before using itGravatar Ewan D. Milne 1-0/+9
2023-11-27nvme-core: fix a memory leak in nvme_ns_info_from_identify()Gravatar Maurizio Lombardi 1-2/+5
2023-11-27nvme: fine-tune sending of first keep-aliveGravatar Mark O'Donovan 1-2/+11
2023-11-22nvme: tcp: fix compile-time checks for TLS modeGravatar Arnd Bergmann 1-17/+14
2023-11-22nvme: target: fix Kconfig select statementsGravatar Arnd Bergmann 1-2/+2
2023-11-22nvme: target: fix nvme_keyring_id() referencesGravatar Arnd Bergmann 1-1/+1
2023-11-22nvme: move nvme_stop_keep_alive() back to original positionGravatar Hannes Reinecke 4-12/+11
2023-11-20nvmet-tcp: always initialize tls_handshake_tmo_workGravatar Hannes Reinecke 1-1/+3
2023-11-20nvmet: nul-terminate the NQNs passed in the connect commandGravatar Christoph Hellwig 1-0/+4
2023-11-20nvme: blank out authentication fabrics options if not configuredGravatar Hannes Reinecke 1-0/+2
2023-11-20nvme: catch errors from nvme_configure_metadata()Gravatar Hannes Reinecke 1-6/+13
2023-11-20nvme-tcp: only evaluate 'tls' option if TLS is selectedGravatar Hannes Reinecke 1-1/+1
2023-11-20nvme-auth: set explanation code for failure2 msgsGravatar Mark O'Donovan 1-0/+2
2023-11-20nvme-auth: unlock mutex in one place onlyGravatar Mark O'Donovan 1-2/+1
2023-11-08nvme: keyring: fix conditional compilationGravatar Hannes Reinecke 2-12/+6
2023-11-07nvme: common: make keyring and auth separate modulesGravatar Arnd Bergmann 6-13/+9
2023-11-06nvme: start keep-alive after admin queue setupGravatar Hannes Reinecke 2-3/+9
2023-11-06nvme-loop: always quiesce and cancel commands before destroying admin qGravatar Hannes Reinecke 1-0/+4
2023-11-06nvme-tcp: avoid open-coding nvme_tcp_teardown_admin_queue()Gravatar Hannes Reinecke 1-5/+1
2023-11-06nvme-auth: always set valid seq_num in dhchap replyGravatar Mark O'Donovan 2-3/+2
2023-11-06nvme-auth: add flag for bi-directional authGravatar Mark O'Donovan 1-1/+4
2023-11-06nvme-auth: auth success1 msg always includes respGravatar Mark O'Donovan 1-4/+1
2023-11-06nvme: fix error-handling for io_uring nvme-passthroughGravatar Anuj Gupta 1-2/+5
2023-11-06nvme: update firmware version after commitGravatar Daniel Wagner 1-1/+14
2023-11-06nvme-tcp: Fix a memory leakGravatar Christophe JAILLET 1-1/+2
2023-11-06nvme-auth: use crypto_shash_tfm_digest()Gravatar Eric Biggers 1-21/+2
2023-11-01Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxGravatar Linus Torvalds 20-132/+1033
2023-10-28nvmet: Convert to bdev_open_by_path()Gravatar Jan Kara 2-9/+12
2023-10-18nvme-pci: add BOGUS_NID for Intel 0a54 deviceGravatar Keith Busch 1-1/+2
2023-10-18nvmet-auth: complete a request only after freeing the dhchap pointersGravatar Maurizio Lombardi 1-3/+6
2023-10-18nvme: sanitize metadata bounce buffer for readsGravatar Keith Busch 1-3/+7
2023-10-17nvme-auth: allow mixing of secret and hash lengthsGravatar Mark O'Donovan 1-8/+0
2023-10-17nvme-auth: use transformed key size to create respGravatar Mark O'Donovan 3-38/+46
2023-10-17nvme-auth: alloc nvme_dhchap_key as single bufferGravatar Mark O'Donovan 1-12/+25
2023-10-17nvmet-tcp: use 'spin_lock_bh' for state_lock()Gravatar Hannes Reinecke 1-2/+2
2023-10-12nvme: rework NVME_AUTH Kconfig selectionGravatar Hannes Reinecke 7-20/+19
2023-10-11nvmet-tcp: peek icreq before starting TLSGravatar Hannes Reinecke 3-9/+82
2023-10-11nvmet-tcp: control messages for recvmsg()Gravatar Hannes Reinecke 1-13/+80
2023-10-11nvmet-tcp: enable TLS handshake upcallGravatar Hannes Reinecke 4-4/+187
2023-10-11nvmet: Set 'TREQ' to 'required' when TLS is enabledGravatar Hannes Reinecke 2-2/+18