summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2019-09-10nvme: Fix cntlid validation when not using NVMEoFGuilherme G. Piccoli1-1/+3
2019-09-10nvme-multipath: fix possible I/O hang when paths are updatedAnton Eidelman1-0/+1
2019-09-06nvme-pci: Fix async probe remove raceKeith Busch1-1/+2
2019-09-06nvme: fix controller removal race with scan workSagi Grimberg3-8/+54
2019-09-06nvme-rdma: fix possible use-after-free in connect error flowSagi Grimberg1-5/+11
2019-09-06nvme: fix a possible deadlock when passthru commands sent to a multipath deviceSagi Grimberg3-0/+47
2019-09-06nvme-core: Fix extra device_put() call on error pathLogan Gunthorpe1-1/+1
2019-09-06nvmet-file: fix nvmet_file_flush() always returning an errorLogan Gunthorpe1-0/+3
2019-09-06nvmet-loop: Flush nvme_delete_wq when removing the portLogan Gunthorpe1-0/+8
2019-09-06nvmet: Fix use-after-free bug when a port is removedLogan Gunthorpe3-0/+16
2019-09-06nvme-multipath: revalidate nvme_ns_head gendisk in nvme_validate_nsAnthony Iliopoulos1-0/+1
2019-08-16nvme: fix memory leak caused by incorrect subsystem freeLogan Gunthorpe1-7/+5
2019-08-16nvme: ignore subnqn for ADATA SX6000LNPMisha Nasledov1-0/+2
2019-08-04nvme: fix multipath crash when ANA is deactivatedMarta Rybczynska2-7/+7
2019-07-31nvme: fix NULL deref for fabrics optionsMinwoo Im1-1/+1
2019-07-31nvme-tcp: set the STABLE_WRITES flag when data digests are enabledMikhail Skorzhinskii1-0/+5
2019-07-31nvme-tcp: don't use sendpage for SLAB pagesMikhail Skorzhinskii1-1/+8
2019-07-31nvme-pci: limit max_hw_sectors based on the DMA max mapping sizeChristoph Hellwig1-1/+2
2019-07-31nvme-pci: check for NULL return from pci_alloc_p2pmem()Alan Mikhak1-5/+9
2019-07-26nvme-pci: adjust irq max_vector using num_possible_cpus()Minwoo Im1-1/+5
2019-07-26nvme-pci: set the errno on ctrl state change errorChaitanya Kulkarni1-2/+5
2019-07-26nvme-pci: properly report state change failure in nvme_reset_workMinwoo Im1-0/+1
2019-07-26nvme: fix possible io failures when removing multipathed nsAnton Eidelman1-6/+8
2019-06-07Merge branch 'nvme-5.2-rc-next' of git://git.infradead.org/nvme into for-linusJens Axboe4-63/+150
2019-06-06nvme-rdma: use dynamic dma mapping per commandMax Gurtovoy1-17/+36
2019-06-06nvme: Fix u32 overflow in the number of namespace list calculationJaesoo Lee1-1/+2
2019-06-05nvme-pci: don't limit DMA segement sizeChristoph Hellwig1-0/+6
2019-06-04nvmet: fix data_len to 0 for bdev-backed write_zeroesMinwoo Im1-0/+1
2019-05-30nvme-tcp: fix queue mapping when queue count is limitedSagi Grimberg1-7/+50
2019-05-30nvme-rdma: fix queue mapping when queue count is limitedSagi Grimberg1-38/+61
2019-05-25Merge tag 'for-linus-20190524' of git://git.kernel.dk/linux-blockLinus Torvalds3-41/+76
2019-05-22nvme-pci: use blk-mq mapping for unmanaged irqsKeith Busch1-1/+1
2019-05-21nvme: copy MTFA field from identify controllerLaine Walker-Avina1-0/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner4-0/+4
2019-05-17nvme: fix memory leak for power latency toleranceYufen Yu1-0/+1
2019-05-17nvme: release namespace SRCU protection before performing controller ioctlsChristoph Hellwig1-5/+20
2019-05-17nvme: merge nvme_ns_ioctl into nvme_ioctlChristoph Hellwig1-23/+24
2019-05-17nvme: remove the ifdef around nvme_nvm_ioctlChristoph Hellwig1-2/+0
2019-05-17nvme: fix srcu locking on error return in nvme_get_ns_from_diskChristoph Hellwig1-4/+9
2019-05-17nvme: Fix known effectsKeith Busch1-1/+1
2019-05-17nvme-pci: Sync queues on resetKeith Busch3-0/+14
2019-05-17nvme-pci: Unblock reset_work on IO failureKeith Busch1-5/+4
2019-05-17nvme-pci: Don't disable on timeout in reset stateKeith Busch1-1/+2
2019-05-17nvme-pci: Fix controller freeze wait disablingKeith Busch1-6/+6
2019-05-17Merge tag 'for-5.2/block-post-20190516' of git://git.kernel.dk/linux-blockLinus Torvalds8-76/+63
2019-05-14nvme: validate cntlid during controller initialisationChristoph Hellwig1-17/+24
2019-05-14nvme: change locking for the per-subsystem controller listChristoph Hellwig1-18/+14
2019-05-14nvme: trace all async notice eventsChaitanya Kulkarni2-3/+3
2019-05-14nvme-fabrics: remove unused argumentMinwoo Im1-2/+2
2019-05-13nvme-multipath: avoid crash on invalid subsystem cntlid enumerationHannes Reinecke1-1/+1