summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
Commit message (Expand)AuthorAgeFilesLines
* lightnvm: disable interleaved metadataIgor Konopko2018-12-111-0/+1
* lightnvm: dynamic DMA pool entry sizeIgor Konopko2018-12-111-2/+3
* lightnvm: simplify geometry enumerationMatias Bjørling2018-12-113-23/+15
* lightnvm: Fix uninitialized return value in nvm_get_chunk_meta()Geert Uytterhoeven2018-12-111-1/+2
* nvme: fix irq vs io_queue calculationsJens Axboe2018-12-111-35/+29
* Merge tag 'v4.20-rc6' into for-4.21/blockJens Axboe2018-12-091-1/+9
|\
| * nvme: validate controller state before rescheduling keep aliveJames Smart2018-12-071-1/+9
* | nvme: remove unused function nvme_ctrl_readyIsrael Rukshin2018-12-071-9/+0
* | nvme: implement Enhanced Command RetryKeith Busch2018-12-072-2/+46
* | nvme: Remove unused forward declarationIsrael Rukshin2018-12-071-1/+0
* | nvme: disable fabrics SQ flow control when asked by the userSagi Grimberg2018-12-072-1/+14
* | nvme: support traffic based keep-aliveSagi Grimberg2018-12-072-0/+14
* | nvme: cache controller attributesSagi Grimberg2018-12-072-0/+2
* | nvme: add a numa_node field to struct nvme_ctrlHannes Reinecke2018-12-075-7/+12
* | nvme: consolidate memset calls in the nvme_setup_cmd pathChaitanya Kulkarni2018-12-071-3/+1
* | block: only allow polling if a poll queue_map existsChristoph Hellwig2018-12-041-20/+9
* | nvme-mpath: remove I/O polling supportChristoph Hellwig2018-12-041-16/+0
* | nvme-rdma: remove I/O polling supportChristoph Hellwig2018-12-041-24/+0
* | nvme-pci: remove the CQ lock for interrupt driven queuesChristoph Hellwig2018-12-041-11/+26
* | nvme-pci: don't poll from irq context when deleting queuesChristoph Hellwig2018-12-041-8/+19
* | nvme-pci: refactor nvme_disable_io_queuesChristoph Hellwig2018-12-041-21/+20
* | nvme-pci: consolidate code for polling non-dedicated queuesChristoph Hellwig2018-12-041-23/+12
* | nvme-pci: only allow polling with separate poll queuesChristoph Hellwig2018-12-041-13/+5
* | nvme-pci: cleanup SQ allocation a bitChristoph Hellwig2018-12-041-18/+15
* | nvme-pci: use atomic bitops to mark a queue enabledChristoph Hellwig2018-12-041-28/+15
* | block: move queues types to the block layerChristoph Hellwig2018-12-041-43/+25
* | Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe2018-12-044-14/+74
|\|
| * nvme-rdma: fix double freeing of async event dataPrabhath Sajeepa2018-11-301-0/+2
| * nvme: flush namespace scanning work just before removing namespacesSagi Grimberg2018-11-301-1/+3
| * nvme: warn when finding multi-port subsystems without multipathing enabledChristoph Hellwig2018-11-301-0/+3
| * nvme-pci: fix surprise removalIgor Konopko2018-11-271-1/+1
| * nvme-fc: initialize nvme_req(rq)->ctrl after calling __nvme_fc_init_request()Ewan D. Milne2018-11-271-1/+1
| * nvme: Free ctrl device name on init failureKeith Busch2018-11-271-1/+1
| * nvme-fc: resolve io failures during connectJames Smart2018-11-151-10/+63
* | nvme: implement mq_ops->commit_rqs() hookJens Axboe2018-11-291-8/+39
* | block: make blk_poll() take a parameter on whether to spin or notJens Axboe2018-11-261-2/+2
* | blk-mq: remove 'tag' parameter from mq_ops->poll()Jens Axboe2018-11-262-5/+5
* | blk-mq: when polling for IO, look for any completionJens Axboe2018-11-262-31/+22
* | nvme-fc: remove ->poll implementationJens Axboe2018-11-191-33/+0
* | block: have ->poll_fn() return number of entries polledJens Axboe2018-11-191-2/+2
* | nvme: default to 0 poll queuesJens Axboe2018-11-191-1/+1
* | Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe2018-11-182-1/+4
|\|
| * nvme: make sure ns head inherits underlying device limitsSagi Grimberg2018-11-092-1/+4
* | nvme: provide optimized poll function for separate poll queuesJens Axboe2018-11-161-8/+37
* | nvme: fix handling of EINVAL on pci_alloc_irq_vectors_affinity()Jens Axboe2018-11-151-9/+11
* | block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig2018-11-151-1/+1
* | nvme: fix boot hang with only being able to get one IRQ vectorJens Axboe2018-11-141-3/+10
* | blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe2018-11-083-4/+5
* | nvme: add separate poll queue mapJens Axboe2018-11-071-17/+80
* | nvme: utilize two queue maps, one for reads and one for writesJens Axboe2018-11-071-19/+181