aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
2019-04-11nvmet: fix discover log page when offsets are usedKeith Busch
2019-04-11nvme-fc: correct csn initialization and increments on errorJames Smart
2019-04-10nvme: cancel request synchronouslyMing Lei
2019-03-28nvmet: fix error flow during ns enableMax Gurtovoy
2019-03-28nvmet: fix building bvec from sg listMing Lei
2019-03-28nvme-multipath: relax ANA state checkMartin George
2019-03-28nvme-tcp: fix an endianess miss-annotationChristoph Hellwig
2019-03-16Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-03-13nvme-tcp: support C2HData with SUCCESS flagSagi Grimberg
2019-03-13nvmet: ignore EOPNOTSUPP for discardChristoph Hellwig
2019-03-13nvme: add proper write zeroes setup for the multipath deviceChristoph Hellwig
2019-03-13nvme: add proper discard setup for the multipath deviceChristoph Hellwig
2019-03-13nvme: remove nvme_ns_config_oncsChristoph Hellwig
2019-03-13nvme: disable Write Zeroes for qemu controllersChristoph Hellwig
2019-03-13nvmet-fc: bring Disconnect into compliance with FC-NVME specJames Smart
2019-03-13nvmet-fc: fix issues with targetport assoc_list list walkingJames Smart
2019-03-13nvme-fc: reject reconnect if io queue count is reduced to zeroJames Smart
2019-03-13nvme-fc: fix numa_node when dev is nullJames Smart
2019-03-13nvme-fc: use nr_phys_segments to determine existence of sglJames Smart
2019-03-13nvme-loop: init nvmet_ctrl fatal_err_work when allocateYufen Yu
2019-03-13nvme: update comment to make the code easier to readYufen Yu
2019-03-13nvme: put ns_head ref if namespace fails allocationSagi Grimberg
2019-03-13nvme-trace: fix cdw10 buffer overrunKeith Busch
2019-03-13nvme: don't warn on block content change effectsKeith Busch
2019-03-13nvme: add get-feature to admin cmds tracerMax Gurtovoy
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-03-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-02-21nvme-rdma: use nr_phys_segments when map rq to sglChaitanya Kulkarni
2019-02-20nvmet: convert to SPDX identifiersChristoph Hellwig
2019-02-20nvmet-rdma: convert to SPDX identifiersChristoph Hellwig
2019-02-20nvme-loop: convert to SPDX identifiersChristoph Hellwig
2019-02-20nvmet-fcloop: convert to SPDX identifiersChristoph Hellwig
2019-02-20nvmet-fc: convert to SPDX identifiersChristoph Hellwig
2019-02-20nvme: convert to SPDX identifiersChristoph Hellwig
2019-02-20nvme-pci: convert to SPDX identifiersChristoph Hellwig
2019-02-20nvme-lightnvm: convert to SPDX identifiersChristoph Hellwig
2019-02-20nvme-rdma: convert to SPDX identifiersChristoph Hellwig
2019-02-20nvme-fc: convert to SPDX identifiersChristoph Hellwig
2019-02-20nvme-fabrics: convert to SPDX identifiersChristoph Hellwig
2019-02-20nvme: return error from nvme_alloc_ns()Hannes Reinecke
2019-02-20nvme: avoid that deleting a controller triggers a circular locking complaintBart Van Assche
2019-02-20nvme: introduce a helper function for controller deletionBart Van Assche
2019-02-20nvme: unexport nvme_delete_ctrl_sync()Bart Van Assche
2019-02-20nvme-pci: check kstrtoint() return value in queue_count_set()Bart Van Assche
2019-02-20nvme-fabrics: document the poll function argumentBart Van Assche
2019-02-20nvmet: fix indentationBart Van Assche
2019-02-20nvme-multipath: round-robin I/O policyHannes Reinecke
2019-02-18nvme-pci: Simplify interrupt allocationMing Lei
2019-02-18genirq/affinity: Store interrupt sets size in struct irq_affinityMing Lei
2019-02-15Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe