summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvme: rename AMS symbolic constants to fit specificationMax Gurtovoy2017-08-281-1/+1
* nvme: fix identify namespace loggingSagi Grimberg2017-08-281-1/+1
* nvme-fabrics: log a warning if hostid is invalidGuan Junxiong2017-08-281-0/+1
* nvme-rdma: call ops->reg_read64 instead of nvmf_reg_read64Sagi Grimberg2017-08-281-1/+1
* nvme-rdma: cleanup error path in controller resetSagi Grimberg2017-08-281-23/+9
* nvme-rdma: introduce nvme_rdma_start_queueSagi Grimberg2017-08-281-12/+24
* nvme-rdma: rename nvme_rdma_init_queue to nvme_rdma_alloc_queueSagi Grimberg2017-08-281-10/+7
* nvme-rdma: stop queues instead of simply flipping their stateSagi Grimberg2017-08-281-5/+4
* nvme-rdma: introduce configure/destroy io queuesSagi Grimberg2017-08-281-81/+81
* nvme-rdma: reuse configure/destroy_admin_queueSagi Grimberg2017-08-281-18/+2
* nvme-rdma: don't free tagset on resetsSagi Grimberg2017-08-281-19/+30
* nvme-rdma: disable the controller on resetsSagi Grimberg2017-08-281-4/+6
* nvme-rdma: move tagset allocation to a dedicated routineSagi Grimberg2017-08-281-56/+75
* nvme: Add admin_tagset pointer to nvme_ctrlSagi Grimberg2017-08-284-0/+4
* nvme-rdma: move nvme_rdma_configure_admin_queue code locationSagi Grimberg2017-08-281-91/+94
* nvme-rdma: remove NVME_RDMA_MAX_SEGMENT_SIZEJohannes Thumshirn2017-08-281-2/+0
* nvme: add support for NVMe 1.3 Timestamp FeatureJon Derrick2017-08-281-0/+21
* nvme: define NVME_NSID_ALLArnav Dawn2017-08-281-3/+3
* nvme: add support for FW activation without resetArnav Dawn2017-08-282-0/+77
* Merge tag 'v4.13-rc7' into for-4.14/block-postmergeJens Axboe2017-08-283-25/+36
|\
| * nvme-pci: set cqe_seen on polled completionsKeith Busch2017-08-181-3/+2
| * nvme-fabrics: fix reporting of unrecognized optionsChristoph Hellwig2017-08-171-1/+2
| * nvme: fix directive command numd calculationKwan (Hingkwan) Huen-SSI2017-08-101-1/+1
| * nvme: fix nvme reset command timeout handlingKeith Busch2017-08-101-7/+20
| * nvme-pci: fix CMB sysfs file removal in reset pathMax Gurtovoy2017-08-101-11/+7
| * nvme: strip trailing 0-bytes in wwid_showMartin Wilck2017-08-101-2/+4
* | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-232-22/+4
* | blk-mq: Make blk_mq_reinit_tagset() calls easier to readBart Van Assche2017-08-182-8/+7
|/
* nvme: validate admin queue before unquiesceScott Bauer2017-07-261-1/+2
* nvme-pci: fix HMB size calculationChristoph Hellwig2017-07-251-3/+3
* nvme-fc: revise TRADDR parsingJames Smart2017-07-251-49/+53
* nvme-fc: address target disconnect race conditions in fcp io submitJames Smart2017-07-251-8/+11
* nvme: also provide a UUID in the WWID sysfs attributeJohannes Thumshirn2017-07-251-0/+3
* nvme-pci: Fix an error handling path in 'nvme_probe()'Christophe JAILLET2017-07-201-3/+4
* nvme-pci: Remove nvme_setup_prps BUG_ONKeith Busch2017-07-201-8/+25
* nvme-pci: add another device ID with stripe quirkDavid Wayne Fugate2017-07-201-0/+3
* nvme: fix byte swapping in the streams codeChristoph Hellwig2017-07-201-1/+1
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-125-159/+172
|\
| * Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linusJens Axboe2017-07-105-159/+172
| |\
| | * nvme-pci: add module parameter for io queue depthweiping zhang2017-07-101-2/+22
| | * nvme-pci: compile warnings in nvme_alloc_host_mem()Dan Carpenter2017-07-101-2/+3
| | * nvme-rdma: unconditionally recycle the request mrSagi Grimberg2017-07-061-3/+0
| | * nvme: split nvme_uninit_ctrl into stop and uninitSagi Grimberg2017-07-065-47/+37
| | * nvme: kick requeue list when requeueing a request instead of when starting th...Sagi Grimberg2017-07-061-17/+2
| | * nvme-pci: quiesce/unquiesce admin_q instead of start/stop its hw queuesSagi Grimberg2017-07-061-3/+3
| | * nvme-fc: quiesce/unquiesce admin_q instead of start/stop its hw queuesSagi Grimberg2017-07-061-2/+3
| | * nvme-rdma: quiesce/unquiesce admin_q instead of start/stop its hw queuesSagi Grimberg2017-07-061-3/+4
| | * nvme-rdma: remove race conditions from IB signallingMarta Rybczynska2017-07-061-10/+10
| | * nvme-fc: use blk_mq_delay_run_hw_queue instead of open-coding itSagi Grimberg2017-07-041-4/+3
| | * nvme-fc: update tagset nr_hw_queues after queues reinitSagi Grimberg2017-07-041-0/+2