summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-1611-77/+115
|\
| * nvme-tcp: support C2HData with SUCCESS flagSagi Grimberg2019-03-131-4/+28
| * nvmet: ignore EOPNOTSUPP for discardChristoph Hellwig2019-03-132-5/+5
| * 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
| * nvmet-fc: bring Disconnect into compliance with FC-NVME specJames Smart2019-03-131-31/+2Star
| * nvmet-fc: fix issues with targetport assoc_list list walkingJames Smart2019-03-131-5/+4Star
| * 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-loop: init nvmet_ctrl fatal_err_work when allocateYufen Yu2019-03-131-10/+10
| * 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-0824-260/+219Star
|\|
| * nvme-rdma: use nr_phys_segments when map rq to sglChaitanya Kulkarni2019-02-211-2/+2
| * nvmet: convert to SPDX identifiersChristoph Hellwig2019-02-207-63/+7Star
| * nvmet-rdma: convert to SPDX identifiersChristoph Hellwig2019-02-201-9/+1Star
| * nvme-loop: convert to SPDX identifiersChristoph Hellwig2019-02-201-9/+1Star
| * nvmet-fcloop: convert to SPDX identifiersChristoph Hellwig2019-02-201-12/+1Star
| * nvmet-fc: convert to SPDX identifiersChristoph Hellwig2019-02-201-13/+1Star
| * 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
| * nvmet: fix indentationBart Van Assche2019-02-201-1/+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-264-32/+69
|\
| * nvme-multipath: drop optimization for static ANA group IDsHannes Reinecke2019-01-241-2/+1Star