aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-29nvme: report more detailed status codes to the block layerChristoph Hellwig1-0/+9
2017-08-28nvme: honor RTD3 Entry Latency for shutdownsMartin K. Petersen2-1/+16
2017-08-28nvme: fix uninitialized prp2 value on small transfersJan H. Schönherr1-1/+3
2017-08-28nvme-rdma: Use unlikely macro in the fast pathMax Gurtovoy1-6/+6
2017-08-28nvmet: use memcpy_and_pad for identify sn/frMartin Wilck1-11/+3
2017-08-28nvmet-fc: simplify sg list handlingJames Smart1-38/+10
2017-08-28nvme-fc: Reattach to localports on re-registrationJames Smart1-38/+106
2017-08-28nvme: rename AMS symbolic constants to fit specificationMax Gurtovoy1-1/+1
2017-08-28nvme: add symbolic constants for CC identifiersMax Gurtovoy1-7/+7
2017-08-28nvme: fix identify namespace loggingSagi Grimberg1-1/+1
2017-08-28nvme-fabrics: log a warning if hostid is invalidGuan Junxiong1-0/+1
2017-08-28nvme-rdma: call ops->reg_read64 instead of nvmf_reg_read64Sagi Grimberg1-1/+1
2017-08-28nvme-rdma: cleanup error path in controller resetSagi Grimberg1-23/+9
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 Grimberg5-0/+5
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-28nvmet-fcloop: remove ALL_OPTS defineJohannes Thumshirn1-3/+0
2017-08-28nvmet: fix the return error code of target if host is not allowedGuan Junxiong1-0/+1
2017-08-28nvmet: use NVME_NSID_ALLChristoph Hellwig2-2/+2
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 Axboe5-61/+223
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig3-25/+7
2017-08-18Merge branch 'misc' into k.o/for-nextDoug Ledford2-10/+0
2017-08-18nvmet-rdma: remove redundant empty device add calloutSagi Grimberg1-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-17nvmet-fc: eliminate incorrect static markers on local variablesJames Smart1-2/+2
2017-08-16nvmet-fc: correct use after free on list teardownJames Smart1-2/+3
2017-08-16nvmet: don't overwrite identify sn/fr with 0-bytesMartin Wilck1-6/+0
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-10nvmet_fc: add defer_req callback for deferment of cmd buffer returnJames Smart1-28/+184
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 Smart2-97/+106