summaryrefslogtreecommitdiff
path: root/drivers/nvme/target
AgeCommit message (Expand)AuthorFilesLines
2025-06-04nvmet-tcp: don't restore null sk_state_changeAlistair Francis1-0/+3
2025-05-02nvmet-fc: Remove unused functionsWangYuli1-14/+0
2025-04-10nvmet-rdma: recheck queue state is LIVE in state lock in recv doneRuozhu Li1-10/+23
2025-02-01nvmet: 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-06-16nvmet: fix ns enable/disable possible hangSagi Grimberg1-0/+8
2024-03-01nvmet-fc: abort command when there is no bindingDaniel Wagner1-2/+6
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-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-08nvmet: nul-terminate the NQNs passed in the connect commandChristoph Hellwig1-0/+4
2023-12-08nvmet: remove unnecessary ctrl parameterChaitanya Kulkarni3-17/+20
2023-11-08nvmet-tcp: Fix a possible UAF in queue intialization setupSagi Grimberg1-5/+2
2023-11-08nvmet-tcp: move send/recv error handling in the send/recv methods instead of ...Sagi Grimberg1-19/+24
2023-05-17nvme-fcloop: fix "inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} usage"Ming Lei1-21/+27
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
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 a use-after-freeBart Van Assche1-2/+4
2022-08-25nvmet-tcp: fix lockdep complaint on nvmet_tcp_wq flush during queue teardownSagi Grimberg1-1/+2
2021-12-01nvmet: use IOCB_NOWAIT only if the filesystem supports itMaurizio Lombardi1-1/+3
2021-12-01nvmet-tcp: fix incomplete data digest sendVarun Prakash1-1/+6
2021-11-17nvmet-tcp: fix use-after-free when a port is removedIsrael Rukshin1-0/+16
2021-11-17nvmet: fix use-after-free when a port is removedIsrael Rukshin1-0/+2
2021-11-17nvmet-tcp: fix header digest verificationAmit Engel1-1/+1
2021-11-17nvmet-tcp: fix a memory leak when releasing a queueMaurizio Lombardi1-0/+3
2021-11-02nvmet-tcp: fix data digest pointer calculationVarun Prakash1-1/+1
2021-09-15nvmet: pass back cntlid on successful completionAmit Engel1-4/+5
2021-07-20nvme-tcp: can't set sk_user_data without write_lockMaurizio Lombardi1-1/+0
2021-07-14nvmet-fc: do not check for invalid target port in nvmet_fc_handle_fcp_rqst()Hannes Reinecke1-8/+2
2021-06-18nvme-loop: check for NVME_LOOP_Q_LIVE in nvme_loop_destroy_admin_queue()Hannes Reinecke1-1/+2
2021-06-18nvme-loop: clear NVME_LOOP_Q_LIVE when nvme_loop_configure_admin_queue() failsHannes Reinecke1-0/+1
2021-06-18nvme-loop: reset queue count to 1 in nvme_loop_destroy_io_queues()Hannes Reinecke1-0/+1
2021-05-26nvmet: seset ns->file when open failsDaniel Wagner1-3/+5
2021-05-14nvmet-tcp: fix incorrect locking in state_change sk callbackSagi Grimberg1-2/+2
2021-03-24nvmet: don't check iosqes,iocqes for discovery controllersSagi Grimberg1-3/+14
2021-02-10nvmet-tcp: fix out-of-bounds access when receiving multiple h2cdata PDUsSagi Grimberg1-1/+2
2021-01-19nvmet-rdma: Fix list_del corruption on queue establishment failureIsrael Rukshin1-0/+10
2020-11-10nvmet: fix a NULL pointer dereference when tracing the flush commandChaitanya Kulkarni2-16/+9
2020-10-29nvmet: fix uninitialized work for zero katozhenwei pi1-1/+2
2020-10-01nvmet-rdma: fix double free of rdma queueIsrael Rukshin1-12/+18
2020-10-01nvme: Fix ctrl use-after-free during sysfs deletionIsrael Rukshin1-2/+1
2020-09-17nvmet-tcp: Fix NULL dereference when a connect data comes in h2cdata pduZiye Yang1-1/+9
2020-09-09nvmet-fc: Fix a missed _irqsave version of spin_lock in 'nvmet_fc_fod_op_done()'Christophe JAILLET1-2/+2
2020-09-09nvmet: Disable keep-alive timer when kato is cleared to 0hAmit Engel1-0/+6