summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)Author
2023-12-07nvme-pci: Add sleep quirk for Kingston drivesGeorg Gottleuber
2023-12-04nvme: fix deadlock between reset and scanBitao Hu
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: move nvme_stop_keep_alive() back to original positionHannes Reinecke
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-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-01Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds
2023-10-18nvme-pci: add BOGUS_NID for Intel 0a54 deviceKeith Busch
2023-10-18nvme: sanitize metadata bounce buffer for readsKeith Busch
2023-10-17nvme-auth: use transformed key size to create respMark O'Donovan
2023-10-12nvme: rework NVME_AUTH Kconfig selectionHannes Reinecke
2023-10-11nvme-fabrics: parse options 'keyring' and 'tls_key'Hannes Reinecke
2023-10-11nvme-tcp: improve icreq/icresp loggingHannes Reinecke
2023-10-11nvme-tcp: control message handling for recvmsg()Hannes Reinecke
2023-10-11nvme-tcp: enable TLS handshake upcallHannes Reinecke
2023-10-11nvme-tcp: allocate socket fileHannes Reinecke
2023-10-11nvme-keyring: register '.nvme' keyringHannes Reinecke
2023-10-10nvme-auth: use chap->s2 to indicate bidirectional authenticationMartin Wilck
2023-10-05nvme-rdma: do not try to stop unallocated queuesMaurizio Lombardi
2023-09-22blk-mq: update driver tags request table when start requestChengming Zhou
2023-09-14Merge tag 'nvme-6.6-2023-09-14' of git://git.infradead.org/nvme into block-6.6Jens Axboe
2023-09-14nvme: avoid bogus CRTO valuesKeith Busch
2023-09-12nvme-pci: do not set the NUMA node of device if it has nonePratyush Yadav
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds
2023-08-21nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid()Nigel Kirkland
2023-08-21nvme: host: hwmon: constify pointers to hwmon_channel_infoKrzysztof Kozlowski
2023-08-11Merge tag 'block-6.5-2023-08-11' of git://git.kernel.dk/linuxLinus Torvalds
2023-08-11nvme: core: don't hold rcu read lock in nvme_ns_chr_uring_cmd_iopollMing Lei
2023-08-09bio-integrity: update the payload size in bio_integrity_add_page()Jinyoung Choi