aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds13-153/+207
2019-03-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-78/+39
2019-02-21nvme-rdma: use nr_phys_segments when map rq to sglChaitanya Kulkarni1-2/+2
2019-02-20nvme: convert to SPDX identifiersChristoph Hellwig6-46/+6
2019-02-20nvme-pci: convert to SPDX identifiersChristoph Hellwig1-9/+1
2019-02-20nvme-lightnvm: convert to SPDX identifiersChristoph Hellwig1-15/+1
2019-02-20nvme-rdma: convert to SPDX identifiersChristoph Hellwig1-9/+1
2019-02-20nvme-fc: convert to SPDX identifiersChristoph Hellwig1-13/+1
2019-02-20nvme-fabrics: convert to SPDX identifiersChristoph Hellwig2-18/+2
2019-02-20nvme: return error from nvme_alloc_ns()Hannes Reinecke1-10/+21
2019-02-20nvme: avoid that deleting a controller triggers a circular locking complaintBart Van Assche1-2/+3
2019-02-20nvme: introduce a helper function for controller deletionBart Van Assche1-4/+9
2019-02-20nvme: unexport nvme_delete_ctrl_sync()Bart Van Assche2-3/+1
2019-02-20nvme-pci: check kstrtoint() return value in queue_count_set()Bart Van Assche1-0/+2
2019-02-20nvme-fabrics: document the poll function argumentBart Van Assche1-0/+1
2019-02-20nvme-multipath: round-robin I/O policyHannes Reinecke3-1/+100
2019-02-18nvme-pci: Simplify interrupt allocationMing Lei1-76/+38
2019-02-18genirq/affinity: Store interrupt sets size in struct irq_affinityMing Lei1-4/+3
2019-02-15Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe3-11/+20
2019-02-12nvme-pci: add missing unlock for reset errorKeith Busch1-3/+5
2019-02-06nvme-pci: fix rapid add remove sequenceKeith Busch1-10/+12
2019-02-06nvme: lock NS list changes while handling command effectsKeith Busch2-1/+8
2019-02-04nvme: remove the .stop_ctrl calloutSagi Grimberg4-19/+6
2019-02-04nvme: add support for the Write Zeroes commandChaitanya Kulkarni1-2/+50
2019-01-26Merge tag 'for-linus-20190125' of git://git.kernel.dk/linux-blockLinus Torvalds3-31/+55
2019-01-23nvme-multipath: drop optimization for static ANA group IDsHannes Reinecke1-2/+1
2019-01-23nvme-rdma: rework queue maps handlingSagi Grimberg1-13/+25
2019-01-23nvme-tcp: fix timeout handlerSagi Grimberg1-8/+11
2019-01-23nvme-rdma: fix timeout handlerSagi Grimberg1-8/+18
2019-01-20Merge tag 'for-linus-20190118' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+13
2019-01-16nvme-pci: fix nvme_setup_irqs()Ming Lei1-8/+13
2019-01-12Merge tag 'for-linus-20190112' of git://git.kernel.dk/linux-blockLinus Torvalds6-39/+72
2019-01-09nvme: don't initlialize ctrl->cntlid twiceAndrey Smirnov1-1/+0
2019-01-09nvme: introduce NVME_QUIRK_IGNORE_DEV_SUBNQNJames Dingwall3-7/+16
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