summaryrefslogtreecommitdiff
path: root/drivers/nvme/target
AgeCommit message (Expand)Author
2024-01-18Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds
2024-01-10nvmet-rdma: avoid circular locking dependency on install_queue()Hannes Reinecke
2024-01-10nvmet-tcp: avoid circular locking dependency on install_queue()Hannes Reinecke
2024-01-08nvmet-tcp: Fix the H2C expected PDU len calculationMaurizio Lombardi
2024-01-05nvme: trace: avoid memcpy overflow warningArnd Bergmann
2024-01-05nvmet: re-fix tracing strncpy() warningArnd Bergmann
2024-01-05nvmet-fcloop: Remove remote port from list when unlinkingDaniel Wagner
2024-01-03nvmet-trace: avoid dereferencing pointer too earlyDaniel Wagner
2024-01-03nvmet-fc: remove unnecessary bracketDaniel Wagner
2024-01-03nvmet-tcp: fix a missing endianess conversion in nvmet_tcp_try_peek_pduChristoph Hellwig
2024-01-02nvmet-tcp: remove boilerplate codeMaurizio Lombardi
2024-01-02nvmet-tcp: fix a crash in nvmet_req_complete()Maurizio Lombardi
2024-01-02nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU lengthMaurizio Lombardi
2023-12-19nvmet: configfs: use ctrl->instance to track passthru subsystemsEvan Burgess
2023-12-13nvmet: remove cntlid_min and cntlid_max check in nvmet_alloc_ctrlGuixin Liu
2023-12-13nvmet: allow identical cntlid_min and cntlid_max settingsGuixin Liu
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-11-22nvme: target: fix Kconfig select statementsArnd Bergmann
2023-11-22nvme: target: fix nvme_keyring_id() referencesArnd Bergmann
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-07nvme: common: make keyring and auth separate modulesArnd Bergmann
2023-11-06nvme-loop: always quiesce and cancel commands before destroying admin qHannes Reinecke
2023-11-06nvme-auth: always set valid seq_num in dhchap replyMark O'Donovan
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-18nvmet-auth: complete a request only after freeing the dhchap pointersMaurizio Lombardi
2023-10-17nvme-auth: use transformed key size to create respMark 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
2023-10-11nvmet-tcp: allocate socket fileHannes Reinecke
2023-10-11nvmet-tcp: make nvmet_tcp_alloc_queue() a void functionHannes Reinecke
2023-10-11nvmet: make TCP sectype settable via configfsHannes Reinecke
2023-10-10nvmet-tcp: Fix a possible UAF in queue intialization setupSagi Grimberg
2023-10-05nvmet-fc: Annotate struct nvmet_fc_tgt_queue with __counted_byKees Cook
2023-08-21nvmet-tcp: pass iov_len instead of sg->length to bvec_set_page()Varun Prakash
2023-08-09bio-integrity: update the payload size in bio_integrity_add_page()Jinyoung Choi
2023-07-10nvmet: use PAGE_SECTORS_SHIFTDamien Le Moal
2023-07-03Merge tag 'block-6.5-2023-07-03' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-30Merge tag 'nvme-6.5-2023-06-30' of git://git.infradead.org/nvme into block-6.5Jens Axboe
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-24nvmet-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells
2023-06-21nvmet: Reorder fields in 'struct nvmet_ns'Christophe JAILLET