summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)Author
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-02nvme-tcp: fix possible req->offset corruptionVarun Prakash
2021-11-02nvme-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-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-14nvme-pci: look for StorageD3Enable on companion ACPI device insteadMario Limonciello
2021-07-14nvme-pci: fix var. type for increasing cq_headJK Kim
2021-06-16nvme-tcp: remove incorrect Kconfig dep in BLK_DEV_NVMESagi Grimberg
2021-06-16nvme-fabrics: decode host pathing error for connectHannes Reinecke
2021-06-10nvme-rdma: fix in-casule data send for chained sglsSagi Grimberg
2021-05-26nvmet: use new ana_log_size instead the old oneHou Pu
2021-05-26nvme-multipath: fix double initialization of ANA stateChristoph Hellwig
2021-05-26nvme-tcp: fix possible use-after-completionSagi Grimberg
2021-05-26nvme-fc: clear q_live at beginning of association teardownJames Smart
2021-05-26nvme-tcp: rerun io_work if req_list is not emptyKeith Busch
2021-05-19nvme: do not try to reconfigure APST when the controller is not liveChristoph Hellwig
2021-05-14nvme-pci: don't simple map sgl when sgls are disabledNiklas Cassel
2021-05-14nvme: retrigger ANA log update if group descriptor isn't foundHannes Reinecke
2021-05-14nvme-tcp: block BH in sk state_change sk callbackSagi Grimberg
2021-05-07nvme-pci: set min_align_maskJianxiong Gao
2021-03-30nvme: fix the nsid value to print in nvme_validate_or_alloc_nsChristoph Hellwig
2021-03-30nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a Samsung PM1725aDmitry Monakhov
2021-03-30nvme-core: check ctrl css before setting up znsChaitanya Kulkarni
2021-03-30nvme-fc: return NVME_SC_HOST_ABORTED_CMD when a command has been abortedHannes Reinecke
2021-03-30nvme-fc: set NVME_REQ_CANCELLED in nvme_fc_terminate_exchange()Hannes Reinecke
2021-03-30nvme: add NVME_REQ_CANCELLED flag in nvme_cancel_request()Hannes Reinecke
2021-03-30nvme: simplify error logic in nvme_validate_ns()Hannes Reinecke
2021-03-25nvme-rdma: fix possible hang when failing to set io queuesSagi Grimberg
2021-03-25nvme-tcp: fix a NULL deref when receiving a 0-length r2t PDUSagi Grimberg
2021-03-25nvme-tcp: fix possible hang when failing to set io queuesSagi Grimberg
2021-03-25nvme-tcp: fix misuse of __smp_processor_id with preemption enabledSagi Grimberg
2021-03-25nvme: fix Write Zeroes limitationsChristoph Hellwig