summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
2019-01-09nvme: pad fake subsys NQN vid and ssvid with zerosKeith Busch1-1/+1
2019-01-09nvme-multipath: zero out ANA log bufferHannes Reinecke1-0/+2
2019-01-09nvme-fabrics: unset write/poll queues for discovery controllersSagi Grimberg1-0/+2
2019-01-09nvme-tcp: don't ask if controller is fabricsSagi Grimberg1-9/+6
2019-01-09nvme-tcp: remove dead codeSagi Grimberg1-1/+0
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 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-10Merge tag 'v4.20-rc6' into for-4.21/blockJens Axboe1-1/+9
2018-12-08nvme: remove unused function nvme_ctrl_readyIsrael Rukshin1-9/+0
2018-12-08nvme: implement Enhanced Command RetryKeith Busch2-2/+46
2018-12-08nvme: Remove unused forward declarationIsrael Rukshin1-1/+0
2018-12-08nvme: disable fabrics SQ flow control when asked by the userSagi Grimberg2-1/+14
2018-12-08nvme: support traffic based keep-aliveSagi Grimberg2-0/+14
2018-12-08nvme: cache controller attributesSagi Grimberg2-0/+2
2018-12-08nvme: add a numa_node field to struct nvme_ctrlHannes Reinecke5-7/+12
2018-12-08nvme: 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