summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
AgeCommit message (Expand)AuthorLines
2023-11-08nvme: keyring: fix conditional compilationHannes Reinecke-12/+6
2023-11-07nvme: common: make keyring and auth separate modulesArnd Bergmann-13/+9
2023-11-06nvme: start keep-alive after admin queue setupHannes Reinecke-3/+9
2023-11-06nvme-loop: always quiesce and cancel commands before destroying admin qHannes Reinecke-0/+4
2023-11-06nvme-tcp: avoid open-coding nvme_tcp_teardown_admin_queue()Hannes Reinecke-5/+1
2023-11-06nvme-auth: always set valid seq_num in dhchap replyMark O'Donovan-3/+2
2023-11-06nvme-auth: add flag for bi-directional authMark O'Donovan-1/+4
2023-11-06nvme-auth: auth success1 msg always includes respMark O'Donovan-4/+1
2023-11-06nvme: fix error-handling for io_uring nvme-passthroughAnuj Gupta-2/+5
2023-11-06nvme: update firmware version after commitDaniel Wagner-1/+14
2023-11-06nvme-tcp: Fix a memory leakChristophe JAILLET-1/+2
2023-11-06nvme-auth: use crypto_shash_tfm_digest()Eric Biggers-21/+2
2023-11-01Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds-132/+1033
2023-10-28nvmet: Convert to bdev_open_by_path()Jan Kara-9/+12
2023-10-18nvme-pci: add BOGUS_NID for Intel 0a54 deviceKeith Busch-1/+2
2023-10-18nvmet-auth: complete a request only after freeing the dhchap pointersMaurizio Lombardi-3/+6
2023-10-18nvme: sanitize metadata bounce buffer for readsKeith Busch-3/+7
2023-10-17nvme-auth: allow mixing of secret and hash lengthsMark O'Donovan-8/+0
2023-10-17nvme-auth: use transformed key size to create respMark O'Donovan-38/+46
2023-10-17nvme-auth: alloc nvme_dhchap_key as single bufferMark O'Donovan-12/+25
2023-10-17nvmet-tcp: use 'spin_lock_bh' for state_lock()Hannes Reinecke-2/+2
2023-10-12nvme: rework NVME_AUTH Kconfig selectionHannes Reinecke-20/+19
2023-10-11nvmet-tcp: peek icreq before starting TLSHannes Reinecke-9/+82
2023-10-11nvmet-tcp: control messages for recvmsg()Hannes Reinecke-13/+80
2023-10-11nvmet-tcp: enable TLS handshake upcallHannes Reinecke-4/+187
2023-10-11nvmet: Set 'TREQ' to 'required' when TLS is enabledHannes Reinecke-2/+18
2023-10-11nvmet-tcp: allocate socket fileHannes Reinecke-4/+14
2023-10-11nvmet-tcp: make nvmet_tcp_alloc_queue() a void functionHannes Reinecke-10/+10
2023-10-11nvmet: make TCP sectype settable via configfsHannes Reinecke-1/+74
2023-10-11nvme-fabrics: parse options 'keyring' and 'tls_key'Hannes Reinecke-5/+70
2023-10-11nvme-tcp: improve icreq/icresp loggingHannes Reinecke-2/+8
2023-10-11nvme-tcp: control message handling for recvmsg()Hannes Reinecke-1/+16
2023-10-11nvme-tcp: enable TLS handshake upcallHannes Reinecke-7/+185
2023-10-11nvme-tcp: allocate socket fileHannes Reinecke-2/+11
2023-10-11nvme-keyring: implement nvme_tls_psk_default()Hannes Reinecke-0/+48
2023-10-11nvme-keyring: define a 'psk' keytypeHannes Reinecke-0/+94
2023-10-11nvme-keyring: register '.nvme' keyringHannes Reinecke-3/+54
2023-10-10nvme-auth: use chap->s2 to indicate bidirectional authenticationMartin Wilck-2/+2
2023-10-10nvmet-tcp: Fix a possible UAF in queue intialization setupSagi Grimberg-5/+2
2023-10-05nvme-rdma: do not try to stop unallocated queuesMaurizio Lombardi-0/+3
2023-10-05nvmet-fc: Annotate struct nvmet_fc_tgt_queue with __counted_byKees Cook-1/+2
2023-09-22blk-mq: update driver tags request table when start requestChengming Zhou-1/+0
2023-09-14Merge tag 'nvme-6.6-2023-09-14' of git://git.infradead.org/nvme into block-6.6Jens Axboe-25/+38
2023-09-14nvme: avoid bogus CRTO valuesKeith Busch-19/+35
2023-09-12nvme-pci: do not set the NUMA node of device if it has nonePratyush Yadav-3/+0
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds-3/+1
2023-08-21nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid()Nigel Kirkland-1/+1
2023-08-21nvme: host: hwmon: constify pointers to hwmon_channel_infoKrzysztof Kozlowski-1/+1
2023-08-21nvmet-tcp: pass iov_len instead of sg->length to bvec_set_page()Varun Prakash-1/+1
2023-08-11Merge tag 'block-6.5-2023-08-11' of git://git.kernel.dk/linuxLinus Torvalds-8/+13