summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2021-03-30nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a Samsung PM1725aDmitry Monakhov1-0/+1
2021-03-30nvme-fc: return NVME_SC_HOST_ABORTED_CMD when a command has been abortedHannes Reinecke1-1/+1
2021-03-30nvme: add NVME_REQ_CANCELLED flag in nvme_cancel_request()Hannes Reinecke1-0/+1
2021-03-24nvme-rdma: fix possible hang when failing to set io queuesSagi Grimberg1-2/+5
2021-03-24nvmet: don't check iosqes,iocqes for discovery controllersSagi Grimberg1-3/+14
2021-03-24nvme-tcp: fix a NULL deref when receiving a 0-length r2t PDUSagi Grimberg1-0/+7
2021-03-24nvme-tcp: fix possible hang when failing to set io queuesSagi Grimberg1-2/+5
2021-03-24nvme: fix Write Zeroes limitationsChristoph Hellwig1-24/+12
2021-03-17nvme: release namespace head reference on errorKeith Busch1-0/+1
2021-03-17nvme: unlink head after removing last namespaceKeith Busch1-2/+5
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-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-07nvme-pci: fix error unwind in nvme_map_dataChristoph Hellwig1-10/+18
2021-03-07nvme-pci: refactor nvme_unmap_dataChristoph Hellwig1-28/+49
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-10nvmet-tcp: fix out-of-bounds access when receiving multiple h2cdata PDUsSagi Grimberg1-1/+2
2021-02-07nvme: check the PRINFO bit before deciding the host buffer lengthRevanth Rajashekar1-2/+15
2021-02-04nvme-multipath: Early exit if no path is availableDaniel Wagner1-1/+1
2021-01-19nvme-tcp: fix possible data corruption with bio mergesSagi Grimberg1-1/+1
2021-01-19nvmet-rdma: Fix list_del corruption on queue establishment failureIsrael Rukshin1-0/+10
2021-01-19nvme-pci: mark Samsung PM1725a as IGNORE_DEV_SUBNQNGopal Tiwari1-1/+2
2020-12-02nvme: free sq/cq dbbuf pointers when dbbuf set failsMinwoo Im1-0/+15
2020-11-18nvme-tcp: avoid repeated request completionSagi Grimberg1-1/+1
2020-11-18nvme-rdma: avoid repeated request completionSagi Grimberg1-1/+1
2020-11-18nvme-tcp: avoid race between time out and tear downChao Leng1-11/+3
2020-11-18nvme-rdma: avoid race between time out and tear downChao Leng1-10/+2
2020-11-18nvme: introduce nvme_sync_io_queuesChao Leng2-2/+7
2020-11-10nvmet: fix a NULL pointer dereference when tracing the flush commandChaitanya Kulkarni2-16/+9
2020-11-10nvme-rdma: handle unexpected nvme completion data lengthzhenwei pi1-0/+8
2020-11-05nvme-rdma: fix crash when connect rejectedChao Leng1-1/+0
2020-10-29nvmet: fix uninitialized work for zero katozhenwei pi1-1/+2
2020-10-29nvme-pci: disable the write zeros command for Intel 600P/P3100David Milburn1-1/+2
2020-10-14nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()Coly Li1-4/+3
2020-10-14nvme-core: put ctrl ref when module ref get failChaitanya Kulkarni1-1/+3
2020-10-07nvme: consolidate chunk_sectors settingsKeith Busch2-13/+10
2020-10-07nvme: Introduce nvme_lba_to_sect()Damien Le Moal2-7/+15
2020-10-07nvme: Cleanup and rename nvme_block_nr()Damien Le Moal2-5/+8
2020-10-07nvme-fc: fail new connections to a deleted host or remote portJames Smart1-2/+4
2020-10-07nvme-pci: fix NULL req in completion handlerXianting Tian1-7/+7
2020-10-07nvme-core: get/put ctrl and transport module in nvme_dev_open/release()Chaitanya Kulkarni1-0/+15
2020-10-01nvme-tcp: fix kconfig dependency warning when !CRYPTONecip Fazil Yildiran1-0/+1
2020-10-01nvme: explicitly update mpath disk capacity on revalidationAnthony Iliopoulos2-0/+14
2020-10-01nvme: fix possible deadlock when I/O is blockedSagi Grimberg1-1/+0
2020-10-01nvmet-rdma: fix double free of rdma queueIsrael Rukshin1-12/+18
2020-10-01nvme: Fix controller creation races with teardown flowIsrael Rukshin2-0/+6
2020-10-01nvme: Fix ctrl use-after-free during sysfs deletionIsrael Rukshin6-10/+6