summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
Commit message (Expand)AuthorAgeFilesLines
* nvme-multipath: don't print ANA group state by defaultHannes Reinecke2019-05-011-1/+1
* nvme-multipath: split bios with the ns_head bio_set before submittingHannes Reinecke2019-05-011-0/+8
* nvme-tcp: fix possible null deref on a timed out io queue connectSagi Grimberg2019-05-011-1/+2
* nvme: set 0 capacity if namespace block size exceeds PAGE_SIZESagi Grimberg2019-04-251-1/+6
* nvme-tcp: rename function to have nvme_tcp prefixSagi Grimberg2019-04-251-6/+4
* nvme-rdma: fix a NULL deref when an admin connect times outSagi Grimberg2019-04-251-4/+6
* nvme-tcp: fix a NULL deref when an admin connect times outSagi Grimberg2019-04-251-2/+6
* Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe2019-04-222-6/+16
|\
| * nvme-fc: correct csn initialization and increments on errorJames Smart2019-04-111-5/+15
| * nvme: cancel request synchronouslyMing Lei2019-04-101-1/+1
* | nvme: log the error status on Identify Namespace failureKenneth Heitke2019-04-051-1/+1
* | nvme-pci: tidy up nvme_map_dataChristoph Hellwig2019-04-051-12/+5
* | nvme-pci: optimize mapping single segment requests using SGLsChristoph Hellwig2019-04-051-0/+22
* | nvme-pci: optimize mapping of small single segment requestsChristoph Hellwig2019-04-051-5/+40
* | nvme-pci: remove the inline scatterlist optimizationChristoph Hellwig2019-04-051-32/+6
* | nvme-pci: split metadata handling from nvme_map_data / nvme_unmap_dataChristoph Hellwig2019-04-051-21/+27
* | nvme-pci: do not build a scatterlist to map metadataChristoph Hellwig2019-04-051-13/+10
* | nvme-pci: only call nvme_unmap_data for requests transferring dataChristoph Hellwig2019-04-051-1/+2
* | nvme-pci: merge nvme_free_iod into nvme_unmap_dataChristoph Hellwig2019-04-051-27/+17
* | nvme-pci: move the call to nvme_cleanup_cmd out of nvme_unmap_dataChristoph Hellwig2019-04-051-1/+1
* | nvme-pci: remove nvme_init_iodChristoph Hellwig2019-04-051-34/+22
* | nvme-pci: remove unused nvme_iod memberKeith Busch2019-04-051-2/+0
* | nvme-pci: remove q_dmadev from nvme_queueKeith Busch2019-04-051-5/+3
* | nvme-pci: use a flag for polled queuesKeith Busch2019-04-051-20/+13
* | nvme: avoid double dereference to convert le to cpuMax Gurtovoy2019-04-051-2/+2
|/
* nvme-multipath: relax ANA state checkMartin George2019-03-281-4/+1
* 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-167-26/+94
|\
| * nvme-tcp: support C2HData with SUCCESS flagSagi Grimberg2019-03-131-4/+28
| * 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/+3
| * nvme: disable Write Zeroes for qemu controllersChristoph Hellwig2019-03-133-2/+9
| * 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: 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-0813-153/+207
|\|
| * nvme-rdma: use nr_phys_segments when map rq to sglChaitanya Kulkarni2019-02-211-2/+2
| * nvme: convert to SPDX identifiersChristoph Hellwig2019-02-206-46/+6
| * nvme-pci: convert to SPDX identifiersChristoph Hellwig2019-02-201-9/+1
| * nvme-lightnvm: convert to SPDX identifiersChristoph Hellwig2019-02-201-15/+1
| * nvme-rdma: convert to SPDX identifiersChristoph Hellwig2019-02-201-9/+1
| * nvme-fc: convert to SPDX identifiersChristoph Hellwig2019-02-201-13/+1
| * nvme-fabrics: convert to SPDX identifiersChristoph Hellwig2019-02-202-18/+2
| * nvme: return error from nvme_alloc_ns()Hannes Reinecke2019-02-201-10/+21