summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
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-03nvme-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
2020-10-01nvme-multipath: do not reset on unknown statusJohn Meneghini3-18/+13
2020-09-23nvme-tcp: cancel async events before freeing event structDavid Milburn1-0/+1
2020-09-23nvme-rdma: cancel async events before freeing event structDavid Milburn1-0/+1
2020-09-23nvme-fc: cancel async events before freeing event structDavid Milburn1-0/+1
2020-09-17nvme-pci: cancel nvme device request before disablingTong Zhang1-2/+2
2020-09-17nvme-rdma: fix reset hang if controller died in the middle of a resetSagi Grimberg1-1/+12
2020-09-17nvme-rdma: fix timeout handlerSagi Grimberg1-16/+33
2020-09-17nvme-rdma: serialize controller teardown sequencesSagi Grimberg1-0/+6
2020-09-17nvme-tcp: fix reset hang if controller died in the middle of a resetSagi Grimberg1-1/+12
2020-09-17nvme-tcp: fix timeout handlerSagi Grimberg1-20/+36
2020-09-17nvme-tcp: serialize controller teardown sequencesSagi Grimberg1-2/+9
2020-09-17nvme: have nvme_wait_freeze_timeout return if it timed outSagi Grimberg2-2/+3
2020-09-17nvme-fabrics: don't check state NVME_CTRL_NEW for request acceptanceSagi Grimberg1-1/+0
2020-09-17nvmet-tcp: Fix NULL dereference when a connect data comes in h2cdata pduZiye Yang1-1/+9
2020-09-17nvme-fabrics: allow to queue requests for live queuesSagi Grimberg1-4/+8