summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2022-02-23nvme-rdma: fix possible use-after-free in transport error_recovery workSagi Grimberg1-0/+1
2022-02-23nvme-tcp: fix possible use-after-free in transport error_recovery workSagi Grimberg1-0/+1
2022-02-23nvme: fix a possible use-after-free in controller reset during loadSagi Grimberg1-1/+8
2022-02-16nvme-tcp: fix bogus request completion when failing to send AERSagi Grimberg1-1/+9
2022-02-16nvme-pci: add the IGNORE_DEV_SUBNQN quirk for Intel P4500/P4600 SSDsWu Zheng1-1/+2
2022-02-08nvme-fabrics: fix state check in nvmf_ctlr_matches_baseopts()Uday Shankar1-0/+1
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-18nvme-rdma: fix error code in nvme_rdma_setup_ctrlMax Gurtovoy1-0/+2
2021-11-18nvme: drop scan_lock and always kick requeue list when removing namespacesHannes Reinecke1-5/+4
2021-11-18nvmet-tcp: fix use-after-free when a port is removedIsrael Rukshin1-0/+16
2021-11-18nvmet-rdma: fix use-after-free when a port is removedIsrael Rukshin1-0/+24
2021-11-18nvmet: fix use-after-free when a port is removedIsrael Rukshin1-0/+2
2021-11-18nvmet-tcp: fix header digest verificationAmit Engel1-1/+1
2021-11-18nvmet-tcp: fix a memory leak when releasing a queueMaurizio Lombardi1-0/+3
2021-11-02nvme-tcp: fix possible req->offset corruptionVarun Prakash1-1/+2
2021-11-02nvme-tcp: fix data digest pointer calculationVarun Prakash1-1/+1
2021-11-02nvmet-tcp: fix data digest pointer calculationVarun Prakash1-1/+1
2021-11-02nvme-tcp: fix H2CData PDU send accounting (again)Sagi Grimberg1-1/+3
2021-10-20nvme-pci: Fix abort command idKeith Busch1-1/+1
2021-10-09nvme-fc: avoid race between time out and tear downJames Smart1-0/+2
2021-10-09nvme-fc: update hardware queues before using themDaniel Wagner1-8/+8
2021-10-06nvme: add command id quirk for apple controllersKeith Busch3-2/+11
2021-09-30nvme-rdma: destroy cm id before destroy qp to avoid use after freeRuozhu Li1-13/+3
2021-09-30nvme-multipath: fix ANA state updates when a namespace is not presentAnton Eidelman1-2/+5
2021-09-30nvme: keep ctrl->namespaces orderedChristoph Hellwig1-16/+17
2021-09-30treewide: Change list_sort to use const pointersSami Tolvanen1-1/+2
2021-09-30nvme-tcp: fix incorrect h2cdata pdu offset accountingSagi Grimberg1-3/+10
2021-09-22nvme-tcp: fix io_work priority inversionKeith Busch1-10/+10
2021-09-18nvme: code command_id with a genctr for use-after-free validationSagi Grimberg6-20/+66
2021-09-18nvme-tcp: don't check blk_mq_tag_to_rq when receiving pdu dataSagi Grimberg1-11/+3
2021-09-15nvmet: pass back cntlid on successful completionAmit Engel1-4/+5
2021-09-15nvme-rdma: don't update queue count when failing to set io queuesRuozhu Li1-2/+2
2021-09-15nvme-tcp: don't update queue count when failing to set io queuesRuozhu Li1-2/+2
2021-08-08nvme: fix nvme_setup_command metadata trace eventKeith Busch1-3/+3
2021-07-28nvme: set the PRACT bit when using Write Zeroes with T10 PIChristoph Hellwig1-1/+4
2021-07-28nvme-pci: don't WARN_ON in nvme_reset_work if ctrl.state is not RESETTINGZhihao Cheng1-1/+3
2021-07-28nvme-pci: do not call nvme_dev_remove_admin from nvme_removeCasey Chen1-1/+0
2021-07-20nvme-tcp: can't set sk_user_data without write_lockMaurizio Lombardi1-1/+0
2021-07-14nvme-pci: look for StorageD3Enable on companion ACPI device insteadMario Limonciello1-23/+1
2021-07-14nvmet-fc: do not check for invalid target port in nvmet_fc_handle_fcp_rqst()Hannes Reinecke1-8/+2
2021-07-14nvme-pci: fix var. type for increasing cq_headJK Kim1-1/+1
2021-06-18nvme-loop: do not warn for deleted controllers during resetHannes Reinecke1-2/+4
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-06-16nvmet: fix false keep-alive timeout when a controller is torn downSagi Grimberg2-5/+12
2021-06-16nvme-tcp: remove incorrect Kconfig dep in BLK_DEV_NVMESagi Grimberg1-1/+2
2021-06-16nvme-fabrics: decode host pathing error for connectHannes Reinecke1-0/+5
2021-06-10nvmet: fix freeing unallocated p2pmemMax Gurtovoy1-17/+16