summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
Commit message (Expand)AuthorAgeFilesLines
* nvme-pci: trace SQ status on completionsyupeng2018-12-193-0/+28
* nvme-rdma: implement polling queue mapSagi Grimberg2018-12-181-6/+43
* nvme-fabrics: allow user to pass in nr_poll_queuesSagi Grimberg2018-12-182-0/+16
* nvme-fabrics: allow nvmf_connect_io_queue to pollSagi Grimberg2018-12-185-6/+6
* nvme-core: optionally poll sync commandsSagi Grimberg2018-12-183-11/+39
* nvme-tcp: fix spelling mistake "attepmpt" -> "attempt"Colin Ian King2018-12-181-1/+1
* nvme-tcp: fix endianess annotationsChristoph Hellwig2018-12-181-4/+5
* nvme-pci: refactor nvme_poll_irqdisable to make sparse happyChristoph Hellwig2018-12-181-6/+6
* nvme-pci: only set nr_maps to 2 if poll queues are supportedChristoph Hellwig2018-12-181-0/+3
* nvme-pci: don't share queue mapsChristoph Hellwig2018-12-171-5/+1
* nvme: fix kernel paging oopsSagi Grimberg2018-12-131-1/+1
* nvme-rdma: support separate queue maps for read and writeSagi Grimberg2018-12-131-3/+25
* nvme-tcp: support separate queue maps for read and writeSagi Grimberg2018-12-131-6/+41
* nvme-fabrics: allow user to set nr_write_queues for separate queue mapsSagi Grimberg2018-12-132-0/+16
* nvme-fabrics: add missing nvmf_ctrl_options documentationSagi Grimberg2018-12-131-0/+3
* blk-mq-rdma: pass in queue map to blk_mq_rdma_map_queuesSagi Grimberg2018-12-131-1/+1
* nvme: remove nvme_common command cdw10 arrayChaitanya Kulkarni2018-12-133-14/+14
* nvme: provide fallback for discard alloc failureJens Axboe2018-12-132-6/+38
* nvme: add __exit annotationChengguang Xu2018-12-132-2/+2
* nvme-tcp: add NVMe over TCP host driverSagi Grimberg2018-12-133-0/+2260
* nvme-fabrics: allow user passing data digestSagi Grimberg2018-12-132-0/+7
* nvme-fabrics: allow user passing header digestSagi Grimberg2018-12-132-0/+7
* 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