summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/rdma.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-22nvme-rdma: support devices with queue size < 32Marta Rybczynska1-4/+14
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig1-14/+14
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-87/+67
2017-04-20nvme: split nvme status from block req->errorsChristoph Hellwig1-3/+2
2017-04-09nvme-rdma: Fix sqsize wrong assignment based on ctrl MQES capabilitySagi Grimberg1-1/+1
2017-04-04nvme: factor request completion code into a common helperChristoph Hellwig1-18/+2
2017-04-04nvme-rdma: increment request retries counter before requeuingSagi Grimberg1-0/+1
2017-04-04nvme-rdma: Support ctrl_loss_tmoSagi Grimberg1-13/+28
2017-04-04nvme-rdma: get rid of local reconnect_delaySagi Grimberg1-5/+3
2017-04-04nvme-rdma: fix module_init (theoretical) error pathSagi Grimberg1-5/+13
2017-04-04nvme-rdma: use inet_pton_with_scope helperSagi Grimberg1-44/+19
2017-04-04nvme-rdma: Give some more grace for rdma connection establishmentSagi Grimberg1-1/+1
2017-04-04nvme-rdma: handle cpu unplug when re-establishing the controllerSagi Grimberg1-14/+14
2017-03-31blk-mq: constify struct blk_mq_opsEric Biggers1-2/+2
2017-03-21nvme-rdma: handle cpu unplug when re-establishing the controllerSagi Grimberg1-14/+14
2017-02-27scripts/spelling.txt: add "embeded" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2017-02-22nvme-rdma: add support for host_traddrMax Gurtovoy1-2/+21
2017-02-22nvme-rdma: move nvme cm status helper to .h fileMax Gurtovoy1-22/+0
2017-02-22nvme: make nvmf_register_transport require a create_ctrl callbackJohannes Thumshirn1-2/+1
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig1-1/+1
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig1-2/+2
2017-01-24nvme-rdma: Switch from dma_device to dev.parentBart Van Assche1-1/+1
2017-01-13nvme: use blk_rq_payload_bytesChristoph Hellwig1-8/+5
2017-01-11nvme-rdma: fix nvme_rdma_queue_is_readyChristoph Hellwig1-1/+1
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-6/+36
2016-12-14nvme-rdma: use rdma connection reject helper functionsSteve Wise1-6/+36
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-21/+22
2016-12-09block: improve handling of the magic discard payloadChristoph Hellwig1-8/+5
2016-12-06nvme-fabrics: set sqe.command_id in core not transportsJames Smart1-1/+0
2016-12-06nvme-rdma: align to generic ib_event logging helperMax Gurtovoy1-1/+3
2016-12-06nvme-rdma: remove redundant defineSagi Grimberg1-1/+0
2016-12-06nvme-rdma: force queue size to respect controller capabilitySamuel Jones1-0/+8
2016-11-15nvme: untangle 0 and BLK_MQ_RQ_QUEUE_OKOmar Sandoval1-1/+1
2016-11-14nvme-rdma: stop and free io queues on connect failureSteve Wise1-2/+9
2016-11-14nvme-rdma: reject non-connect commands before the queue is liveChristoph Hellwig1-1/+30
2016-11-10nvme: don't pass the full CQE to nvme_complete_async_eventChristoph Hellwig1-1/+2
2016-11-10nvme: introduce struct nvme_requestChristoph Hellwig1-8/+3
2016-10-09Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-20/+5
2016-09-23nvme-rdma: use IB_PD_UNSAFE_GLOBAL_RKEYChristoph Hellwig1-20/+5
2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig1-1/+1
2016-09-22nvme-rdma: only clear queue flags after successful connectSagi Grimberg1-1/+1
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig1-2/+0
2016-09-12nvme-rdma: fix null pointer dereference on req->mrColin Ian King1-0/+1
2016-09-12nvme-rdma: use ib_client API to detect device removalSteve Wise1-68/+40
2016-09-12nvme-rdma: add DELETING queue flagSagi Grimberg1-2/+9
2016-09-04nvme-rdma: destroy nvme queue rdma resources on connect failureSteve Wise1-3/+11
2016-09-04nvme_rdma: keep a ref on the ctrl during delete/flushSteve Wise1-8/+18
2016-08-28nvme-rdma: Get rid of redundant definesSagi Grimberg1-4/+0