summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* nvmet: fix discover log page when offsets are usedKeith Busch2019-04-113-23/+51
* nvme-fc: correct csn initialization and increments on errorJames Smart2019-04-111-5/+15
* nvme: cancel request synchronouslyMing Lei2019-04-101-1/+1
* nvmet: fix error flow during ns enableMax Gurtovoy2019-03-281-2/+2
* nvmet: fix building bvec from sg listMing Lei2019-03-281-10/+10
* 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-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
|\ \ \