summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
2019-12-05nvme-multipath: fix crash in nvme_mpath_clear_ctrl_pathsAnton Eidelman1-0/+2
2019-12-05nvme-rdma: fix a segmentation fault during module unloadMax Gurtovoy1-0/+8
2019-11-12nvme-multipath: fix possible io hang after ctrl reconnectAnton Eidelman1-1/+1
2019-11-06Revert "nvme: allow 64-bit results in passthru commands"Sasha Levin1-92/+16
2019-10-29nvme-pci: Set the prp2 correctly when using more than 4k pageKevin Hao1-1/+2
2019-10-29nvme-rdma: fix possible use-after-free in connect timeoutSagi Grimberg1-1/+2
2019-10-29nvme: allow 64-bit results in passthru commandsMarta Rybczynska1-16/+92
2019-10-29nvme: Add quirk for Kingston NVME SSD running FW E8FK11.TJian-Hong Pan1-0/+10
2019-10-29Added QUIRKs for ADATA XPG SX8200 Pro 512GBGabriel Craciunescu1-0/+3
2019-10-29nvme-rdma: Fix max_hw_sectors calculationMax Gurtovoy1-5/+11
2019-10-29nvme: fix an error code in nvme_init_subsystem()Dan Carpenter1-2/+3
2019-10-29nvme-pci: Save PCI state before putting drive into deepest stateMario Limonciello1-7/+10
2019-10-29nvme-tcp: fix wrong stop condition in io_workWunderlich, Mark1-2/+2
2019-10-29nvme-pci: Fix a race in controller removalBalbir Singh1-1/+4
2019-10-05nvme-multipath: fix ana log nsid lookup when nsid is not foundAnton Eidelman1-3/+5
2019-08-20nvme: Add quirk for LiteON CL1 devices running FW 22301111Mario Limonciello3-1/+17
2019-08-20nvme: Fix cntlid validation when not using NVMEoFGuilherme G. Piccoli1-1/+3
2019-08-20nvme-multipath: fix possible I/O hang when paths are updatedAnton Eidelman1-0/+1
2019-08-18Merge tag 'for-linus-2019-08-17' of git://git.kernel.dk/linux-blockLinus Torvalds5-15/+116
2019-08-12nvme-pci: Allow PCI bus-level PM to be used if ASPM is disabledRafael J. Wysocki1-3/+10
2019-08-01nvme-pci: Fix async probe remove raceKeith Busch1-1/+2
2019-08-01nvme: fix controller removal race with scan workSagi Grimberg3-8/+54
2019-08-01nvme-rdma: fix possible use-after-free in connect error flowSagi Grimberg1-5/+11
2019-08-01nvme: fix a possible deadlock when passthru commands sent to a multipath deviceSagi Grimberg3-0/+47
2019-08-01nvme-core: Fix extra device_put() call on error pathLogan Gunthorpe1-1/+1
2019-07-30nvme-multipath: revalidate nvme_ns_head gendisk in nvme_validate_nsAnthony Iliopoulos1-0/+1
2019-07-23Revert "nvme-pci: don't create a read hctx mapping without read queues"yangerkun1-3/+1
2019-07-23nvme: fix multipath crash when ANA is deactivatedMarta Rybczynska2-7/+7
2019-07-23nvme: fix memory leak caused by incorrect subsystem freeLogan Gunthorpe1-7/+5
2019-07-23nvme: ignore subnqn for ADATA SX6000LNPMisha Nasledov1-0/+2
2019-07-16Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds7-24/+152
2019-07-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2019-07-12Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-6/+8
2019-07-12nvme: fix NULL deref for fabrics optionsMinwoo Im1-1/+1
2019-07-10nvme: fix regression upon hot device removal and insertionSagi Grimberg1-2/+2
2019-07-10nvme-fc: fix module unloads while lports still pendingJames Smart1-3/+48
2019-07-10nvme-tcp: don't use sendpage for SLAB pagesMikhail Skorzhinskii1-1/+8
2019-07-10nvme-tcp: set the STABLE_WRITES flag when data digests are enabledMikhail Skorzhinskii1-0/+5
2019-07-10nvme-multipath: do not select namespaces which are about to be removedHannes Reinecke1-1/+2
2019-07-10nvme-multipath: also check for a disabled path if there is a single siblingHannes Reinecke1-1/+4
2019-07-10nvme-multipath: factor out a nvme_path_is_disabled helperHannes Reinecke1-4/+8
2019-07-10nvme: set physical block size and optimal I/O sizeBart Van Assche2-2/+33
2019-07-10nvme-trace: add delete completion and submission queue to admin cmds tracerTom Wu1-0/+26
2019-07-09nvme-trace: fix spelling mistake "spcecific" -> "specific"Colin Ian King1-1/+1
2019-07-09nvme-pci: limit max_hw_sectors based on the DMA max mapping sizeChristoph Hellwig1-1/+2
2019-07-09nvme-pci: check for NULL return from pci_alloc_p2pmem()Alan Mikhak1-5/+9
2019-07-09nvme-pci: don't create a read hctx mapping without read queuesAlan Mikhak1-1/+3
2019-07-09nvme-pci: don't fall back to a 32-bit DMA maskChristoph Hellwig1-2/+1
2019-07-09nvme-pci: make nvme_dev_pm_ops staticYueHaibing1-1/+1
2019-06-29Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe6-104/+232