aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-19nvme-pci: trace SQ status on completionsyupeng3-0/+28
2018-12-18nvme-rdma: implement polling queue mapSagi Grimberg1-6/+43
2018-12-18nvme-fabrics: allow user to pass in nr_poll_queuesSagi Grimberg2-0/+16
2018-12-18nvme-fabrics: allow nvmf_connect_io_queue to pollSagi Grimberg5-6/+6
2018-12-18nvme-core: optionally poll sync commandsSagi Grimberg3-11/+39
2018-12-18nvme-tcp: fix spelling mistake "attepmpt" -> "attempt"Colin Ian King1-1/+1
2018-12-18nvme-tcp: fix endianess annotationsChristoph Hellwig1-4/+5
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-13nvme: fix kernel paging oopsSagi Grimberg1-1/+1
2018-12-13nvme-rdma: support separate queue maps for read and writeSagi Grimberg1-3/+25
2018-12-13nvme-tcp: support separate queue maps for read and writeSagi Grimberg1-6/+41
2018-12-13nvme-fabrics: allow user to set nr_write_queues for separate queue mapsSagi Grimberg2-0/+16
2018-12-13nvme-fabrics: add missing nvmf_ctrl_options documentationSagi Grimberg1-0/+3
2018-12-13blk-mq-rdma: pass in queue map to blk_mq_rdma_map_queuesSagi Grimberg1-1/+1
2018-12-13nvme: remove nvme_common command cdw10 arrayChaitanya Kulkarni3-14/+14
2018-12-13nvme: provide fallback for discard alloc failureJens Axboe2-6/+38
2018-12-13nvme: add __exit annotationChengguang Xu2-2/+2
2018-12-13nvme-tcp: add NVMe over TCP host driverSagi Grimberg3-0/+2260
2018-12-13nvme-fabrics: allow user passing data digestSagi Grimberg2-0/+7
2018-12-13nvme-fabrics: allow user passing header digestSagi Grimberg2-0/+7
2018-12-11lightnvm: disable interleaved metadataIgor Konopko1-0/+1
2018-12-11lightnvm: dynamic DMA pool entry sizeIgor Konopko1-2/+3
2018-12-11lightnvm: simplify geometry enumerationMatias Bjørling3-23/+15
2018-12-11lightnvm: Fix uninitialized return value in nvm_get_chunk_meta()Geert Uytterhoeven1-1/+2
2018-12-11nvme: fix irq vs io_queue calculationsJens Axboe1-35/+29
2018-12-09Merge tag 'v4.20-rc6' into for-4.21/blockJens Axboe1-1/+9
2018-12-07nvme: remove unused function nvme_ctrl_readyIsrael Rukshin1-9/+0
2018-12-07nvme: implement Enhanced Command RetryKeith Busch2-2/+46
2018-12-07nvme: Remove unused forward declarationIsrael Rukshin1-1/+0
2018-12-07nvme: disable fabrics SQ flow control when asked by the userSagi Grimberg2-1/+14
2018-12-07nvme: support traffic based keep-aliveSagi Grimberg2-0/+14
2018-12-07nvme: cache controller attributesSagi Grimberg2-0/+2
2018-12-07nvme: add a numa_node field to struct nvme_ctrlHannes Reinecke5-7/+12
2018-12-07nvme: consolidate memset calls in the nvme_setup_cmd pathChaitanya Kulkarni1-3/+1
2018-12-07nvme: validate controller state before rescheduling keep aliveJames Smart1-1/+9
2018-12-04block: only allow polling if a poll queue_map existsChristoph Hellwig1-20/+9
2018-12-04nvme-mpath: remove I/O polling supportChristoph Hellwig1-16/+0
2018-12-04nvme-rdma: remove I/O polling supportChristoph Hellwig1-24/+0
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
2018-12-04nvme-pci: use atomic bitops to mark a queue enabledChristoph Hellwig1-28/+15
2018-12-04block: move queues types to the block layerChristoph Hellwig1-43/+25
2018-12-04Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe4-14/+74
2018-11-30nvme-rdma: fix double freeing of async event dataPrabhath Sajeepa1-0/+2