summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/pci.c
Commit message (Expand)AuthorAgeFilesLines
* nvme-pci: Fix async probe remove raceKeith Busch2019-09-061-1/+2
* nvme: ignore subnqn for ADATA SX6000LNPMisha Nasledov2019-08-161-0/+2
* nvme-pci: limit max_hw_sectors based on the DMA max mapping sizeChristoph Hellwig2019-07-311-1/+2
* nvme-pci: check for NULL return from pci_alloc_p2pmem()Alan Mikhak2019-07-311-5/+9
* nvme-pci: adjust irq max_vector using num_possible_cpus()Minwoo Im2019-07-261-1/+5
* nvme-pci: set the errno on ctrl state change errorChaitanya Kulkarni2019-07-261-2/+5
* nvme-pci: properly report state change failure in nvme_reset_workMinwoo Im2019-07-261-0/+1
* nvme-pci: don't limit DMA segement sizeChristoph Hellwig2019-06-051-0/+6
* nvme-pci: use blk-mq mapping for unmanaged irqsKeith Busch2019-05-221-1/+1
* nvme-pci: Sync queues on resetKeith Busch2019-05-171-0/+1
* nvme-pci: Unblock reset_work on IO failureKeith Busch2019-05-171-5/+4
* nvme-pci: Don't disable on timeout in reset stateKeith Busch2019-05-171-1/+2
* nvme-pci: Fix controller freeze wait disablingKeith Busch2019-05-171-6/+6
* nvme-pci: mark expected switch fall-throughGustavo A. R. Silva2019-05-131-0/+1
* nvme-pci: init shadow doorbell after each resetMaxim Levitsky2019-05-131-2/+1
* nvme: move command size checks to the coreChristoph Hellwig2019-05-011-28/+3
* nvme-pci: check more command sizesMinwoo Im2019-05-011-0/+7
* nvme-pci: remove an unneeded variable initializationMinwoo Im2019-05-011-1/+1
* nvme-pci: unquiesce admin queue on shutdownKeith Busch2019-05-011-1/+4
* nvme-pci: shutdown on timeout during deletionKeith Busch2019-05-011-1/+4
* nvme-pci: fix psdt field for single segment sglsKlaus Birkelund Jensen2019-05-011-0/+1
* nvme-pci: tidy up nvme_map_dataChristoph Hellwig2019-04-051-12/+5
* nvme-pci: optimize mapping single segment requests using SGLsChristoph Hellwig2019-04-051-0/+22
* nvme-pci: optimize mapping of small single segment requestsChristoph Hellwig2019-04-051-5/+40
* nvme-pci: remove the inline scatterlist optimizationChristoph Hellwig2019-04-051-32/+6
* nvme-pci: split metadata handling from nvme_map_data / nvme_unmap_dataChristoph Hellwig2019-04-051-21/+27
* nvme-pci: do not build a scatterlist to map metadataChristoph Hellwig2019-04-051-13/+10
* nvme-pci: only call nvme_unmap_data for requests transferring dataChristoph Hellwig2019-04-051-1/+2
* nvme-pci: merge nvme_free_iod into nvme_unmap_dataChristoph Hellwig2019-04-051-27/+17
* nvme-pci: move the call to nvme_cleanup_cmd out of nvme_unmap_dataChristoph Hellwig2019-04-051-1/+1
* nvme-pci: remove nvme_init_iodChristoph Hellwig2019-04-051-34/+22
* nvme-pci: remove unused nvme_iod memberKeith Busch2019-04-051-2/+0
* nvme-pci: remove q_dmadev from nvme_queueKeith Busch2019-04-051-5/+3
* nvme-pci: use a flag for polled queuesKeith Busch2019-04-051-20/+13
* Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-161-1/+2
|\
| * nvme: disable Write Zeroes for qemu controllersChristoph Hellwig2019-03-131-1/+2
* | Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-081-9/+3
|\|
| * nvme-pci: convert to SPDX identifiersChristoph Hellwig2019-02-201-9/+1
| * nvme-pci: check kstrtoint() return value in queue_count_set()Bart Van Assche2019-02-201-0/+2
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-03-051-78/+39
|\ \
| * | nvme-pci: Simplify interrupt allocationMing Lei2019-02-181-76/+38
| * | genirq/affinity: Store interrupt sets size in struct irq_affinityMing Lei2019-02-181-4/+3
* | | nvme-pci: add missing unlock for reset errorKeith Busch2019-02-121-3/+5
| |/ |/|
* | nvme-pci: fix rapid add remove sequenceKeith Busch2019-02-061-10/+12
|/
* Merge tag 'for-linus-20190118' of git://git.kernel.dk/linux-blockLinus Torvalds2019-01-201-8/+13
|\
| * nvme-pci: fix nvme_setup_irqs()Ming Lei2019-01-161-8/+13
* | Merge tag 'for-linus-20190112' of git://git.kernel.dk/linux-blockLinus Torvalds2019-01-121-20/+47
|\|
| * nvme: introduce NVME_QUIRK_IGNORE_DEV_SUBNQNJames Dingwall2019-01-091-0/+2
| * nvme-pci: fix out of bounds access in nvme_cqe_pendingHongbo Yao2019-01-091-1/+3
| * nvme-pci: rerun irq setup on IO queue init errorsKeith Busch2019-01-091-14/+36