summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2022-06-09nvme: set dma alignment to dwordKeith Busch1-1/+1
2022-06-09nvme-pci: fix a NULL pointer dereference in nvme_alloc_admin_tagsSmith, Kyle Miller (Nimble Kernel)1-0/+1
2022-05-25nvme-multipath: fix hang when disk goes live over reconnectAnton Eidelman3-2/+28
2022-05-25nvme-pci: add quirks for Samsung X5 SSDsMonish Kumar R1-1/+4
2022-04-27nvme-pci: disable namespace identifiers for Qemu controllersChristoph Hellwig1-1/+4
2022-04-27nvme: add a quirk to disable namespace identifiersChristoph Hellwig2-6/+23
2022-04-08nvme-tcp: lockdep: annotate in-kernel socketsChris Leech1-0/+40
2022-04-08nvme: cleanup __nvme_check_idsChristoph Hellwig1-5/+4
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