aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2019-04-11nvmet: fix discover log page when offsets are usedGravatar Keith Busch 3-23/+51
2019-04-11nvme-fc: correct csn initialization and increments on errorGravatar James Smart 1-5/+15
2019-04-10nvme: cancel request synchronouslyGravatar Ming Lei 1-1/+1
2019-03-28nvmet: fix error flow during ns enableGravatar Max Gurtovoy 1-2/+2
2019-03-28nvmet: fix building bvec from sg listGravatar Ming Lei 1-10/+10
2019-03-28nvme-multipath: relax ANA state checkGravatar Martin George 1-4/+1
2019-03-28nvme-tcp: fix an endianess miss-annotationGravatar Christoph Hellwig 1-1/+1
2019-03-16Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 11-77/+115
2019-03-13nvme-tcp: support C2HData with SUCCESS flagGravatar Sagi Grimberg 1-4/+28
2019-03-13nvmet: ignore EOPNOTSUPP for discardGravatar Christoph Hellwig 2-5/+5
2019-03-13nvme: add proper write zeroes setup for the multipath deviceGravatar Christoph Hellwig 1-3/+3
2019-03-13nvme: add proper discard setup for the multipath deviceGravatar Christoph Hellwig 1-3/+3
2019-03-13nvme: remove nvme_ns_config_oncsGravatar Christoph Hellwig 1-7/+3
2019-03-13nvme: disable Write Zeroes for qemu controllersGravatar Christoph Hellwig 3-2/+9
2019-03-13nvmet-fc: bring Disconnect into compliance with FC-NVME specGravatar James Smart 1-31/+2
2019-03-13nvmet-fc: fix issues with targetport assoc_list list walkingGravatar James Smart 1-5/+4
2019-03-13nvme-fc: reject reconnect if io queue count is reduced to zeroGravatar James Smart 1-0/+12
2019-03-13nvme-fc: fix numa_node when dev is nullGravatar James Smart 1-1/+4
2019-03-13nvme-fc: use nr_phys_segments to determine existence of sglGravatar James Smart 1-4/+15
2019-03-13nvme-loop: init nvmet_ctrl fatal_err_work when allocateGravatar Yufen Yu 1-10/+10
2019-03-13nvme: update comment to make the code easier to readGravatar Yufen Yu 1-2/+2
2019-03-13nvme: put ns_head ref if namespace fails allocationGravatar Sagi Grimberg 1-0/+1
2019-03-13nvme-trace: fix cdw10 buffer overrunGravatar Keith Busch 1-1/+1
2019-03-13nvme: don't warn on block content change effectsGravatar Keith Busch 1-1/+1
2019-03-13nvme: add get-feature to admin cmds tracerGravatar Max Gurtovoy 1-0/+14
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 24-260/+219
2019-03-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-78/+39
2019-02-21nvme-rdma: use nr_phys_segments when map rq to sglGravatar Chaitanya Kulkarni 1-2/+2
2019-02-20nvmet: convert to SPDX identifiersGravatar Christoph Hellwig 7-63/+7
2019-02-20nvmet-rdma: convert to SPDX identifiersGravatar Christoph Hellwig 1-9/+1
2019-02-20nvme-loop: convert to SPDX identifiersGravatar Christoph Hellwig 1-9/+1
2019-02-20nvmet-fcloop: convert to SPDX identifiersGravatar Christoph Hellwig 1-12/+1
2019-02-20nvmet-fc: convert to SPDX identifiersGravatar Christoph Hellwig 1-13/+1
2019-02-20nvme: convert to SPDX identifiersGravatar Christoph Hellwig 6-46/+6
2019-02-20nvme-pci: convert to SPDX identifiersGravatar Christoph Hellwig 1-9/+1
2019-02-20nvme-lightnvm: convert to SPDX identifiersGravatar Christoph Hellwig 1-15/+1
2019-02-20nvme-rdma: convert to SPDX identifiersGravatar Christoph Hellwig 1-9/+1
2019-02-20nvme-fc: convert to SPDX identifiersGravatar Christoph Hellwig 1-13/+1
2019-02-20nvme-fabrics: convert to SPDX identifiersGravatar Christoph Hellwig 2-18/+2
2019-02-20nvme: return error from nvme_alloc_ns()Gravatar Hannes Reinecke 1-10/+21
2019-02-20nvme: avoid that deleting a controller triggers a circular locking complaintGravatar Bart Van Assche 1-2/+3
2019-02-20nvme: introduce a helper function for controller deletionGravatar Bart Van Assche 1-4/+9
2019-02-20nvme: unexport nvme_delete_ctrl_sync()Gravatar Bart Van Assche 2-3/+1
2019-02-20nvme-pci: check kstrtoint() return value in queue_count_set()Gravatar Bart Van Assche 1-0/+2
2019-02-20nvme-fabrics: document the poll function argumentGravatar Bart Van Assche 1-0/+1
2019-02-20nvmet: fix indentationGravatar Bart Van Assche 1-1/+1
2019-02-20nvme-multipath: round-robin I/O policyGravatar Hannes Reinecke 3-1/+100
2019-02-18nvme-pci: Simplify interrupt allocationGravatar Ming Lei 1-76/+38
2019-02-18genirq/affinity: Store interrupt sets size in struct irq_affinityGravatar Ming Lei 1-4/+3
2019-02-15Merge tag 'v5.0-rc6' into for-5.1/blockGravatar Jens Axboe 3-11/+20