summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
2021-09-18nvme: code command_id with a genctr for use-after-free validationSagi Grimberg5-18/+64
2021-09-18nvme-tcp: don't check blk_mq_tag_to_rq when receiving pdu dataSagi Grimberg1-11/+3
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-14nvme-pci: look for StorageD3Enable on companion ACPI device insteadMario Limonciello1-23/+1
2021-07-14nvme-pci: fix var. type for increasing cq_headJK Kim1-1/+1
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-10nvme-rdma: fix in-casule data send for chained sglsSagi Grimberg1-2/+3
2021-05-26nvmet: use new ana_log_size instead the old oneHou Pu1-1/+1
2021-05-26nvme-multipath: fix double initialization of ANA stateChristoph Hellwig3-29/+37
2021-05-26nvme-tcp: fix possible use-after-completionSagi Grimberg1-1/+1
2021-05-26nvme-fc: clear q_live at beginning of association teardownJames Smart1-0/+12
2021-05-26nvme-tcp: rerun io_work if req_list is not emptyKeith Busch1-1/+2
2021-05-19nvme: do not try to reconfigure APST when the controller is not liveChristoph Hellwig1-1/+2
2021-05-14nvme-pci: don't simple map sgl when sgls are disabledNiklas Cassel1-1/+1
2021-05-14nvme: retrigger ANA log update if group descriptor isn't foundHannes Reinecke1-0/+4
2021-05-14nvme-tcp: block BH in sk state_change sk callbackSagi Grimberg1-2/+2
2021-05-07nvme-pci: set min_align_maskJianxiong Gao1-0/+1
2021-03-30nvme: fix the nsid value to print in nvme_validate_or_alloc_nsChristoph Hellwig1-1/+1
2021-03-30nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a Samsung PM1725aDmitry Monakhov1-0/+1
2021-03-30nvme-core: check ctrl css before setting up znsChaitanya Kulkarni1-0/+6
2021-03-30nvme-fc: return NVME_SC_HOST_ABORTED_CMD when a command has been abortedHannes Reinecke1-1/+1
2021-03-30nvme-fc: set NVME_REQ_CANCELLED in nvme_fc_terminate_exchange()Hannes Reinecke1-0/+1
2021-03-30nvme: add NVME_REQ_CANCELLED flag in nvme_cancel_request()Hannes Reinecke1-0/+1
2021-03-30nvme: simplify error logic in nvme_validate_ns()Hannes Reinecke1-4/+4
2021-03-25nvme-rdma: fix possible hang when failing to set io queuesSagi Grimberg1-2/+5
2021-03-25nvme-tcp: fix a NULL deref when receiving a 0-length r2t PDUSagi Grimberg1-0/+7
2021-03-25nvme-tcp: fix possible hang when failing to set io queuesSagi Grimberg1-2/+5
2021-03-25nvme-tcp: fix misuse of __smp_processor_id with preemption enabledSagi Grimberg1-1/+1
2021-03-25nvme: fix Write Zeroes limitationsChristoph Hellwig1-24/+12
2021-03-17nvme-fc: fix racing controller reset and create associationJames Smart1-1/+1
2021-03-11nvme-pci: add quirks for Lexar 256GB SSDPascal Terjan1-0/+3
2021-03-11nvme-pci: mark Seagate Nytro XM1440 as QUIRK_NO_NS_DESC_LIST.Julian Einwag1-1/+2
2021-03-11nvme-pci: mark Kingston SKC2000 as not supporting the deepest power stateZoltán Böszörményi1-0/+2
2021-03-07nvme-tcp: add clean action for failed reconnectionChao Leng1-2/+16
2021-03-07nvme-rdma: add clean action for failed reconnectionChao Leng1-2/+16
2021-03-07nvme-core: add cancel tagset helpersChao Leng2-0/+22
2021-03-04nvme-multipath: set nr_zones for zoned namespacesKeith Busch1-0/+4
2021-02-26nvme-rdma: Use ibdev_to_node instead of dereferencing ->dma_deviceChristoph Hellwig1-1/+1
2021-02-17nvme-pci: ignore the subsysem NQN on Phison E16Claus Stovgaard1-0/+2
2021-02-10nvme-pci: avoid the deepest sleep state on Kingston A2000 SSDsThorsten Leemhuis1-0/+2
2021-02-07nvme-pci: allow use of cmb on v1.4 controllersKlaus Jensen1-0/+14
2021-02-07nvme-tcp: avoid request double completion for concurrent nvme_tcp_timeoutChao Leng1-4/+10
2021-02-07nvme-rdma: avoid request double completion for concurrent nvme_rdma_timeoutChao Leng1-4/+11
2021-02-07nvme: check the PRINFO bit before deciding the host buffer lengthRevanth Rajashekar1-2/+15