summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge tag 'v4.13-rc7' into for-4.14/block-postmergeJens Axboe2017-08-283-25/+36
| |\
* | \ Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-074-30/+11
|\ \ \ | |/ /
| * | 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
* | | Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-031-12/+22
|\ \ \
| * \ \ Merge branch 'misc' into k.o/for-nextDoug Ledford2017-08-181-5/+0
| |\ \ \
| | * | | nvme-rdma: remove redundant empty device add calloutSagi Grimberg2017-08-181-5/+0
| * | | | nvme-rdma: use intelligent affinity based queue mappingsSagi Grimberg2017-08-081-7/+22
| |/ / /
* | | | nvme-pci: use dma memory for the host memory buffer descriptorsChristoph Hellwig2017-08-301-11/+11
* | | | nvme-rdma: default MR page size to 4kMax Gurtovoy2017-08-301-2/+6
| |_|/ |/| |
* | | 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
| |/ |/|
* | 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-115-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
| | * nvme-rdma: update tagset nr_hw_queues after reconnecting/resettingSagi Grimberg2017-07-041-0/+6
| | * nvme-fc: don't override opts->nr_io_queuesSagi Grimberg2017-07-041-5/+11
| | * nvme-pci: rename to nvme_pci_configure_admin_queueSagi Grimberg2017-07-021-2/+2
| | * nvme: move ctrl cap to struct nvme_ctrlSagi Grimberg2017-07-024-21/+18
| | * nvme: move queue_count to the nvme_ctrlSagi Grimberg2017-07-024-46/+44
| | * nvme: Quirks for PM1725 controllersMartin K. Petersen2017-07-021-0/+10
* | | Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-081-6/+9
|\ \ \
| * | | PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done()Christoph Hellwig2017-07-031-7/+8
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-031-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | nvme: Allocate queues for all possible CPUsChristoph Hellwig2017-06-281-1/+1
* | | | Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-0311-3152/+975
|\ \ \ \ | | |_|/ | |/| |
| * | | nvme: Makefile: remove dead build ruleValentin Rothberg2017-06-291-1/+0