summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/rdma.c
AgeCommit message (Expand)Author
2017-07-06nvme-rdma: unconditionally recycle the request mrSagi Grimberg
2017-07-06nvme: split nvme_uninit_ctrl into stop and uninitSagi Grimberg
2017-07-06nvme-rdma: quiesce/unquiesce admin_q instead of start/stop its hw queuesSagi Grimberg
2017-07-06nvme-rdma: remove race conditions from IB signallingMarta Rybczynska
2017-07-04nvme-rdma: update tagset nr_hw_queues after reconnecting/resettingSagi Grimberg
2017-07-02nvme: move ctrl cap to struct nvme_ctrlSagi Grimberg
2017-07-02nvme: move queue_count to the nvme_ctrlSagi Grimberg
2017-06-28nvme: read the subsystem NQN from Identify ControllerChristoph Hellwig
2017-06-28nvme: use a single NVME_AQ_DEPTH and relax it to 32Sagi Grimberg
2017-06-15nvme: move reset workqueue handling to common codeChristoph Hellwig
2017-06-15nvme-rdma: merge init_request and exit_request methodsChristoph Hellwig
2017-06-15nvme-rdma: fix error code in nvme_rdma_create_ctrl()Dan Carpenter
2017-06-15nvme: move nr_reconnects to nvme_ctrlSagi Grimberg
2017-06-15nvme: Move transports to use nvme-core workqueueSagi Grimberg
2017-06-15nvme-rdma: Get rid of CONNECTED stateSagi Grimberg
2017-06-15nvme-rdma: rework rdma connection establishment error pathSagi Grimberg
2017-06-15nvme-rdma: make nvme_rdma_[create|destroy]_queue_ib symmetricalSagi Grimberg
2017-06-15nvme-rdma: Don't rearm the CQ when polling directlySagi Grimberg
2017-06-15nvme-rdma: Make queue flags bit numbers and not shiftsSagi Grimberg
2017-06-15nvme-rdma: get rid of unused ctrl lockSagi Grimberg
2017-06-12nvme-rdma: fix merge errorChristoph Hellwig
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig
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