aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-16Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds11-77/+115
2019-03-13nvme-tcp: support C2HData with SUCCESS flagSagi Grimberg1-4/+28
2019-03-13nvmet: ignore EOPNOTSUPP for discardChristoph Hellwig2-5/+5
2019-03-13nvme: add proper write zeroes setup for the multipath deviceChristoph Hellwig1-3/+3
2019-03-13nvme: add proper discard setup for the multipath deviceChristoph Hellwig1-3/+3
2019-03-13nvme: remove nvme_ns_config_oncsChristoph Hellwig1-7/+3
2019-03-13nvme: disable Write Zeroes for qemu controllersChristoph Hellwig3-2/+9
2019-03-13nvmet-fc: bring Disconnect into compliance with FC-NVME specJames Smart1-31/+2
2019-03-13nvmet-fc: fix issues with targetport assoc_list list walkingJames Smart1-5/+4
2019-03-13nvme-fc: reject reconnect if io queue count is reduced to zeroJames Smart1-0/+12
2019-03-13nvme-fc: fix numa_node when dev is nullJames Smart1-1/+4
2019-03-13nvme-fc: use nr_phys_segments to determine existence of sglJames Smart1-4/+15
2019-03-13nvme-loop: init nvmet_ctrl fatal_err_work when allocateYufen Yu1-10/+10
2019-03-13nvme: update comment to make the code easier to readYufen Yu1-2/+2
2019-03-13nvme: put ns_head ref if namespace fails allocationSagi Grimberg1-0/+1
2019-03-13nvme-trace: fix cdw10 buffer overrunKeith Busch1-1/+1
2019-03-13nvme: don't warn on block content change effectsKeith Busch1-1/+1
2019-03-13nvme: add get-feature to admin cmds tracerMax Gurtovoy1-0/+14
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds24-260/+219
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-20nvmet: convert to SPDX identifiersChristoph Hellwig7-63/+7
2019-02-20nvmet-rdma: convert to SPDX identifiersChristoph Hellwig1-9/+1
2019-02-20nvme-loop: convert to SPDX identifiersChristoph Hellwig1-9/+1
2019-02-20nvmet-fcloop: convert to SPDX identifiersChristoph Hellwig1-12/+1
2019-02-20nvmet-fc: convert to SPDX identifiersChristoph Hellwig1-13/+1
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-20nvmet: fix indentationBart Van Assche1-1/+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 Torvalds4-32/+69
2019-01-23nvme-multipath: drop optimization for static ANA group IDsHannes Reinecke1-2/+1