summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* nvme-tcp: fix data digest pointer calculationVarun Prakash2021-11-021-1/+1
* nvmet-tcp: fix data digest pointer calculationVarun Prakash2021-11-021-1/+1
* nvme-multipath: fix ANA state updates when a namespace is not presentAnton Eidelman2021-09-301-2/+5
* nvme-tcp: don't check blk_mq_tag_to_rq when receiving pdu dataSagi Grimberg2021-09-221-11/+3
* nvmet: pass back cntlid on successful completionAmit Engel2021-09-151-4/+5
* nvme-rdma: don't update queue count when failing to set io queuesRuozhu Li2021-09-151-2/+2
* nvme-tcp: don't update queue count when failing to set io queuesRuozhu Li2021-09-151-2/+2
* nvme: fix nvme_setup_command metadata trace eventKeith Busch2021-08-081-3/+3
* nvme: set the PRACT bit when using Write Zeroes with T10 PIChristoph Hellwig2021-07-281-1/+4
* nvme-pci: don't WARN_ON in nvme_reset_work if ctrl.state is not RESETTINGZhihao Cheng2021-07-281-1/+3
* nvme-pci: do not call nvme_dev_remove_admin from nvme_removeCasey Chen2021-07-281-1/+0
* nvme-tcp: can't set sk_user_data without write_lockMaurizio Lombardi2021-07-201-1/+0
* nvmet-fc: do not check for invalid target port in nvmet_fc_handle_fcp_rqst()Hannes Reinecke2021-07-141-8/+2
* nvme-loop: check for NVME_LOOP_Q_LIVE in nvme_loop_destroy_admin_queue()Hannes Reinecke2021-06-181-1/+2
* nvme-loop: clear NVME_LOOP_Q_LIVE when nvme_loop_configure_admin_queue() failsHannes Reinecke2021-06-181-0/+1
* nvme-loop: reset queue count to 1 in nvme_loop_destroy_io_queues()Hannes Reinecke2021-06-181-0/+1
* nvme-tcp: remove incorrect Kconfig dep in BLK_DEV_NVMESagi Grimberg2021-06-161-1/+2
* nvme-fabrics: decode host pathing error for connectHannes Reinecke2021-06-161-0/+5
* nvmet: use new ana_log_size instead the old oneHou Pu2021-05-261-1/+1
* nvme-multipath: fix double initialization of ANA stateChristoph Hellwig2021-05-263-29/+37
* nvmet: seset ns->file when open failsDaniel Wagner2021-05-261-3/+5
* nvme: do not try to reconfigure APST when the controller is not liveChristoph Hellwig2021-05-191-1/+2
* nvme-pci: don't simple map sgl when sgls are disabledNiklas Cassel2021-05-141-1/+1
* nvme: retrigger ANA log update if group descriptor isn't foundHannes Reinecke2021-05-141-0/+4
* nvmet-tcp: fix incorrect locking in state_change sk callbackSagi Grimberg2021-05-141-2/+2
* nvme-tcp: block BH in sk state_change sk callbackSagi Grimberg2021-05-141-2/+2
* nvme-mpath: replace direct_make_request with generic_make_requestSagi Grimberg2021-04-101-1/+1
* nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a Samsung PM1725aDmitry Monakhov2021-03-301-0/+1
* nvme-fc: return NVME_SC_HOST_ABORTED_CMD when a command has been abortedHannes Reinecke2021-03-301-1/+1
* nvme: add NVME_REQ_CANCELLED flag in nvme_cancel_request()Hannes Reinecke2021-03-301-0/+1
* nvme-rdma: fix possible hang when failing to set io queuesSagi Grimberg2021-03-241-2/+5
* nvmet: don't check iosqes,iocqes for discovery controllersSagi Grimberg2021-03-241-3/+14
* nvme-tcp: fix a NULL deref when receiving a 0-length r2t PDUSagi Grimberg2021-03-241-0/+7
* nvme-tcp: fix possible hang when failing to set io queuesSagi Grimberg2021-03-241-2/+5
* nvme: fix Write Zeroes limitationsChristoph Hellwig2021-03-241-24/+12
* nvme: release namespace head reference on errorKeith Busch2021-03-171-0/+1
* nvme: unlink head after removing last namespaceKeith Busch2021-03-171-2/+5
* nvme-pci: add quirks for Lexar 256GB SSDPascal Terjan2021-03-111-0/+3
* nvme-pci: mark Seagate Nytro XM1440 as QUIRK_NO_NS_DESC_LIST.Julian Einwag2021-03-111-1/+2
* nvme-tcp: add clean action for failed reconnectionChao Leng2021-03-071-2/+16
* nvme-rdma: add clean action for failed reconnectionChao Leng2021-03-071-2/+16
* nvme-core: add cancel tagset helpersChao Leng2021-03-072-0/+22
* nvme-pci: fix error unwind in nvme_map_dataChristoph Hellwig2021-03-071-10/+18
* nvme-pci: refactor nvme_unmap_dataChristoph Hellwig2021-03-071-28/+49
* nvme-pci: ignore the subsysem NQN on Phison E16Claus Stovgaard2021-02-171-0/+2
* nvme-pci: avoid the deepest sleep state on Kingston A2000 SSDsThorsten Leemhuis2021-02-101-0/+2
* nvmet-tcp: fix out-of-bounds access when receiving multiple h2cdata PDUsSagi Grimberg2021-02-101-1/+2
* nvme: check the PRINFO bit before deciding the host buffer lengthRevanth Rajashekar2021-02-071-2/+15
* nvme-multipath: Early exit if no path is availableDaniel Wagner2021-02-031-1/+1
* nvme-tcp: fix possible data corruption with bio mergesSagi Grimberg2021-01-191-1/+1