summaryrefslogtreecommitdiff
path: root/drivers/nvme/target
AgeCommit message (Expand)AuthorFilesLines
2025-11-13nvmet-fc: avoid scheduling association deletion twiceDaniel Wagner1-7/+9
2025-10-15nvmet-fc: move lsop put work to nvmet_fc_ls_req_opDaniel Wagner1-10/+9
2025-08-15nvmet: exit debugfs after discovery subsystem exitsMohamed Khalfella1-1/+1
2025-08-15nvmet: initialize discovery subsys after debugfs is initializedMohamed Khalfella1-6/+6
2025-07-24nvmet-tcp: fix callback lock for TLS handshakeMaurizio Lombardi1-2/+2
2025-07-10nvmet: fix memory leak of bio integrityDmitry Bogdanov1-0/+2
2025-06-19nvmet-fcloop: access fcpreq only when holding reqlockDaniel Wagner1-15/+16
2025-06-19nvme: fix command limits status codeKeith Busch2-16/+2
2025-05-29nvmet-tcp: don't restore null sk_state_changeAlistair Francis1-0/+3
2025-05-09nvmet-tcp: select CONFIG_TLS from CONFIG_NVME_TARGET_TCP_TLSAlistair Francis1-0/+1
2025-05-02nvmet-fc: put ref when assoc->del_work is already scheduledDaniel Wagner1-1/+2
2025-05-02nvmet-fc: take tgtport reference only onceDaniel Wagner1-15/+7
2025-04-25nvmet-fc: Remove unused functionsWangYuli1-14/+0
2025-04-20nvmet-fcloop: swap list_add_tail argumentsDaniel Wagner1-1/+1
2025-04-10objtool, nvmet: Fix out-of-bounds stack access in nvmet_ctrl_state_show()Josh Poimboeuf1-1/+1
2025-03-22nvmet-rdma: recheck queue state is LIVE in state lock in recv doneRuozhu Li1-10/+23
2025-03-13nvmet-tcp: Fix a possible sporadic response drops in weakly ordered archMeir Elisha1-4/+11
2025-01-23nvmet: propagate npwg topologyLuis Chamberlain1-1/+1
2025-01-09nvmet: Don't overflow subsysnqnLeo Stone1-2/+9
2024-11-02Merge tag 'block-6.12-20241101' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2024-10-30nvmet-auth: assign dh_key to NULL after kfree_sensitiveVitaliy Shevtsov1-0/+1
2024-10-19Merge tag 'block-6.12-20241018' of git://git.kernel.dk/linuxLinus Torvalds3-33/+42
2024-10-17nvme-loop: flush off pending I/O while shutting down loop controllerNilay Shroff1-0/+13
2024-10-08nvmet-rdma: use sbitmap to replace rsp free listGuixin Liu1-29/+27
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro4-4/+4
2024-10-01nvmet-passthru: clear EUID/NGUID/UUID while using loop targetNilay Shroff1-4/+2
2024-09-16Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linuxLinus Torvalds3-4/+14
2024-09-03nvmet: Identify-Active Namespace ID List command should reject invalid nsidMaurizio Lombardi1-0/+10
2024-08-27nvmet-tcp: fix kernel crash if commands allocation failsMaurizio Lombardi1-1/+3
2024-08-26nvme: rename apptag and appmask to lbat and lbatmAnuj Gupta1-2/+2
2024-08-23nvmet: Make nvmet_debugfs staticJinjie Ruan1-1/+1
2024-08-22nvme-target: do not check authentication status for admin commands twiceHannes Reinecke1-2/+0
2024-08-22nvmet-auth: allow to clear DH-HMAC-CHAP keysHannes Reinecke1-0/+12
2024-07-16Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds19-118/+486
2024-07-08nvmet-auth: fix nvmet_auth hash error handlingGaosheng Cui1-6/+8
2024-06-26nvmet-fc: Remove __counted_by from nvmet_fc_tgt_queue.fod[]Nathan Chancellor1-1/+1
2024-06-24nvme-fcloop: implement 'host_traddr'Hannes Reinecke1-0/+11
2024-06-24nvmet-fc: implement host_traddr()Hannes Reinecke1-0/+33
2024-06-24nvmet-rdma: implement host_traddr()Hannes Reinecke1-0/+12
2024-06-24nvmet-tcp: implement host_traddr()Hannes Reinecke1-0/+14
2024-06-24nvmet: add 'host_traddr' callback for debugfsHannes Reinecke3-0/+31
2024-06-24nvmet: add debugfs supportHannes Reinecke6-3/+262
2024-06-24nvme: rename CDR/MORE/DNR to NVME_STATUS_*Weiwen Hu10-101/+101
2024-06-24nvme: split device add from initializationKeith Busch1-0/+5
2024-06-21nvmet: make 'tsas' attribute idempotent for RDMAHannes Reinecke1-9/+30
2024-06-17nvmet: do not return 'reserved' for empty TSAS valuesHannes Reinecke1-1/+1
2024-06-14block: remove the blk_integrity_profile structureChristoph Hellwig2-8/+9
2024-06-12nvmet: always initialize cqe.resultDaniel Wagner3-9/+1
2024-06-12nvmet-passthru: propagate status from id override functionsDaniel Wagner1-3/+3
2024-05-28nvmet: fix a possible leak when destroy a ctrl during qp establishmentSagi Grimberg1-0/+9