summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
2023-12-19nvme-pci: fix sleeping function called from interrupt contextMaurizio Lombardi
2023-12-19Revert "nvme-fc: fix race between error recovery and creating association"Keith Busch
2023-12-07nvme-pci: Add sleep quirk for Kingston drivesGeorg Gottleuber
2023-12-04nvme: fix deadlock between reset and scanBitao Hu
2023-12-04nvme: prevent potential spectre v1 gadgetNitesh Shetty
2023-12-04nvme: improve NVME_HOST_AUTH and NVME_TARGET_AUTH config descriptionsShin'ichiro Kawasaki
2023-12-04nvme-ioctl: move capable() admin check to the endKeith Busch
2023-12-04nvme: ensure reset state check orderingKeith Busch
2023-12-04nvme: introduce helper function to get ctrl stateKeith Busch
2023-12-01nvme-core: check for too small lba shiftKeith Busch
2023-11-27nvme: check for valid nvme_identify_ns() before using itEwan D. Milne
2023-11-27nvme-core: fix a memory leak in nvme_ns_info_from_identify()Maurizio Lombardi
2023-11-27nvme: fine-tune sending of first keep-aliveMark O'Donovan
2023-11-22nvme: tcp: fix compile-time checks for TLS modeArnd Bergmann
2023-11-22nvme: target: fix Kconfig select statementsArnd Bergmann
2023-11-22nvme: target: fix nvme_keyring_id() referencesArnd Bergmann
2023-11-22nvme: move nvme_stop_keep_alive() back to original positionHannes Reinecke
2023-11-20nvmet-tcp: always initialize tls_handshake_tmo_workHannes Reinecke
2023-11-20nvmet: nul-terminate the NQNs passed in the connect commandChristoph Hellwig
2023-11-20nvme: blank out authentication fabrics options if not configuredHannes Reinecke
2023-11-20nvme: catch errors from nvme_configure_metadata()Hannes Reinecke
2023-11-20nvme-tcp: only evaluate 'tls' option if TLS is selectedHannes Reinecke
2023-11-20nvme-auth: set explanation code for failure2 msgsMark O'Donovan
2023-11-20nvme-auth: unlock mutex in one place onlyMark O'Donovan
2023-11-08nvme: keyring: fix conditional compilationHannes Reinecke
2023-11-07nvme: common: make keyring and auth separate modulesArnd Bergmann
2023-11-06nvme: start keep-alive after admin queue setupHannes Reinecke
2023-11-06nvme-loop: always quiesce and cancel commands before destroying admin qHannes Reinecke
2023-11-06nvme-tcp: avoid open-coding nvme_tcp_teardown_admin_queue()Hannes Reinecke
2023-11-06nvme-auth: always set valid seq_num in dhchap replyMark O'Donovan
2023-11-06nvme-auth: add flag for bi-directional authMark O'Donovan
2023-11-06nvme-auth: auth success1 msg always includes respMark O'Donovan
2023-11-06nvme: fix error-handling for io_uring nvme-passthroughAnuj Gupta
2023-11-06nvme: update firmware version after commitDaniel Wagner
2023-11-06nvme-tcp: Fix a memory leakChristophe JAILLET
2023-11-06nvme-auth: use crypto_shash_tfm_digest()Eric Biggers
2023-11-01Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds
2023-10-28nvmet: Convert to bdev_open_by_path()Jan Kara
2023-10-18nvme-pci: add BOGUS_NID for Intel 0a54 deviceKeith Busch
2023-10-18nvmet-auth: complete a request only after freeing the dhchap pointersMaurizio Lombardi
2023-10-18nvme: sanitize metadata bounce buffer for readsKeith Busch
2023-10-17nvme-auth: allow mixing of secret and hash lengthsMark O'Donovan
2023-10-17nvme-auth: use transformed key size to create respMark O'Donovan
2023-10-17nvme-auth: alloc nvme_dhchap_key as single bufferMark O'Donovan
2023-10-17nvmet-tcp: use 'spin_lock_bh' for state_lock()Hannes Reinecke
2023-10-12nvme: rework NVME_AUTH Kconfig selectionHannes Reinecke
2023-10-11nvmet-tcp: peek icreq before starting TLSHannes Reinecke
2023-10-11nvmet-tcp: control messages for recvmsg()Hannes Reinecke
2023-10-11nvmet-tcp: enable TLS handshake upcallHannes Reinecke
2023-10-11nvmet: Set 'TREQ' to 'required' when TLS is enabledHannes Reinecke