summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* Revert "nvme: Add quirk for Kingston NVME SSD running FW E8FK11.T"Jian-Hong Pan2019-12-171-10/+0
* nvme-multipath: fix crash in nvme_mpath_clear_ctrl_pathsAnton Eidelman2019-12-041-0/+2
* nvme-rdma: fix a segmentation fault during module unloadMax Gurtovoy2019-12-041-0/+8
* nvme-multipath: fix possible io hang after ctrl reconnectAnton Eidelman2019-11-121-1/+1
* Revert "nvme: allow 64-bit results in passthru commands"Sasha Levin2019-11-061-92/+16
* nvme-pci: Set the prp2 correctly when using more than 4k pageKevin Hao2019-10-291-1/+2
* nvme-rdma: fix possible use-after-free in connect timeoutSagi Grimberg2019-10-291-1/+2
* nvme: allow 64-bit results in passthru commandsMarta Rybczynska2019-10-291-16/+92
* nvme: Add quirk for Kingston NVME SSD running FW E8FK11.TJian-Hong Pan2019-10-291-0/+10
* Added QUIRKs for ADATA XPG SX8200 Pro 512GBGabriel Craciunescu2019-10-291-0/+3
* nvme-rdma: Fix max_hw_sectors calculationMax Gurtovoy2019-10-291-5/+11
* nvme: fix an error code in nvme_init_subsystem()Dan Carpenter2019-10-291-2/+3
* nvme-pci: Save PCI state before putting drive into deepest stateMario Limonciello2019-10-291-7/+10
* nvme-tcp: fix wrong stop condition in io_workWunderlich, Mark2019-10-291-2/+2
* nvme-pci: Fix a race in controller removalBalbir Singh2019-10-291-1/+4
* nvme-multipath: fix ana log nsid lookup when nsid is not foundAnton Eidelman2019-10-051-3/+5
* nvmet: fix data units read and written counters in SMART logTom Wu2019-10-051-6/+8
* nvme: Add quirk for LiteON CL1 devices running FW 22301111Mario Limonciello2019-08-203-1/+17
* nvme: Fix cntlid validation when not using NVMEoFGuilherme G. Piccoli2019-08-201-1/+3
* nvme-multipath: fix possible I/O hang when paths are updatedAnton Eidelman2019-08-201-0/+1
* Merge tag 'for-linus-2019-08-17' of git://git.kernel.dk/linux-blockLinus Torvalds2019-08-179-15/+143
|\
| * nvme-pci: Fix async probe remove raceKeith Busch2019-07-311-1/+2
| * nvme: fix controller removal race with scan workSagi Grimberg2019-07-313-8/+54
| * nvme-rdma: fix possible use-after-free in connect error flowSagi Grimberg2019-07-311-5/+11
| * nvme: fix a possible deadlock when passthru commands sent to a multipath deviceSagi Grimberg2019-07-313-0/+47
| * nvme-core: Fix extra device_put() call on error pathLogan Gunthorpe2019-07-311-1/+1
| * nvmet-file: fix nvmet_file_flush() always returning an errorLogan Gunthorpe2019-07-311-0/+3
| * nvmet-loop: Flush nvme_delete_wq when removing the portLogan Gunthorpe2019-07-311-0/+8
| * nvmet: Fix use-after-free bug when a port is removedLogan Gunthorpe2019-07-313-0/+16
| * nvme-multipath: revalidate nvme_ns_head gendisk in nvme_validate_nsAnthony Iliopoulos2019-07-301-0/+1
* | nvme-pci: Allow PCI bus-level PM to be used if ASPM is disabledRafael J. Wysocki2019-08-121-3/+10
|/
* Revert "nvme-pci: don't create a read hctx mapping without read queues"yangerkun2019-07-231-3/+1
* nvme: fix multipath crash when ANA is deactivatedMarta Rybczynska2019-07-232-7/+7
* nvme: fix memory leak caused by incorrect subsystem freeLogan Gunthorpe2019-07-231-7/+5
* nvme: ignore subnqn for ADATA SX6000LNPMisha Nasledov2019-07-231-0/+2
* Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-1513-48/+228
|\
| * nvme: fix NULL deref for fabrics optionsMinwoo Im2019-07-111-1/+1
| * nvme: fix regression upon hot device removal and insertionSagi Grimberg2019-07-101-2/+2
| * nvme-fc: fix module unloads while lports still pendingJames Smart2019-07-091-3/+48
| * nvme-tcp: don't use sendpage for SLAB pagesMikhail Skorzhinskii2019-07-091-1/+8
| * nvme-tcp: set the STABLE_WRITES flag when data digests are enabledMikhail Skorzhinskii2019-07-091-0/+5
| * nvmet: print a hint while rejecting NSID 0 or 0xffffffffMikhail Skorzhinskii2019-07-091-1/+3
| * nvme-multipath: do not select namespaces which are about to be removedHannes Reinecke2019-07-091-1/+2
| * nvme-multipath: also check for a disabled path if there is a single siblingHannes Reinecke2019-07-091-1/+4
| * nvme-multipath: factor out a nvme_path_is_disabled helperHannes Reinecke2019-07-091-4/+8
| * nvme: set physical block size and optimal I/O sizeBart Van Assche2019-07-092-2/+33
| * nvmet: export I/O characteristics attributes in IdentifyBart Van Assche2019-07-093-0/+50
| * nvme-trace: add delete completion and submission queue to admin cmds tracerTom Wu2019-07-091-0/+26
| * nvme-trace: fix spelling mistake "spcecific" -> "specific"Colin Ian King2019-07-092-2/+2
| * nvme-pci: limit max_hw_sectors based on the DMA max mapping sizeChristoph Hellwig2019-07-091-1/+2