summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
Commit message (Expand)AuthorAgeFilesLines
* nvme-fc: correct csn initialization and increments on errorJames Smart2019-04-111-5/+15
* nvme: cancel request synchronouslyMing Lei2019-04-101-1/+1
* nvme-multipath: relax ANA state checkMartin George2019-03-281-4/+1Star
* nvme-tcp: fix an endianess miss-annotationChristoph Hellwig2019-03-281-1/+1
* Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-167-26/+94
|\
| * nvme-tcp: support C2HData with SUCCESS flagSagi Grimberg2019-03-131-4/+28
| * nvme: add proper write zeroes setup for the multipath deviceChristoph Hellwig2019-03-131-3/+3
| * nvme: add proper discard setup for the multipath deviceChristoph Hellwig2019-03-131-3/+3
| * nvme: remove nvme_ns_config_oncsChristoph Hellwig2019-03-131-7/+3Star
| * nvme: disable Write Zeroes for qemu controllersChristoph Hellwig2019-03-133-2/+9
| * nvme-fc: reject reconnect if io queue count is reduced to zeroJames Smart2019-03-131-0/+12
| * nvme-fc: fix numa_node when dev is nullJames Smart2019-03-131-1/+4
| * nvme-fc: use nr_phys_segments to determine existence of sglJames Smart2019-03-131-4/+15
| * nvme: update comment to make the code easier to readYufen Yu2019-03-131-2/+2
| * nvme: put ns_head ref if namespace fails allocationSagi Grimberg2019-03-131-0/+1
| * nvme-trace: fix cdw10 buffer overrunKeith Busch2019-03-131-1/+1
| * nvme: don't warn on block content change effectsKeith Busch2019-03-131-1/+1
| * nvme: add get-feature to admin cmds tracerMax Gurtovoy2019-03-131-0/+14
* | Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-0813-153/+207
|\|
| * nvme-rdma: use nr_phys_segments when map rq to sglChaitanya Kulkarni2019-02-211-2/+2
| * nvme: convert to SPDX identifiersChristoph Hellwig2019-02-206-46/+6Star
| * nvme-pci: convert to SPDX identifiersChristoph Hellwig2019-02-201-9/+1Star
| * nvme-lightnvm: convert to SPDX identifiersChristoph Hellwig2019-02-201-15/+1Star
| * nvme-rdma: convert to SPDX identifiersChristoph Hellwig2019-02-201-9/+1Star
| * nvme-fc: convert to SPDX identifiersChristoph Hellwig2019-02-201-13/+1Star
| * nvme-fabrics: convert to SPDX identifiersChristoph Hellwig2019-02-202-18/+2Star
| * nvme: return error from nvme_alloc_ns()Hannes Reinecke2019-02-201-10/+21
| * nvme: avoid that deleting a controller triggers a circular locking complaintBart Van Assche2019-02-201-2/+3
| * nvme: introduce a helper function for controller deletionBart Van Assche2019-02-201-4/+9
| * nvme: unexport nvme_delete_ctrl_sync()Bart Van Assche2019-02-202-3/+1Star
| * nvme-pci: check kstrtoint() return value in queue_count_set()Bart Van Assche2019-02-201-0/+2
| * nvme-fabrics: document the poll function argumentBart Van Assche2019-02-201-0/+1
| * nvme-multipath: round-robin I/O policyHannes Reinecke2019-02-203-1/+100
| * Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe2019-02-153-11/+20
| |\
| * | nvme: remove the .stop_ctrl calloutSagi Grimberg2019-02-044-19/+6Star
| * | nvme: add support for the Write Zeroes commandChaitanya Kulkarni2019-02-041-2/+50
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-03-051-78/+39Star
|\ \ \
| * | | nvme-pci: Simplify interrupt allocationMing Lei2019-02-181-76/+38Star
| * | | genirq/affinity: Store interrupt sets size in struct irq_affinityMing Lei2019-02-181-4/+3Star
| |/ /
* | / nvme-pci: add missing unlock for reset errorKeith Busch2019-02-121-3/+5
| |/ |/|
* | nvme-pci: fix rapid add remove sequenceKeith Busch2019-02-061-10/+12
* | nvme: lock NS list changes while handling command effectsKeith Busch2019-02-062-1/+8
|/
* Merge tag 'for-linus-20190125' of git://git.kernel.dk/linux-blockLinus Torvalds2019-01-263-31/+55
|\
| * nvme-multipath: drop optimization for static ANA group IDsHannes Reinecke2019-01-241-2/+1Star
| * nvme-rdma: rework queue maps handlingSagi Grimberg2019-01-241-13/+25
| * nvme-tcp: fix timeout handlerSagi Grimberg2019-01-241-8/+11
| * nvme-rdma: fix timeout handlerSagi Grimberg2019-01-241-8/+18
* | Merge tag 'for-linus-20190118' of git://git.kernel.dk/linux-blockLinus Torvalds2019-01-191-8/+13
|\|
| * nvme-pci: fix nvme_setup_irqs()Ming Lei2019-01-161-8/+13
* | Merge tag 'for-linus-20190112' of git://git.kernel.dk/linux-blockLinus Torvalds2019-01-126-39/+72
|\|