index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
pci.c
Age
Commit message (
Expand
)
Author
2019-04-05
nvme-pci: tidy up nvme_map_data
Christoph Hellwig
2019-04-05
nvme-pci: optimize mapping single segment requests using SGLs
Christoph Hellwig
2019-04-05
nvme-pci: optimize mapping of small single segment requests
Christoph Hellwig
2019-04-05
nvme-pci: remove the inline scatterlist optimization
Christoph Hellwig
2019-04-05
nvme-pci: split metadata handling from nvme_map_data / nvme_unmap_data
Christoph Hellwig
2019-04-05
nvme-pci: do not build a scatterlist to map metadata
Christoph Hellwig
2019-04-05
nvme-pci: only call nvme_unmap_data for requests transferring data
Christoph Hellwig
2019-04-05
nvme-pci: merge nvme_free_iod into nvme_unmap_data
Christoph Hellwig
2019-04-05
nvme-pci: move the call to nvme_cleanup_cmd out of nvme_unmap_data
Christoph Hellwig
2019-04-05
nvme-pci: remove nvme_init_iod
Christoph Hellwig
2019-04-05
nvme-pci: remove unused nvme_iod member
Keith Busch
2019-04-05
nvme-pci: remove q_dmadev from nvme_queue
Keith Busch
2019-04-05
nvme-pci: use a flag for polled queues
Keith Busch
2019-03-16
Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-03-13
nvme: disable Write Zeroes for qemu controllers
Christoph Hellwig
2019-03-08
Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-03-05
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-02-20
nvme-pci: convert to SPDX identifiers
Christoph Hellwig
2019-02-20
nvme-pci: check kstrtoint() return value in queue_count_set()
Bart Van Assche
2019-02-18
nvme-pci: Simplify interrupt allocation
Ming Lei
2019-02-18
genirq/affinity: Store interrupt sets size in struct irq_affinity
Ming Lei
2019-02-12
nvme-pci: add missing unlock for reset error
Keith Busch
2019-02-06
nvme-pci: fix rapid add remove sequence
Keith Busch
2019-01-20
Merge tag 'for-linus-20190118' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-01-16
nvme-pci: fix nvme_setup_irqs()
Ming Lei
2019-01-12
Merge tag 'for-linus-20190112' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-01-09
nvme: introduce NVME_QUIRK_IGNORE_DEV_SUBNQN
James Dingwall
2019-01-09
nvme-pci: fix out of bounds access in nvme_cqe_pending
Hongbo Yao
2019-01-09
nvme-pci: rerun irq setup on IO queue init errors
Keith Busch
2019-01-09
nvme-pci: use the same attributes when freeing host_mem_desc_bufs.
Liviu Dudau
2019-01-09
nvme-pci: fix the wrong setting of nr_maps
Jianchao Wang
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
2018-12-19
nvme-pci: trace SQ status on completions
yupeng
2018-12-18
nvme-pci: refactor nvme_poll_irqdisable to make sparse happy
Christoph Hellwig
2018-12-18
nvme-pci: only set nr_maps to 2 if poll queues are supported
Christoph Hellwig
2018-12-17
nvme-pci: don't share queue maps
Christoph Hellwig
2018-12-11
nvme: fix irq vs io_queue calculations
Jens Axboe
2018-12-04
block: only allow polling if a poll queue_map exists
Christoph Hellwig
2018-12-04
nvme-pci: remove the CQ lock for interrupt driven queues
Christoph Hellwig
2018-12-04
nvme-pci: don't poll from irq context when deleting queues
Christoph Hellwig
2018-12-04
nvme-pci: refactor nvme_disable_io_queues
Christoph Hellwig
2018-12-04
nvme-pci: consolidate code for polling non-dedicated queues
Christoph Hellwig
2018-12-04
nvme-pci: only allow polling with separate poll queues
Christoph Hellwig
2018-12-04
nvme-pci: cleanup SQ allocation a bit
Christoph Hellwig
2018-12-04
nvme-pci: use atomic bitops to mark a queue enabled
Christoph Hellwig
2018-12-04
block: move queues types to the block layer
Christoph Hellwig
2018-11-29
nvme: implement mq_ops->commit_rqs() hook
Jens Axboe
2018-11-26
blk-mq: remove 'tag' parameter from mq_ops->poll()
Jens Axboe
2018-11-26
blk-mq: when polling for IO, look for any completion
Jens Axboe
2018-11-19
nvme: default to 0 poll queues
Jens Axboe
[next]