summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/rdma.c
AgeCommit message (Expand)Author
2017-06-07nvme-rdma: fast fail incoming requests while we reconnectSagi Grimberg
2017-05-26nvme: replace is_flags field in nvme_ctrl_ops with a flags fieldChristoph Hellwig
2017-05-22nvme-rdma: support devices with queue size < 32Marta Rybczynska
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-04-20nvme: split nvme status from block req->errorsChristoph Hellwig
2017-04-09nvme-rdma: Fix sqsize wrong assignment based on ctrl MQES capabilitySagi Grimberg
2017-04-04nvme: factor request completion code into a common helperChristoph Hellwig
2017-04-04nvme-rdma: increment request retries counter before requeuingSagi Grimberg
2017-04-04nvme-rdma: Support ctrl_loss_tmoSagi Grimberg
2017-04-04nvme-rdma: get rid of local reconnect_delaySagi Grimberg
2017-04-04nvme-rdma: fix module_init (theoretical) error pathSagi Grimberg
2017-04-04nvme-rdma: use inet_pton_with_scope helperSagi Grimberg
2017-04-04nvme-rdma: Give some more grace for rdma connection establishmentSagi Grimberg
2017-04-04nvme-rdma: handle cpu unplug when re-establishing the controllerSagi Grimberg
2017-03-31blk-mq: constify struct blk_mq_opsEric Biggers
2017-03-21nvme-rdma: handle cpu unplug when re-establishing the controllerSagi Grimberg
2017-02-27scripts/spelling.txt: add "embeded" pattern and fix typo instancesMasahiro Yamada
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-02-22nvme-rdma: add support for host_traddrMax Gurtovoy
2017-02-22nvme-rdma: move nvme cm status helper to .h fileMax Gurtovoy
2017-02-22nvme: make nvmf_register_transport require a create_ctrl callbackJohannes Thumshirn
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig
2017-01-24nvme-rdma: Switch from dma_device to dev.parentBart Van Assche
2017-01-13nvme: use blk_rq_payload_bytesChristoph Hellwig
2017-01-11nvme-rdma: fix nvme_rdma_queue_is_readyChristoph Hellwig
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-12-14nvme-rdma: use rdma connection reject helper functionsSteve Wise
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-12-09block: improve handling of the magic discard payloadChristoph Hellwig
2016-12-06nvme-fabrics: set sqe.command_id in core not transportsJames Smart
2016-12-06nvme-rdma: align to generic ib_event logging helperMax Gurtovoy
2016-12-06nvme-rdma: remove redundant defineSagi Grimberg
2016-12-06nvme-rdma: force queue size to respect controller capabilitySamuel Jones
2016-11-15nvme: untangle 0 and BLK_MQ_RQ_QUEUE_OKOmar Sandoval
2016-11-14nvme-rdma: stop and free io queues on connect failureSteve Wise
2016-11-14nvme-rdma: reject non-connect commands before the queue is liveChristoph Hellwig
2016-11-10nvme: don't pass the full CQE to nvme_complete_async_eventChristoph Hellwig
2016-11-10nvme: introduce struct nvme_requestChristoph Hellwig
2016-10-09Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-09-23nvme-rdma: use IB_PD_UNSAFE_GLOBAL_RKEYChristoph Hellwig
2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig
2016-09-22nvme-rdma: only clear queue flags after successful connectSagi Grimberg
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig
2016-09-12nvme-rdma: fix null pointer dereference on req->mrColin Ian King
2016-09-12nvme-rdma: use ib_client API to detect device removalSteve Wise
2016-09-12nvme-rdma: add DELETING queue flagSagi Grimberg
2016-09-04nvme-rdma: destroy nvme queue rdma resources on connect failureSteve Wise