summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* nvme: free sq/cq dbbuf pointers when dbbuf set failsMinwoo Im2020-12-021-0/+15
* nvme-tcp: avoid repeated request completionSagi Grimberg2020-11-181-1/+1
* nvme-rdma: avoid repeated request completionSagi Grimberg2020-11-181-1/+1
* nvme-tcp: avoid race between time out and tear downChao Leng2020-11-181-11/+3
* nvme-rdma: avoid race between time out and tear downChao Leng2020-11-181-10/+2
* nvme: introduce nvme_sync_io_queuesChao Leng2020-11-182-2/+7
* nvmet: fix a NULL pointer dereference when tracing the flush commandChaitanya Kulkarni2020-11-102-16/+9
* nvme-rdma: handle unexpected nvme completion data lengthzhenwei pi2020-11-101-0/+8
* nvme-rdma: fix crash when connect rejectedChao Leng2020-11-051-1/+0
* nvmet: fix uninitialized work for zero katozhenwei pi2020-10-291-1/+2
* nvme-pci: disable the write zeros command for Intel 600P/P3100David Milburn2020-10-291-1/+2
* nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()Coly Li2020-10-141-4/+3
* nvme-core: put ctrl ref when module ref get failChaitanya Kulkarni2020-10-141-1/+3
* nvme: consolidate chunk_sectors settingsKeith Busch2020-10-072-13/+10
* nvme: Introduce nvme_lba_to_sect()Damien Le Moal2020-10-072-7/+15
* nvme: Cleanup and rename nvme_block_nr()Damien Le Moal2020-10-072-5/+8
* nvme-fc: fail new connections to a deleted host or remote portJames Smart2020-10-071-2/+4
* nvme-pci: fix NULL req in completion handlerXianting Tian2020-10-071-7/+7
* nvme-core: get/put ctrl and transport module in nvme_dev_open/release()Chaitanya Kulkarni2020-10-071-0/+15
* nvme-tcp: fix kconfig dependency warning when !CRYPTONecip Fazil Yildiran2020-10-011-0/+1
* nvme: explicitly update mpath disk capacity on revalidationAnthony Iliopoulos2020-10-012-0/+14
* nvme: fix possible deadlock when I/O is blockedSagi Grimberg2020-10-011-1/+0
* nvmet-rdma: fix double free of rdma queueIsrael Rukshin2020-10-011-12/+18
* nvme: Fix controller creation races with teardown flowIsrael Rukshin2020-10-012-0/+6
* nvme: Fix ctrl use-after-free during sysfs deletionIsrael Rukshin2020-10-016-10/+6
* nvme-multipath: do not reset on unknown statusJohn Meneghini2020-10-013-18/+13
* nvme-tcp: cancel async events before freeing event structDavid Milburn2020-09-231-0/+1
* nvme-rdma: cancel async events before freeing event structDavid Milburn2020-09-231-0/+1
* nvme-fc: cancel async events before freeing event structDavid Milburn2020-09-231-0/+1
* nvme-pci: cancel nvme device request before disablingTong Zhang2020-09-171-2/+2
* nvme-rdma: fix reset hang if controller died in the middle of a resetSagi Grimberg2020-09-171-1/+12
* nvme-rdma: fix timeout handlerSagi Grimberg2020-09-171-16/+33
* nvme-rdma: serialize controller teardown sequencesSagi Grimberg2020-09-171-0/+6
* nvme-tcp: fix reset hang if controller died in the middle of a resetSagi Grimberg2020-09-171-1/+12
* nvme-tcp: fix timeout handlerSagi Grimberg2020-09-171-20/+36
* nvme-tcp: serialize controller teardown sequencesSagi Grimberg2020-09-171-2/+9
* nvme: have nvme_wait_freeze_timeout return if it timed outSagi Grimberg2020-09-172-2/+3
* nvme-fabrics: don't check state NVME_CTRL_NEW for request acceptanceSagi Grimberg2020-09-171-1/+0
* nvmet-tcp: Fix NULL dereference when a connect data comes in h2cdata pduZiye Yang2020-09-171-1/+9
* nvme-fabrics: allow to queue requests for live queuesSagi Grimberg2020-09-171-4/+8
* nvme: fix controller instance leakKeith Busch2020-09-091-1/+1
* nvmet-fc: Fix a missed _irqsave version of spin_lock in 'nvmet_fc_fod_op_done()'Christophe JAILLET2020-09-091-2/+2
* nvmet: Disable keep-alive timer when kato is cleared to 0hAmit Engel2020-09-091-0/+6
* nvme: multipath: round-robin: fix single non-optimized path caseMartin Wilck2020-09-031-5/+10
* nvme-fc: Fix wrong return value in __nvme_fc_init_request()Tianjia Zhang2020-09-031-2/+2
* nvme-multipath: do not fall back to __nvme_find_path() for non-optimized pathsHannes Reinecke2020-08-191-4/+7
* nvme-multipath: fix logic for non-optimized pathsMartin Wilck2020-08-191-0/+6
* nvme-rdma: fix controller reset hang during trafficSagi Grimberg2020-08-191-3/+9
* nvme-tcp: fix controller reset hang during trafficSagi Grimberg2020-08-191-3/+9
* nvme: add a Identify Namespace Identification Descriptor list quirkChristoph Hellwig2020-08-193-12/+12