summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
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
2020-10-01nvme: Fix ctrl use-after-free during sysfs deletionIsrael Rukshin
2020-10-01nvme-multipath: do not reset on unknown statusJohn Meneghini
2020-09-23nvme-tcp: cancel async events before freeing event structDavid Milburn
2020-09-23nvme-rdma: cancel async events before freeing event structDavid Milburn
2020-09-23nvme-fc: cancel async events before freeing event structDavid Milburn
2020-09-17nvme-pci: cancel nvme device request before disablingTong Zhang
2020-09-17nvme-rdma: fix reset hang if controller died in the middle of a resetSagi Grimberg
2020-09-17nvme-rdma: fix timeout handlerSagi Grimberg
2020-09-17nvme-rdma: serialize controller teardown sequencesSagi Grimberg
2020-09-17nvme-tcp: fix reset hang if controller died in the middle of a resetSagi Grimberg
2020-09-17nvme-tcp: fix timeout handlerSagi Grimberg