summaryrefslogtreecommitdiff
path: root/drivers/nvme/target
AgeCommit message (Expand)Author
2026-02-06nvme-tcp: fix NULL pointer dereferences in nvmet_tcp_build_pdu_iovecShivam Kumar
2026-02-06nvmet-tcp: remove boilerplate codeMaurizio Lombardi
2025-06-04nvmet-tcp: don't restore null sk_state_changeAlistair Francis
2025-05-02nvmet-fc: Remove unused functionsWangYuli
2025-05-02nvmet-fcloop: swap list_add_tail argumentsDaniel Wagner
2025-04-10nvmet-rdma: recheck queue state is LIVE in state lock in recv doneRuozhu Li
2025-03-13nvmet-tcp: Fix a possible sporadic response drops in weakly ordered archMeir Elisha
2025-02-01nvmet: propagate npwg topologyLuis Chamberlain
2024-09-12nvmet-tcp: fix kernel crash if commands allocation failsMaurizio Lombardi
2024-09-04nvmet-rdma: fix possible bad dereference when freeing rspsSagi Grimberg
2024-09-04nvmet-tcp: do not continue for invalid icreqHannes Reinecke
2024-09-04nvmet-trace: avoid dereferencing pointer too earlyDaniel Wagner
2024-07-18nvmet: fix a possible leak when destroy a ctrl during qp establishmentSagi Grimberg
2024-06-16nvmet: fix ns enable/disable possible hangSagi Grimberg
2024-03-01nvmet-fc: abort command when there is no bindingDaniel Wagner
2024-03-01nvmet-fc: release reference on target portDaniel Wagner
2024-03-01nvmet-fcloop: swap the list_add_tail argumentsDaniel Wagner
2024-03-01nvmet-tcp: fix nvme tcp ida memory leakGuixin Liu
2024-01-25nvmet-tcp: Fix the H2C expected PDU len calculationMaurizio Lombardi
2024-01-25nvmet-tcp: fix a crash in nvmet_req_complete()Maurizio Lombardi
2024-01-25nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU lengthMaurizio Lombardi
2023-12-08nvmet: nul-terminate the NQNs passed in the connect commandChristoph Hellwig
2023-12-08nvmet: remove unnecessary ctrl parameterChaitanya Kulkarni
2023-10-25nvmet-tcp: Fix a possible UAF in queue intialization setupSagi Grimberg
2023-05-17nvme-fcloop: fix "inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} usage"Ming Lei
2023-03-22nvmet: avoid potential UAF in nvmet_req_complete()Damien Le Moal
2023-02-22nvme-fc: fix a missing queue put in nvmet_fc_ls_create_associationAmit Engel
2023-01-14nvmet: don't defer passthrough commands with trivial effects to the workqueueChristoph Hellwig
2022-10-26nvmet-tcp: add bounds check on Transfer TagVarun Prakash
2022-09-20nvmet-tcp: fix unhandled tcp states in nvmet_tcp_state_change()Maurizio Lombardi
2022-09-15nvmet: fix a use-after-freeBart Van Assche
2022-08-25nvmet-tcp: fix lockdep complaint on nvmet_tcp_wq flush during queue teardownSagi Grimberg
2022-06-29nvme: split nvme_alloc_request()Chaitanya Kulkarni
2021-12-01nvmet: use IOCB_NOWAIT only if the filesystem supports itMaurizio Lombardi
2021-12-01nvmet-tcp: fix incomplete data digest sendVarun Prakash
2021-11-18nvmet-tcp: fix use-after-free when a port is removedIsrael Rukshin
2021-11-18nvmet-rdma: fix use-after-free when a port is removedIsrael Rukshin
2021-11-18nvmet: fix use-after-free when a port is removedIsrael Rukshin
2021-11-18nvmet-tcp: fix header digest verificationAmit Engel
2021-11-18nvmet-tcp: fix a memory leak when releasing a queueMaurizio Lombardi
2021-11-02nvmet-tcp: fix data digest pointer calculationVarun Prakash
2021-09-18nvme: code command_id with a genctr for use-after-free validationSagi Grimberg
2021-09-15nvmet: pass back cntlid on successful completionAmit Engel
2021-07-20nvme-tcp: can't set sk_user_data without write_lockMaurizio Lombardi
2021-07-14nvmet-fc: do not check for invalid target port in nvmet_fc_handle_fcp_rqst()Hannes Reinecke
2021-06-18nvme-loop: do not warn for deleted controllers during resetHannes Reinecke
2021-06-18nvme-loop: check for NVME_LOOP_Q_LIVE in nvme_loop_destroy_admin_queue()Hannes Reinecke
2021-06-18nvme-loop: clear NVME_LOOP_Q_LIVE when nvme_loop_configure_admin_queue() failsHannes Reinecke
2021-06-18nvme-loop: reset queue count to 1 in nvme_loop_destroy_io_queues()Hannes Reinecke
2021-06-16nvmet: fix false keep-alive timeout when a controller is torn downSagi Grimberg