summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-096-443/+654
|\
| * nvme-fabrics: generate spec-compliant UUID NQNsDaniel Verkamp2017-09-011-1/+1
| * nvme: Use metadata for passthrough commandsKeith Busch2017-08-301-11/+4Star
| * nvme: Make nvme user functions staticKeith Busch2017-08-302-12/+5Star
| * nvme/pci: Use req_op to determine DIF remappingKeith Busch2017-08-301-2/+2
| * nvme: factor metadata handling out of __nvme_submit_user_cmdChristoph Hellwig2017-08-301-36/+40
| * nvme-fabrics: Convert nvmf_transports_mutex to an rwsemRoland Dreier2017-08-301-10/+10
| * nvme: don't blindly overwrite identifiers on disk revalidateChristoph Hellwig2017-08-291-1/+11
| * nvme: remove nvme_revalidate_nsChristoph Hellwig2017-08-291-47/+53
| * nvme: remove unused struct nvme_ns fieldsChristoph Hellwig2017-08-291-5/+1Star
| * nvme: allow calling nvme_change_ctrl_state from irq contextChristoph Hellwig2017-08-291-2/+3
| * nvme: report more detailed status codes to the block layerChristoph Hellwig2017-08-291-0/+9
| * nvme: honor RTD3 Entry Latency for shutdownsMartin K. Petersen2017-08-282-1/+16
| * nvme: fix uninitialized prp2 value on small transfersJan H. Schönherr2017-08-281-1/+3
| * nvme-rdma: Use unlikely macro in the fast pathMax Gurtovoy2017-08-281-6/+6
| * nvme-fc: Reattach to localports on re-registrationJames Smart2017-08-281-38/+106
| * 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/+9Star
| * 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/+7Star
| * nvme-rdma: stop queues instead of simply flipping their stateSagi Grimberg2017-08-281-5/+4Star
| * nvme-rdma: introduce configure/destroy io queuesSagi Grimberg2017-08-281-81/+81
| * nvme-rdma: reuse configure/destroy_admin_queueSagi Grimberg2017-08-281-18/+2Star
| * 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/+0Star
| * 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
| |\
* | | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-074-30/+11Star
|\| |
| * | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-232-22/+4Star
| * | blk-mq: Make blk_mq_reinit_tagset() calls easier to readBart Van Assche2017-08-182-8/+7Star
* | | Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-041-12/+22
|\ \ \
| * \ \ Merge branch 'misc' into k.o/for-nextDoug Ledford2017-08-181-5/+0Star
| |\ \ \
| | * | | nvme-rdma: remove redundant empty device add calloutSagi Grimberg2017-08-181-5/+0Star
| * | | | 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/+2Star
* | | 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/+7Star