aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
2017-08-28nvme-rdma: introduce nvme_rdma_start_queueSagi Grimberg1-12/+24
2017-08-28nvme-rdma: rename nvme_rdma_init_queue to nvme_rdma_alloc_queueSagi Grimberg1-10/+7
2017-08-28nvme-rdma: stop queues instead of simply flipping their stateSagi Grimberg1-5/+4
2017-08-28nvme-rdma: introduce configure/destroy io queuesSagi Grimberg1-81/+81
2017-08-28nvme-rdma: reuse configure/destroy_admin_queueSagi Grimberg1-18/+2
2017-08-28nvme-rdma: don't free tagset on resetsSagi Grimberg1-19/+30
2017-08-28nvme-rdma: disable the controller on resetsSagi Grimberg1-4/+6
2017-08-28nvme-rdma: move tagset allocation to a dedicated routineSagi Grimberg1-56/+75
2017-08-28nvme: Add admin_tagset pointer to nvme_ctrlSagi Grimberg4-0/+4
2017-08-28nvme-rdma: move nvme_rdma_configure_admin_queue code locationSagi Grimberg1-91/+94
2017-08-28nvme-rdma: remove NVME_RDMA_MAX_SEGMENT_SIZEJohannes Thumshirn1-2/+0
2017-08-28nvme: add support for NVMe 1.3 Timestamp FeatureJon Derrick1-0/+21
2017-08-28nvme: define NVME_NSID_ALLArnav Dawn1-3/+3
2017-08-28nvme: add support for FW activation without resetArnav Dawn2-0/+77
2017-08-28Merge tag 'v4.13-rc7' into for-4.14/block-postmergeJens Axboe3-25/+36
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2-22/+4
2017-08-18Merge branch 'misc' into k.o/for-nextDoug Ledford1-5/+0
2017-08-18nvme-rdma: remove redundant empty device add calloutSagi Grimberg1-5/+0
2017-08-18blk-mq: Make blk_mq_reinit_tagset() calls easier to readBart Van Assche2-8/+7
2017-08-18nvme-pci: set cqe_seen on polled completionsKeith Busch1-3/+2
2017-08-17nvme-fabrics: fix reporting of unrecognized optionsChristoph Hellwig1-1/+2
2017-08-10nvme: fix directive command numd calculationKwan (Hingkwan) Huen-SSI1-1/+1
2017-08-10nvme: fix nvme reset command timeout handlingKeith Busch1-7/+20
2017-08-10nvme-pci: fix CMB sysfs file removal in reset pathMax Gurtovoy1-11/+7
2017-08-10nvme: strip trailing 0-bytes in wwid_showMartin Wilck1-2/+4
2017-08-08nvme-rdma: use intelligent affinity based queue mappingsSagi Grimberg1-7/+22
2017-07-26nvme: validate admin queue before unquiesceScott Bauer1-1/+2
2017-07-25nvme-pci: fix HMB size calculationChristoph Hellwig1-3/+3
2017-07-25nvme-fc: revise TRADDR parsingJames Smart1-49/+53
2017-07-25nvme-fc: address target disconnect race conditions in fcp io submitJames Smart1-8/+11
2017-07-25nvme: also provide a UUID in the WWID sysfs attributeJohannes Thumshirn1-0/+3
2017-07-20nvme-pci: Fix an error handling path in 'nvme_probe()'Christophe JAILLET1-3/+4
2017-07-20nvme-pci: Remove nvme_setup_prps BUG_ONKeith Busch1-8/+25
2017-07-20nvme-pci: add another device ID with stripe quirkDavid Wayne Fugate1-0/+3
2017-07-20nvme: fix byte swapping in the streams codeChristoph Hellwig1-1/+1
2017-07-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds5-159/+172
2017-07-10Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linusJens Axboe5-159/+172
2017-07-10nvme-pci: add module parameter for io queue depthweiping zhang1-2/+22
2017-07-10nvme-pci: compile warnings in nvme_alloc_host_mem()Dan Carpenter1-2/+3
2017-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-6/+9
2017-07-06nvme-rdma: unconditionally recycle the request mrSagi Grimberg1-3/+0
2017-07-06nvme: split nvme_uninit_ctrl into stop and uninitSagi Grimberg5-47/+37
2017-07-06nvme: kick requeue list when requeueing a request instead of when starting the queuesSagi Grimberg1-17/+2
2017-07-06nvme-pci: quiesce/unquiesce admin_q instead of start/stop its hw queuesSagi Grimberg1-3/+3
2017-07-06nvme-fc: quiesce/unquiesce admin_q instead of start/stop its hw queuesSagi Grimberg1-2/+3
2017-07-06nvme-rdma: quiesce/unquiesce admin_q instead of start/stop its hw queuesSagi Grimberg1-3/+4
2017-07-06nvme-rdma: remove race conditions from IB signallingMarta Rybczynska1-10/+10
2017-07-04nvme-fc: use blk_mq_delay_run_hw_queue instead of open-coding itSagi Grimberg1-4/+3
2017-07-04nvme-fc: update tagset nr_hw_queues after queues reinitSagi Grimberg1-0/+2
2017-07-04nvme-rdma: update tagset nr_hw_queues after reconnecting/resettingSagi Grimberg1-0/+6