aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2019-08-20nvme: Add quirk for LiteON CL1 devices running FW 22301111Gravatar Mario Limonciello 3-1/+17
2019-08-20nvme: Fix cntlid validation when not using NVMEoFGravatar Guilherme G. Piccoli 1-1/+3
2019-08-20nvme-multipath: fix possible I/O hang when paths are updatedGravatar Anton Eidelman 1-0/+1
2019-08-17Merge tag 'for-linus-2019-08-17' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 9-15/+143
2019-08-12nvme-pci: Allow PCI bus-level PM to be used if ASPM is disabledGravatar Rafael J. Wysocki 1-3/+10
2019-07-31nvme-pci: Fix async probe remove raceGravatar Keith Busch 1-1/+2
2019-07-31nvme: fix controller removal race with scan workGravatar Sagi Grimberg 3-8/+54
2019-07-31nvme-rdma: fix possible use-after-free in connect error flowGravatar Sagi Grimberg 1-5/+11
2019-07-31nvme: fix a possible deadlock when passthru commands sent to a multipath deviceGravatar Sagi Grimberg 3-0/+47
2019-07-31nvme-core: Fix extra device_put() call on error pathGravatar Logan Gunthorpe 1-1/+1
2019-07-31nvmet-file: fix nvmet_file_flush() always returning an errorGravatar Logan Gunthorpe 1-0/+3
2019-07-31nvmet-loop: Flush nvme_delete_wq when removing the portGravatar Logan Gunthorpe 1-0/+8
2019-07-31nvmet: Fix use-after-free bug when a port is removedGravatar Logan Gunthorpe 3-0/+16
2019-07-30nvme-multipath: revalidate nvme_ns_head gendisk in nvme_validate_nsGravatar Anthony Iliopoulos 1-0/+1
2019-07-23Revert "nvme-pci: don't create a read hctx mapping without read queues"Gravatar yangerkun 1-3/+1
2019-07-23nvme: fix multipath crash when ANA is deactivatedGravatar Marta Rybczynska 2-7/+7
2019-07-23nvme: fix memory leak caused by incorrect subsystem freeGravatar Logan Gunthorpe 1-7/+5
2019-07-23nvme: ignore subnqn for ADATA SX6000LNPGravatar Misha Nasledov 1-0/+2
2019-07-15Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 13-48/+228
2019-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 1-1/+1
2019-07-11Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 3-8/+10
2019-07-11nvme: fix NULL deref for fabrics optionsGravatar Minwoo Im 1-1/+1
2019-07-10nvme: fix regression upon hot device removal and insertionGravatar Sagi Grimberg 1-2/+2
2019-07-09nvme-fc: fix module unloads while lports still pendingGravatar James Smart 1-3/+48
2019-07-09nvme-tcp: don't use sendpage for SLAB pagesGravatar Mikhail Skorzhinskii 1-1/+8
2019-07-09nvme-tcp: set the STABLE_WRITES flag when data digests are enabledGravatar Mikhail Skorzhinskii 1-0/+5
2019-07-09nvmet: print a hint while rejecting NSID 0 or 0xffffffffGravatar Mikhail Skorzhinskii 1-1/+3
2019-07-09nvme-multipath: do not select namespaces which are about to be removedGravatar Hannes Reinecke 1-1/+2
2019-07-09nvme-multipath: also check for a disabled path if there is a single siblingGravatar Hannes Reinecke 1-1/+4
2019-07-09nvme-multipath: factor out a nvme_path_is_disabled helperGravatar Hannes Reinecke 1-4/+8
2019-07-09nvme: set physical block size and optimal I/O sizeGravatar Bart Van Assche 2-2/+33
2019-07-09nvmet: export I/O characteristics attributes in IdentifyGravatar Bart Van Assche 3-0/+50
2019-07-09nvme-trace: add delete completion and submission queue to admin cmds tracerGravatar Tom Wu 1-0/+26
2019-07-09nvme-trace: fix spelling mistake "spcecific" -> "specific"Gravatar Colin Ian King 2-2/+2
2019-07-09nvme-pci: limit max_hw_sectors based on the DMA max mapping sizeGravatar Christoph Hellwig 1-1/+2
2019-07-09nvme-pci: check for NULL return from pci_alloc_p2pmem()Gravatar Alan Mikhak 1-5/+9
2019-07-09nvme-pci: don't create a read hctx mapping without read queuesGravatar Alan Mikhak 1-1/+3
2019-07-09nvme-pci: don't fall back to a 32-bit DMA maskGravatar Christoph Hellwig 1-2/+1
2019-07-09nvme-pci: make nvme_dev_pm_ops staticGravatar YueHaibing 1-1/+1
2019-07-09nvme-fcloop: resolve warnings on RCU usage and sleep warningsGravatar James Smart 1-1/+1
2019-07-09nvme-fcloop: fix inconsistent lock state warningsGravatar James Smart 1-21/+21
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextGravatar Jason Gunthorpe 10-104/+236
2019-06-24RDMA/core: Add an integrity MR pool supportGravatar Israel Rukshin 1-1/+1
2019-06-21nvme: enable to inject errors into admin commandsGravatar Akinobu Mita 3-3/+7
2019-06-21nvme: prepare for fault injection into admin commandsGravatar Akinobu Mita 3-33/+41
2019-06-21nvmet: introduce target-side traceGravatar Minwoo Im 4-0/+353
2019-06-21nvme-trace: print result and status in hex formatGravatar Minwoo Im 1-1/+1
2019-06-21nvme-trace: support for fabrics commands in host-sideGravatar Minwoo Im 2-6/+77
2019-06-21nvme-trace: move opcode symbol print to nvme.hGravatar Minwoo Im 1-44/+0
2019-06-21nvme-trace: do not export nvme_trace_disk_nameGravatar Minwoo Im 1-1/+0