aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-01nvme: move command size checks to the coreChristoph Hellwig2-28/+30
2019-05-01nvme-fabrics: check more command sizesMinwoo Im1-0/+1
2019-05-01nvme-pci: check more command sizesMinwoo Im1-0/+7
2019-05-01nvme-pci: remove an unneeded variable initializationMinwoo Im1-1/+1
2019-05-01nvme-pci: unquiesce admin queue on shutdownKeith Busch1-1/+4
2019-05-01nvme-pci: shutdown on timeout during deletionKeith Busch1-1/+4
2019-05-01nvme-pci: fix psdt field for single segment sglsKlaus Birkelund Jensen1-0/+1
2019-05-01nvme-multipath: don't print ANA group state by defaultHannes Reinecke1-1/+1
2019-05-01nvme-multipath: split bios with the ns_head bio_set before submittingHannes Reinecke1-0/+8
2019-05-01nvme-tcp: fix possible null deref on a timed out io queue connectSagi Grimberg1-1/+2
2019-04-25nvme: set 0 capacity if namespace block size exceeds PAGE_SIZESagi Grimberg1-1/+6
2019-04-25nvme-tcp: rename function to have nvme_tcp prefixSagi Grimberg1-6/+4
2019-04-25nvme-rdma: fix a NULL deref when an admin connect times outSagi Grimberg1-4/+6
2019-04-25nvme-tcp: fix a NULL deref when an admin connect times outSagi Grimberg1-2/+6
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe2-6/+16
2019-04-11nvme-fc: correct csn initialization and increments on errorJames Smart1-5/+15
2019-04-10nvme: cancel request synchronouslyMing Lei1-1/+1
2019-04-05nvme: log the error status on Identify Namespace failureKenneth Heitke1-1/+1
2019-04-05nvme-pci: tidy up nvme_map_dataChristoph Hellwig1-12/+5
2019-04-05nvme-pci: optimize mapping single segment requests using SGLsChristoph Hellwig1-0/+22
2019-04-05nvme-pci: optimize mapping of small single segment requestsChristoph Hellwig1-5/+40
2019-04-05nvme-pci: remove the inline scatterlist optimizationChristoph Hellwig1-32/+6
2019-04-05nvme-pci: split metadata handling from nvme_map_data / nvme_unmap_dataChristoph Hellwig1-21/+27
2019-04-05nvme-pci: do not build a scatterlist to map metadataChristoph Hellwig1-13/+10
2019-04-05nvme-pci: only call nvme_unmap_data for requests transferring dataChristoph Hellwig1-1/+2
2019-04-05nvme-pci: merge nvme_free_iod into nvme_unmap_dataChristoph Hellwig1-27/+17
2019-04-05nvme-pci: move the call to nvme_cleanup_cmd out of nvme_unmap_dataChristoph Hellwig1-1/+1
2019-04-05nvme-pci: remove nvme_init_iodChristoph Hellwig1-34/+22
2019-04-05nvme-pci: remove unused nvme_iod memberKeith Busch1-2/+0
2019-04-05nvme-pci: remove q_dmadev from nvme_queueKeith Busch1-5/+3
2019-04-05nvme-pci: use a flag for polled queuesKeith Busch1-20/+13
2019-04-05nvme: avoid double dereference to convert le to cpuMax Gurtovoy1-2/+2
2019-03-28nvme-multipath: relax ANA state checkMartin George1-4/+1
2019-03-28nvme-tcp: fix an endianess miss-annotationChristoph Hellwig1-1/+1
2019-03-16Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds7-26/+94
2019-03-13nvme-tcp: support C2HData with SUCCESS flagSagi Grimberg1-4/+28
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-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: 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 Torvalds13-153/+207
2019-03-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-78/+39