aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme
AgeCommit message (Expand)Author
2022-04-27nvme-pci: disable namespace identifiers for Qemu controllersChristoph Hellwig
2022-04-27nvme: add a quirk to disable namespace identifiersChristoph Hellwig
2022-04-08nvme-tcp: lockdep: annotate in-kernel socketsChris Leech
2022-04-08nvme: cleanup __nvme_check_idsChristoph Hellwig
2022-02-23nvme-rdma: fix possible use-after-free in transport error_recovery workSagi Grimberg
2022-02-23nvme-tcp: fix possible use-after-free in transport error_recovery workSagi Grimberg
2022-02-23nvme: fix a possible use-after-free in controller reset during loadSagi Grimberg
2022-02-16nvme-tcp: fix bogus request completion when failing to send AERSagi Grimberg
2022-02-16nvme-pci: add the IGNORE_DEV_SUBNQN quirk for Intel P4500/P4600 SSDsWu Zheng
2022-02-08nvme-fabrics: fix state check in nvmf_ctlr_matches_baseopts()Uday Shankar
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-18nvme-rdma: fix error code in nvme_rdma_setup_ctrlMax Gurtovoy
2021-11-18nvme: drop scan_lock and always kick requeue list when removing namespacesHannes Reinecke
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-02nvme-tcp: fix possible req->offset corruptionVarun Prakash
2021-11-02nvme-tcp: fix data digest pointer calculationVarun Prakash
2021-11-02nvmet-tcp: fix data digest pointer calculationVarun Prakash
2021-11-02nvme-tcp: fix H2CData PDU send accounting (again)Sagi Grimberg
2021-10-20nvme-pci: Fix abort command idKeith Busch
2021-10-09nvme-fc: avoid race between time out and tear downJames Smart
2021-10-09nvme-fc: update hardware queues before using themDaniel Wagner
2021-10-06nvme: add command id quirk for apple controllersKeith Busch
2021-09-30nvme-rdma: destroy cm id before destroy qp to avoid use after freeRuozhu Li
2021-09-30nvme-multipath: fix ANA state updates when a namespace is not presentAnton Eidelman
2021-09-30nvme: keep ctrl->namespaces orderedChristoph Hellwig
2021-09-30treewide: Change list_sort to use const pointersSami Tolvanen
2021-09-30nvme-tcp: fix incorrect h2cdata pdu offset accountingSagi Grimberg
2021-09-22nvme-tcp: fix io_work priority inversionKeith Busch
2021-09-18nvme: code command_id with a genctr for use-after-free validationSagi Grimberg
2021-09-18nvme-tcp: don't check blk_mq_tag_to_rq when receiving pdu dataSagi Grimberg
2021-09-15nvmet: pass back cntlid on successful completionAmit Engel
2021-09-15nvme-rdma: don't update queue count when failing to set io queuesRuozhu Li
2021-09-15nvme-tcp: don't update queue count when failing to set io queuesRuozhu Li
2021-08-08nvme: fix nvme_setup_command metadata trace eventKeith Busch
2021-07-28nvme: set the PRACT bit when using Write Zeroes with T10 PIChristoph Hellwig
2021-07-28nvme-pci: don't WARN_ON in nvme_reset_work if ctrl.state is not RESETTINGZhihao Cheng
2021-07-28nvme-pci: do not call nvme_dev_remove_admin from nvme_removeCasey Chen
2021-07-20nvme-tcp: can't set sk_user_data without write_lockMaurizio Lombardi
2021-07-14nvme-pci: look for StorageD3Enable on companion ACPI device insteadMario Limonciello
2021-07-14nvmet-fc: do not check for invalid target port in nvmet_fc_handle_fcp_rqst()Hannes Reinecke
2021-07-14nvme-pci: fix var. type for increasing cq_headJK Kim
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