summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
2024-03-01nvmet-fc: take ref count on tgtport before delete assocDaniel Wagner
2024-03-01nvmet-fc: avoid deadlock on delete association pathDaniel Wagner
2024-03-01nvmet-fc: abort command when there is no bindingDaniel Wagner
2024-03-01nvmet-fc: hold reference on hostport matchDaniel Wagner
2024-03-01nvmet-fc: free queue and assoc directlyDaniel Wagner
2024-03-01nvmet-fc: defer cleanup using RCU properlyDaniel Wagner
2024-03-01nvmet-fc: release reference on target portDaniel Wagner
2024-03-01nvmet-fcloop: swap the list_add_tail argumentsDaniel Wagner
2024-03-01nvme-fc: do not wait in vain when unloading moduleDaniel Wagner
2024-03-01nvmet-tcp: fix nvme tcp ida memory leakGuixin Liu
2024-02-16nvme-host: fix the updating of the firmware versionMaurizio Lombardi
2024-01-25nvmet-tcp: Fix the H2C expected PDU len calculationMaurizio Lombardi
2024-01-25nvme: trace: avoid memcpy overflow warningArnd Bergmann
2024-01-25nvmet: re-fix tracing strncpy() warningArnd Bergmann
2024-01-25nvmet-tcp: fix a missing endianess conversion in nvmet_tcp_try_peek_pduChristoph Hellwig
2024-01-25nvmet-tcp: fix a crash in nvmet_req_complete()Maurizio Lombardi
2024-01-25nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU lengthMaurizio Lombardi
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