summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2020-10-29nvmet: fix uninitialized work for zero katozhenwei pi1-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-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-07nvme-pci: disable the write zeros command for Intel 600P/P3100David Milburn1-1/+2
2020-10-01nvme-tcp: fix kconfig dependency warning when !CRYPTONecip Fazil Yildiran1-0/+1
2020-09-23nvme-loop: set ctrl state connecting after initChaitanya Kulkarni1-0/+3
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: Revert: Fix controller creation races with teardown flowJames Smart2-6/+0
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
2020-09-09nvme: fix controller instance leakKeith Busch1-1/+1
2020-09-09nvmet-fc: Fix a missed _irqsave version of spin_lock in 'nvmet_fc_fod_op_done()'Christophe JAILLET1-2/+2
2020-09-09nvmet: Disable keep-alive timer when kato is cleared to 0hAmit Engel1-0/+6
2020-09-03nvme: multipath: round-robin: fix single non-optimized path caseMartin Wilck1-5/+10
2020-09-03nvme-fc: Fix wrong return value in __nvme_fc_init_request()Tianjia Zhang1-2/+2
2020-09-03nvmet: fix a memory leakSagi Grimberg1-0/+1
2020-08-21nvme: fix deadlock in disconnect during scan_work and/or ana_workSagi Grimberg8-15/+50
2020-08-19nvme-multipath: do not fall back to __nvme_find_path() for non-optimized pathsHannes Reinecke1-4/+7
2020-08-19nvme-multipath: fix logic for non-optimized pathsMartin Wilck1-0/+6
2020-08-19nvme-rdma: fix controller reset hang during trafficSagi Grimberg1-3/+9
2020-08-19nvme-tcp: fix controller reset hang during trafficSagi Grimberg1-3/+9
2020-07-29nvme: add a Identify Namespace Identification Descriptor list quirkChristoph Hellwig3-12/+12
2020-07-26nvme-pci: prevent SK hynix PC400 from using Write Zeroes commandKai-Heng Feng1-0/+2
2020-07-26nvme-tcp: fix possible hang waiting for icresp responseSagi Grimberg1-0/+3
2020-07-16nvme: explicitly update mpath disk capacity on revalidationAnthony Iliopoulos2-0/+14
2020-07-02nvme: fix a crash in nvme_mpath_add_diskChristoph Hellwig1-3/+4
2020-07-02nvme: fix identify error status silent ignoreSagi Grimberg1-3/+9
2020-06-24nvme-multipath: fix bogus request queue reference putSagi Grimberg1-0/+8
2020-06-24nvme-multipath: fix deadlock due to head->lockAnton Eidelman2-2/+4
2020-06-24nvme: don't protect ns mutation with ns->head->lockSagi Grimberg1-8/+4
2020-06-24nvme-multipath: fix deadlock between ana_work and scan_workAnton Eidelman1-8/+16
2020-06-24nvme: fix possible deadlock when I/O is blockedSagi Grimberg1-1/+0
2020-06-24nvme-rdma: assign completion vector correctlyMax Gurtovoy1-1/+1
2020-06-24nvme-loop: initialize tagset numa value to the value of the ctrlMax Gurtovoy1-2/+2
2020-06-24nvme-tcp: initialize tagset numa value to the value of the ctrlMax Gurtovoy1-2/+2
2020-06-24nvme-pci: initialize tagset numa value to the value of the ctrlMax Gurtovoy1-2/+2