summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-01nvme: move command size checks to the coreChristoph Hellwig1-28/+3
2019-05-01nvme-pci: check more command sizesMinwoo Im1-0/+7
2019-05-01nvme-pci: remove an unneeded variable initializationMinwoo Im1-1/+1
2019-05-01nvme-pci: unquiesce admin queue on shutdownKeith Busch1-1/+4
2019-05-01nvme-pci: shutdown on timeout during deletionKeith Busch1-1/+4
2019-05-01nvme-pci: fix psdt field for single segment sglsKlaus Birkelund Jensen1-0/+1
2019-04-05nvme-pci: tidy up nvme_map_dataChristoph Hellwig1-12/+5
2019-04-05nvme-pci: optimize mapping single segment requests using SGLsChristoph Hellwig1-0/+22
2019-04-05nvme-pci: optimize mapping of small single segment requestsChristoph Hellwig1-5/+40
2019-04-05nvme-pci: remove the inline scatterlist optimizationChristoph Hellwig1-32/+6
2019-04-05nvme-pci: split metadata handling from nvme_map_data / nvme_unmap_dataChristoph Hellwig1-21/+27
2019-04-05nvme-pci: do not build a scatterlist to map metadataChristoph Hellwig1-13/+10
2019-04-05nvme-pci: only call nvme_unmap_data for requests transferring dataChristoph Hellwig1-1/+2
2019-04-05nvme-pci: merge nvme_free_iod into nvme_unmap_dataChristoph Hellwig1-27/+17
2019-04-05nvme-pci: move the call to nvme_cleanup_cmd out of nvme_unmap_dataChristoph Hellwig1-1/+1
2019-04-05nvme-pci: remove nvme_init_iodChristoph Hellwig1-34/+22
2019-04-05nvme-pci: remove unused nvme_iod memberKeith Busch1-2/+0
2019-04-05nvme-pci: remove q_dmadev from nvme_queueKeith Busch1-5/+3
2019-04-05nvme-pci: use a flag for polled queuesKeith Busch1-20/+13
2019-03-16Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2019-03-13nvme: disable Write Zeroes for qemu controllersChristoph Hellwig1-1/+2
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+3
2019-03-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-78/+39
2019-02-20nvme-pci: convert to SPDX identifiersChristoph Hellwig1-9/+1
2019-02-20nvme-pci: check kstrtoint() return value in queue_count_set()Bart Van Assche1-0/+2
2019-02-18nvme-pci: Simplify interrupt allocationMing Lei1-76/+38
2019-02-18genirq/affinity: Store interrupt sets size in struct irq_affinityMing Lei1-4/+3
2019-02-12nvme-pci: add missing unlock for reset errorKeith Busch1-3/+5
2019-02-06nvme-pci: fix rapid add remove sequenceKeith Busch1-10/+12
2019-01-20Merge tag 'for-linus-20190118' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+13
2019-01-16nvme-pci: fix nvme_setup_irqs()Ming Lei1-8/+13
2019-01-12Merge tag 'for-linus-20190112' of git://git.kernel.dk/linux-blockLinus Torvalds1-20/+47
2019-01-09nvme: introduce NVME_QUIRK_IGNORE_DEV_SUBNQNJames Dingwall1-0/+2
2019-01-09nvme-pci: fix out of bounds access in nvme_cqe_pendingHongbo Yao1-1/+3
2019-01-09nvme-pci: rerun irq setup on IO queue init errorsKeith Busch1-14/+36
2019-01-09nvme-pci: use the same attributes when freeing host_mem_desc_bufs.Liviu Dudau1-4/+6
2019-01-09nvme-pci: fix the wrong setting of nr_mapsJianchao Wang1-1/+0
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-4/+4
2018-12-19nvme-pci: trace SQ status on completionsyupeng1-0/+2
2018-12-18nvme-pci: refactor nvme_poll_irqdisable to make sparse happyChristoph Hellwig1-6/+6
2018-12-18nvme-pci: only set nr_maps to 2 if poll queues are supportedChristoph Hellwig1-0/+3
2018-12-17nvme-pci: don't share queue mapsChristoph Hellwig1-5/+1
2018-12-11nvme: fix irq vs io_queue calculationsJens Axboe1-35/+29
2018-12-04block: only allow polling if a poll queue_map existsChristoph Hellwig1-20/+9
2018-12-04nvme-pci: remove the CQ lock for interrupt driven queuesChristoph Hellwig1-11/+26
2018-12-04nvme-pci: don't poll from irq context when deleting queuesChristoph Hellwig1-8/+19
2018-12-04nvme-pci: refactor nvme_disable_io_queuesChristoph Hellwig1-21/+20
2018-12-04nvme-pci: consolidate code for polling non-dedicated queuesChristoph Hellwig1-23/+12
2018-12-04nvme-pci: only allow polling with separate poll queuesChristoph Hellwig1-13/+5
2018-12-04nvme-pci: cleanup SQ allocation a bitChristoph Hellwig1-18/+15