aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme/target
AgeCommit message (Expand)AuthorFilesLines
2025-05-20nvmet-fcloop: allocate/free fcloop_lsreq directlyDaniel Wagner1-18/+45
2025-05-20nvmet-fcloop: prevent double port deletionDaniel Wagner1-2/+17
2025-05-20nvmet-fcloop: access fcpreq only when holding reqlockDaniel Wagner1-15/+16
2025-05-20nvmet-fcloop: update refs on tfcp_reqDaniel Wagner1-3/+7
2025-05-20nvmet-fcloop: refactor fcloop_delete_local_portDaniel Wagner1-15/+15
2025-05-20nvmet-fcloop: refactor fcloop_nport_alloc and track lportDaniel Wagner1-43/+64
2025-05-20nvmet-fcloop: remove nport from list on last userDaniel Wagner1-2/+6
2025-05-20nvmet-fcloop: track ref counts for nportsDaniel Wagner1-43/+92
2025-05-20nvmet-auth: use SHASH_DESC_ON_STACKHannes Reinecke1-10/+2
2025-05-20nvmet: simplify the nvmet_req_init() interfaceWilfred Mallawa7-19/+12
2025-05-20nvmet: support completion queue sharingWilfred Mallawa8-26/+43
2025-05-20nvmet: fabrics: add CQ init and destroyWilfred Mallawa5-2/+28
2025-05-20nvmet: cq: prepare for completion queue sharingWilfred Mallawa4-19/+66
2025-05-20nvmet: add a helper function for cqid checkingWilfred Mallawa3-12/+10
2025-05-20nvmet-auth: authenticate on admin queue onlyHannes Reinecke2-5/+8
2025-05-20nvmet-tcp: switch to using the crc32c libraryEric Biggers1-66/+26
2025-05-20nvmet: replace strncpy with strscpyMarcelo Moreira1-1/+1
2025-05-20nvme-loop: avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-1/+3
2025-05-13nvmet: pci-epf: remove NVMET_PCI_EPF_Q_IS_SQDamien Le Moal1-3/+1
2025-05-13nvmet: pci-epf: improve debug messageDamien Le Moal1-2/+8
2025-05-13nvmet: pci-epf: cleanup nvmet_pci_epf_raise_irq()Damien Le Moal1-5/+5
2025-05-13nvmet: pci-epf: do not fall back to using INTX if not supportedDamien Le Moal1-5/+7
2025-05-13nvmet: pci-epf: clear completion queue IRQ flag on deleteDamien Le Moal1-1/+2
2025-04-30nvmet-auth: always free derived key dataHannes Reinecke1-2/+1
2025-04-30nvmet-tcp: don't restore null sk_state_changeAlistair Francis1-0/+3
2025-04-30nvmet-tcp: select CONFIG_TLS from CONFIG_NVME_TARGET_TCP_TLSAlistair Francis1-0/+1
2025-04-22nvmet: fix out-of-bounds access in nvmet_enable_portRichard Weinberger1-0/+3
2025-04-16nvmet: pci-epf: cleanup link state managementDamien Le Moal1-6/+8
2025-04-16nvmet: pci-epf: clear CC and CSTS when disabling the controllerDamien Le Moal1-17/+32
2025-04-16nvmet: pci-epf: always fully initialize completion entriesDamien Le Moal1-7/+18
2025-04-16nvmet: auth: use NULL to clear a pointer in nvmet_auth_sq_free()Damien Le Moal1-1/+1
2025-04-09nvmet-fc: put ref when assoc->del_work is already scheduledDaniel Wagner1-1/+2
2025-04-09nvmet-fc: take tgtport reference only onceDaniel Wagner1-15/+7
2025-04-09nvmet-fc: update tgtport ref per assocDaniel Wagner1-0/+3
2025-04-09nvmet-fc: inline nvmet_fc_free_hostportDaniel Wagner1-16/+6
2025-04-09nvmet-fc: inline nvmet_fc_delete_assocDaniel Wagner1-8/+2
2025-04-09nvmet-fcloop: add ref counting to lportDaniel Wagner1-13/+31
2025-04-09nvmet-fcloop: replace kref with refcountDaniel Wagner1-24/+12
2025-04-09nvmet-fcloop: swap list_add_tail argumentsDaniel Wagner1-1/+1
2025-04-03Merge tag 'block-6.15-20250403' of git://git.kernel.dk/linuxLinus Torvalds1-38/+25
2025-04-02Merge tag 'objtool-urgent-2025-04-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2025-04-01nvmet: pci-epf: Keep completion queues mappedDamien Le Moal1-38/+25
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds10-43/+250
2025-03-25objtool, nvmet: Fix out-of-bounds stack access in nvmet_ctrl_state_show()Josh Poimboeuf1-1/+1
2025-03-20nvmet: replace max(a, min(b, c)) by clamp(val, lo, hi)Li Haoran1-1/+1
2025-03-20nvmet: pci-epf: Always configure BAR0 as 64-bitNiklas Cassel1-2/+9
2025-03-20nvmet: Remove duplicate uuid_copyMike Christie1-2/+0
2025-03-20nvmet: pci-epf: Remove redundant 'flush_workqueue()' callsChen Ni1-1/+0
2025-03-20nvmet-fc: Remove unused functionsWangYuli1-14/+0
2025-03-20nvmet: add tls_concat and tls_key debugfs entriesHannes Reinecke1-0/+27