summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
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-17nvme-fabrics: allow to queue requests for live queuesSagi Grimberg1-4/+8
2020-09-09nvme: fix controller instance leakKeith Busch1-1/+1
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-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-08-19nvme: add a Identify Namespace Identification Descriptor list quirkChristoph Hellwig3-12/+12
2020-08-11nvme-pci: prevent SK hynix PC400 from using Write Zeroes commandKai-Heng Feng1-0/+2
2020-08-05nvme-tcp: fix possible hang waiting for icresp responseSagi Grimberg1-0/+3
2020-07-16nvme-rdma: assign completion vector correctlyMax Gurtovoy1-1/+1
2020-07-09nvme: fix a crash in nvme_mpath_add_diskChristoph Hellwig1-3/+4
2020-07-09nvme: fix identify error status silent ignoreSagi Grimberg1-3/+9
2020-07-09nvme-multipath: fix bogus request queue reference putSagi Grimberg1-0/+8
2020-07-09nvme-multipath: fix deadlock due to head->lockAnton Eidelman2-2/+4
2020-07-09nvme-multipath: fix deadlock between ana_work and scan_workAnton Eidelman1-8/+16
2020-07-09nvme-multipath: set bdi capabilities onceKeith Busch1-0/+8
2020-06-30nvme: don't protect ns mutation with ns->head->lockSagi Grimberg1-8/+4
2020-06-24nvme-pci: use simple suspend when a HMB is enabledChristoph Hellwig1-0/+6
2020-06-22nvme-tcp: use bh_lock in data_readySagi Grimberg1-2/+2
2020-06-22nvme-pci: align io queue count with allocted nvme_queue in nvme_probeWeiping Zhang1-24/+33
2020-06-22nvme: refine the Qemu Identify CNS quirkChristoph Hellwig1-2/+14
2020-05-14nvme: fix possible hang when ns scanning fails during error recoverySagi Grimberg1-1/+1
2020-05-14nvme: refactor nvme_identify_ns_descs error handlingChristoph Hellwig1-15/+13
2020-05-06nvme: prevent double free in nvme_alloc_ns() error handlingNiklas Cassel1-0/+2
2020-04-29nvme: fix compat address handling in several ioctlsNick Bowler1-7/+20
2020-04-29nvme: fix deadlock caused by ANA update wrong lockingSagi Grimberg1-2/+2
2020-04-29nvme-tcp: fix possible crash in write_zeroes processingSagi Grimberg1-6/+7
2020-04-17nvme-fc: Revert "add module to ops template to allow module references"James Smart1-12/+2
2020-04-08nvme-rdma: Avoid double freeing of async event dataPrabhath Sajeepa1-3/+5
2020-03-12nvme: Fix uninitialized-variable warningKeith Busch1-1/+1
2020-03-12nvme-pci: Use single IRQ vector for old Apple modelsAndy Shevchenko1-1/+2
2020-03-12nvme/pci: Add sleep quirk for Samsung and Toshiba drivesShyjumon N1-0/+12
2020-03-05nvme-pci: Hold cq_poll_lock while completing CQEsBijan Mottahedeh1-1/+1
2020-03-05nvme/pci: move cqe check after device shutdownKeith Busch1-5/+18
2020-03-05nvme: prevent warning triggered by nvme_stop_keep_aliveNigel Kirkland3-7/+7
2020-03-05nvme/tcp: fix bug on double requeue when send failsAnton Eidelman1-1/+6