summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
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-08-11nvme-pci: prevent SK hynix PC400 from using Write Zeroes commandKai-Heng Feng1-0/+2
2020-08-05nvme: add a Identify Namespace Identification Descriptor list quirkChristoph Hellwig3-12/+12
2020-08-05nvme-tcp: fix possible hang waiting for icresp responseSagi Grimberg1-0/+3
2020-07-22nvme: explicitly update mpath disk capacity on revalidationAnthony Iliopoulos2-0/+14
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: fix possible deadlock when I/O is blockedSagi Grimberg1-1/+0
2020-07-09nvme-multipath: set bdi capabilities onceKeith Busch2-7/+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-24nvme-fc: don't call nvme_cleanup_cmd() for AENsDaniel Wagner1-2/+3
2020-06-22nvme-pci: make sure write/poll_queues less or equal then cpu countWeiping Zhang1-4/+18
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-fc: avoid gcc-10 zero-length-bounds warningArnd Bergmann1-1/+1
2020-06-22nvme: refine the Qemu Identify CNS quirkChristoph Hellwig1-2/+14
2020-05-27nvme-pci: avoid race between nvme_reap_pending_cqes() and nvme_poll()Dongli Zhang1-4/+7
2020-05-12nvme-pci: dma read memory barrier for completionsKeith Busch1-0/+5
2020-05-10nvme: fix possible hang when ns scanning fails during error recoverySagi Grimberg1-1/+1
2020-05-10nvme-pci: fix "slimmer CQ head update"Alexey Dobriyan1-1/+5
2020-04-27nvme: prevent double free in nvme_alloc_ns() error handlingNiklas Cassel1-0/+2
2020-04-10Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-blockLinus Torvalds5-29/+43
2020-04-04nvme-fc: Revert "add module to ops template to allow module references"James Smart1-12/+2
2020-04-04nvme: fix deadlock caused by ANA update wrong lockingSagi Grimberg1-2/+2
2020-04-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-8/+0
2020-04-02nvme: inherit stable pages constraint in the mpath stack deviceSagi Grimberg1-0/+7
2020-04-01nvme-tcp: fix possible crash in recv error flowSagi Grimberg1-1/+1
2020-03-31nvme-tcp: don't poll a non-live queueSagi Grimberg1-0/+3
2020-03-31nvme-tcp: fix possible crash in write_zeroes processingSagi Grimberg1-6/+7
2020-03-31nvme-rdma: Replace comma with a semicolonIsrael Rukshin1-1/+1
2020-03-31nvme: fix compat address handling in several ioctlsNick Bowler1-7/+20
2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds9-212/+303
2020-03-30Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2-3/+2
2020-03-27block: simplify queue allocationChristoph Hellwig1-2/+1
2020-03-25nvme: cleanup namespace identifier reporting in nvme_init_ns_headChristoph Hellwig1-12/+10
2020-03-25nvme: rename __nvme_find_ns_head to nvme_find_ns_headChristoph Hellwig1-2/+2
2020-03-25nvme: refactor nvme_identify_ns_descs error handlingChristoph Hellwig1-15/+13
2020-03-25nvme-tcp: Add warning on state change failure at nvme_tcp_setup_ctrlIsrael Rukshin1-1/+6
2020-03-25nvme-rdma: Add warning on state change failure at nvme_rdma_setup_ctrlIsrael Rukshin1-1/+6
2020-03-25nvme: Fix controller creation races with teardown flowIsrael Rukshin2-0/+6
2020-03-25nvme: Make nvme_uninit_ctrl symmetric to nvme_init_ctrlIsrael Rukshin5-6/+2