summaryrefslogtreecommitdiff
path: root/drivers/nvme
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-30nvmet: fail outstanding host posted AEN reqChaitanya Kulkarni1-7/+20
2020-06-30nvmet: cleanups the loop in nvmet_async_events_processDavid Milburn1-9/+6
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-22nvmet: fix memory leak when removing namespaces and controllers concurrentlySagi Grimberg1-9/+6
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 Torvalds9-124/+242
2020-04-07nvmet-rdma: fix double free of rdma queueIsrael Rukshin1-12/+18
2020-04-04nvme-fc: Revert "add module to ops template to allow module references"James Smart2-13/+2
2020-04-04nvme: fix deadlock caused by ANA update wrong lockingSagi Grimberg1-2/+2
2020-04-04nvmet-rdma: fix bonding failover possible NULL derefSagi Grimberg1-56/+119
2020-04-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-14/+0
2020-04-02nvmet: fix NULL dereference when removing a referralSagi Grimberg1-1/+9
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-31nvmet-fc: fix typo in commentJames Smart1-1/+1
2020-03-31nvme-rdma: Replace comma with a semicolonIsrael Rukshin1-1/+1
2020-03-31nvme-fcloop: fix deallocation of working contextJames Smart1-24/+52
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 Torvalds16-235/+533
2020-03-30Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds3-3/+3