summaryrefslogtreecommitdiff
path: root/drivers/nvme/target
AgeCommit message (Expand)AuthorFilesLines
2025-12-07nvmet-fc: avoid scheduling association deletion twiceDaniel Wagner1-7/+9
2025-10-19nvmet-fc: move lsop put work to nvmet_fc_ls_req_opDaniel Wagner1-10/+9
2025-06-27nvmet-fcloop: access fcpreq only when holding reqlockDaniel Wagner1-15/+16
2025-06-04nvmet-tcp: don't restore null sk_state_changeAlistair Francis1-0/+3
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-05-02nvmet-fc: Remove unused functionsWangYuli1-14/+0
2025-05-02nvmet-fcloop: swap list_add_tail argumentsDaniel Wagner1-1/+1
2025-04-10nvmet-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
2024-09-12nvmet-tcp: fix kernel crash if commands allocation failsMaurizio Lombardi1-1/+3
2024-09-04nvmet-rdma: fix possible bad dereference when freeing rspsSagi Grimberg1-12/+4
2024-09-04nvmet-tcp: do not continue for invalid icreqHannes Reinecke1-0/+1
2024-09-04nvmet-trace: avoid dereferencing pointer too earlyDaniel Wagner2-14/+20
2024-07-18nvmet: fix a possible leak when destroy a ctrl during qp establishmentSagi Grimberg1-0/+9
2024-06-16nvmet: fix ns enable/disable possible hangSagi Grimberg1-0/+8
2024-03-01nvmet-fc: take ref count on tgtport before delete assocDaniel Wagner1-8/+23
2024-03-01nvmet-fc: avoid deadlock on delete association pathDaniel Wagner1-3/+13
2024-03-01nvmet-fc: abort command when there is no bindingDaniel Wagner1-2/+6
2024-03-01nvmet-fc: hold reference on hostport matchDaniel Wagner1-2/+0
2024-03-01nvmet-fc: defer cleanup using RCU properlyDaniel Wagner1-46/+37
2024-03-01nvmet-fc: release reference on target portDaniel Wagner1-1/+2
2024-03-01nvmet-fcloop: swap the list_add_tail argumentsDaniel Wagner1-3/+3
2024-03-01nvmet-tcp: fix nvme tcp ida memory leakGuixin Liu1-0/+1
2024-01-26nvmet-tcp: Fix the H2C expected PDU len calculationMaurizio Lombardi1-3/+7
2024-01-26nvmet: re-fix tracing strncpy() warningArnd Bergmann1-2/+1
2024-01-26nvmet-tcp: fix a crash in nvmet_req_complete()Maurizio Lombardi1-2/+1
2024-01-26nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU lengthMaurizio Lombardi1-1/+12
2023-12-03nvmet: nul-terminate the NQNs passed in the connect commandChristoph Hellwig1-0/+4
2023-10-25nvmet-tcp: Fix a possible UAF in queue intialization setupSagi Grimberg1-5/+2
2023-05-11nvme-fcloop: fix "inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} usage"Ming Lei1-21/+27
2023-05-11nvmet: fix I/O Command Set specific Identify ControllerDamien Le Moal3-8/+18
2023-05-11nvmet: fix Identify Active Namespace ID list handlingDamien Le Moal1-7/+2
2023-05-11nvmet: fix Identify Controller handlingDamien Le Moal1-5/+2
2023-05-11nvmet: fix Identify Namespace handlingDamien Le Moal1-7/+2
2023-05-11nvmet: fix error handling in nvmet_execute_identify_cns_cs_ns()Damien Le Moal1-7/+9
2023-05-11nvmet: move the call to nvmet_ns_changed out of nvmet_ns_revalidateChristoph Hellwig5-7/+15
2023-05-11nvmet: use i_size_read() to set size for file-nsChaitanya Kulkarni2-14/+5
2023-03-22nvmet: avoid potential UAF in nvmet_req_complete()Damien Le Moal1-1/+3
2023-02-22nvme-fc: fix a missing queue put in nvmet_fc_ls_create_associationAmit Engel1-1/+3
2023-01-12nvmet: use NVME_CMD_EFFECTS_CSUPP instead of open coding itChristoph Hellwig1-16/+19
2023-01-12nvmet: don't defer passthrough commands with trivial effects to the workqueueChristoph Hellwig1-6/+5
2022-12-31nvmet: only allocate a single slab for bvecsChristoph Hellwig3-22/+19
2022-12-02nvmet: fix memory leak in nvmet_subsys_attr_model_store_lockedAleksandr Miloserdov1-2/+5
2022-10-29nvmet: fix workqueue MEM_RECLAIM flushing dependencySagi Grimberg1-1/+1
2022-10-26nvmet-tcp: add bounds check on Transfer TagVarun Prakash1-2/+9
2022-09-20nvmet-tcp: fix unhandled tcp states in nvmet_tcp_state_change()Maurizio Lombardi1-0/+3
2022-09-15nvmet: fix mar and mor off-by-one errorsDennis Maisenbacher1-2/+15
2022-09-15nvmet: fix a use-after-freeBart Van Assche1-2/+4