summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
2021-04-10nvme-mpath: replace direct_make_request with generic_make_requestSagi Grimberg
2021-03-30nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a Samsung PM1725aDmitry Monakhov
2021-03-30nvme-fc: return NVME_SC_HOST_ABORTED_CMD when a command has been abortedHannes Reinecke
2021-03-30nvme: add NVME_REQ_CANCELLED flag in nvme_cancel_request()Hannes Reinecke
2021-03-24nvme-rdma: fix possible hang when failing to set io queuesSagi Grimberg
2021-03-24nvmet: don't check iosqes,iocqes for discovery controllersSagi Grimberg
2021-03-24nvme-tcp: fix a NULL deref when receiving a 0-length r2t PDUSagi Grimberg
2021-03-24nvme-tcp: fix possible hang when failing to set io queuesSagi Grimberg
2021-03-24nvme: fix Write Zeroes limitationsChristoph Hellwig
2021-03-17nvme: release namespace head reference on errorKeith Busch
2021-03-17nvme: unlink head after removing last namespaceKeith Busch
2021-03-11nvme-pci: add quirks for Lexar 256GB SSDPascal Terjan
2021-03-11nvme-pci: mark Seagate Nytro XM1440 as QUIRK_NO_NS_DESC_LIST.Julian Einwag
2021-03-07nvme-tcp: add clean action for failed reconnectionChao Leng
2021-03-07nvme-rdma: add clean action for failed reconnectionChao Leng
2021-03-07nvme-core: add cancel tagset helpersChao Leng
2021-03-07nvme-pci: fix error unwind in nvme_map_dataChristoph Hellwig
2021-03-07nvme-pci: refactor nvme_unmap_dataChristoph Hellwig
2021-02-17nvme-pci: ignore the subsysem NQN on Phison E16Claus Stovgaard
2021-02-10nvme-pci: avoid the deepest sleep state on Kingston A2000 SSDsThorsten Leemhuis
2021-02-10nvmet-tcp: fix out-of-bounds access when receiving multiple h2cdata PDUsSagi Grimberg
2021-02-07nvme: check the PRINFO bit before deciding the host buffer lengthRevanth Rajashekar
2021-02-03nvme-multipath: Early exit if no path is availableDaniel Wagner
2021-01-19nvme-tcp: fix possible data corruption with bio mergesSagi Grimberg
2021-01-19nvmet-rdma: Fix list_del corruption on queue establishment failureIsrael Rukshin
2021-01-19nvme-pci: mark Samsung PM1725a as IGNORE_DEV_SUBNQNGopal Tiwari
2020-12-02nvme: free sq/cq dbbuf pointers when dbbuf set failsMinwoo Im
2020-11-18nvme-tcp: avoid repeated request completionSagi Grimberg
2020-11-18nvme-rdma: avoid repeated request completionSagi Grimberg
2020-11-18nvme-tcp: avoid race between time out and tear downChao Leng
2020-11-18nvme-rdma: avoid race between time out and tear downChao Leng
2020-11-18nvme: introduce nvme_sync_io_queuesChao Leng
2020-11-10nvmet: fix a NULL pointer dereference when tracing the flush commandChaitanya Kulkarni
2020-11-10nvme-rdma: handle unexpected nvme completion data lengthzhenwei pi
2020-11-05nvme-rdma: fix crash when connect rejectedChao Leng
2020-10-29nvmet: fix uninitialized work for zero katozhenwei pi
2020-10-29nvme-pci: disable the write zeros command for Intel 600P/P3100David Milburn
2020-10-14nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()Coly Li
2020-10-14nvme-core: put ctrl ref when module ref get failChaitanya Kulkarni
2020-10-07nvme: consolidate chunk_sectors settingsKeith Busch
2020-10-07nvme: Introduce nvme_lba_to_sect()Damien Le Moal
2020-10-07nvme: Cleanup and rename nvme_block_nr()Damien Le Moal
2020-10-07nvme-fc: fail new connections to a deleted host or remote portJames Smart
2020-10-07nvme-pci: fix NULL req in completion handlerXianting Tian
2020-10-07nvme-core: get/put ctrl and transport module in nvme_dev_open/release()Chaitanya Kulkarni
2020-10-01nvme-tcp: fix kconfig dependency warning when !CRYPTONecip Fazil Yildiran
2020-10-01nvme: explicitly update mpath disk capacity on revalidationAnthony Iliopoulos
2020-10-01nvme: fix possible deadlock when I/O is blockedSagi Grimberg
2020-10-01nvmet-rdma: fix double free of rdma queueIsrael Rukshin
2020-10-01nvme: Fix controller creation races with teardown flowIsrael Rukshin