summaryrefslogtreecommitdiff
path: root/drivers/nvme/target
AgeCommit message (Expand)AuthorFilesLines
2024-01-19Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds6-37/+78
2024-01-12Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds3-7/+4
2024-01-11nvmet-rdma: avoid circular locking dependency on install_queue()Hannes Reinecke1-3/+16
2024-01-11nvmet-tcp: avoid circular locking dependency on install_queue()Hannes Reinecke1-3/+15
2024-01-08nvmet-tcp: Fix the H2C expected PDU len calculationMaurizio Lombardi1-3/+7
2024-01-06nvme: trace: avoid memcpy overflow warningArnd Bergmann1-1/+1
2024-01-06nvmet: re-fix tracing strncpy() warningArnd Bergmann1-2/+1
2024-01-06nvmet-fcloop: Remove remote port from list when unlinkingDaniel Wagner1-5/+2
2024-01-03nvmet-trace: avoid dereferencing pointer too earlyDaniel Wagner2-14/+20
2024-01-03nvmet-fc: remove unnecessary bracketDaniel Wagner1-1/+1
2024-01-03nvmet-tcp: fix a missing endianess conversion in nvmet_tcp_try_peek_pduChristoph Hellwig1-1/+1
2024-01-02nvmet-tcp: remove boilerplate codeMaurizio Lombardi1-8/+8
2024-01-02nvmet-tcp: fix a crash in nvmet_req_complete()Maurizio Lombardi1-2/+1
2024-01-02nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU lengthMaurizio Lombardi1-1/+12
2023-12-19nvmet: configfs: use ctrl->instance to track passthru subsystemsEvan Burgess1-2/+2
2023-12-14nvmet: remove cntlid_min and cntlid_max check in nvmet_alloc_ctrlGuixin Liu1-3/+0
2023-12-14nvmet: allow identical cntlid_min and cntlid_max settingsGuixin Liu1-2/+2
2023-12-04nvme: prevent potential spectre v1 gadgetNitesh Shetty1-0/+3
2023-12-04nvme: improve NVME_HOST_AUTH and NVME_TARGET_AUTH config descriptionsShin'ichiro Kawasaki1-2/+3
2023-11-23nvme: target: fix Kconfig select statementsArnd Bergmann1-2/+2
2023-11-23nvme: target: fix nvme_keyring_id() referencesArnd Bergmann1-1/+1
2023-11-20nvmet-tcp: always initialize tls_handshake_tmo_workHannes Reinecke1-1/+3
2023-11-20nvmet: nul-terminate the NQNs passed in the connect commandChristoph Hellwig1-0/+4
2023-11-07nvme: common: make keyring and auth separate modulesArnd Bergmann1-2/+0
2023-11-06nvme-loop: always quiesce and cancel commands before destroying admin qHannes Reinecke1-0/+4
2023-11-06nvme-auth: always set valid seq_num in dhchap replyMark O'Donovan1-1/+1
2023-11-02Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds6-57/+479
2023-10-28nvmet: Convert to bdev_open_by_path()Jan Kara2-9/+12
2023-10-19nvmet-auth: complete a request only after freeing the dhchap pointersMaurizio Lombardi1-3/+6
2023-10-17nvme-auth: use transformed key size to create respMark O'Donovan1-14/+17
2023-10-17nvmet-tcp: use 'spin_lock_bh' for state_lock()Hannes Reinecke1-2/+2
2023-10-12nvme: rework NVME_AUTH Kconfig selectionHannes Reinecke1-6/+1
2023-10-11nvmet-tcp: peek icreq before starting TLSHannes Reinecke3-9/+82
2023-10-11nvmet-tcp: control messages for recvmsg()Hannes Reinecke1-13/+80
2023-10-11nvmet-tcp: enable TLS handshake upcallHannes Reinecke4-4/+187
2023-10-11nvmet: Set 'TREQ' to 'required' when TLS is enabledHannes Reinecke2-2/+18
2023-10-11nvmet-tcp: allocate socket fileHannes Reinecke1-4/+14
2023-10-11nvmet-tcp: make nvmet_tcp_alloc_queue() a void functionHannes Reinecke1-10/+10
2023-10-11nvmet: make TCP sectype settable via configfsHannes Reinecke1-1/+74
2023-10-10nvmet-tcp: Fix a possible UAF in queue intialization setupSagi Grimberg1-5/+2
2023-10-05nvmet-fc: Annotate struct nvmet_fc_tgt_queue with __counted_byKees Cook1-1/+2
2023-08-21nvmet-tcp: pass iov_len instead of sg->length to bvec_set_page()Varun Prakash1-1/+1
2023-08-10bio-integrity: update the payload size in bio_integrity_add_page()Jinyoung Choi1-2/+1
2023-07-10nvmet: use PAGE_SECTORS_SHIFTDamien Le Moal2-3/+3
2023-07-04Merge tag 'block-6.5-2023-07-03' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2023-06-30Merge tag 'nvme-6.5-2023-06-30' of git://git.infradead.org/nvme into block-6.5Jens Axboe1-1/+1
2023-06-29Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-17/+29
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds4-19/+5
2023-06-25nvmet-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells1-17/+29
2023-06-21nvmet: Reorder fields in 'struct nvmet_ns'Christophe JAILLET1-1/+1