summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/rdma.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+6
2017-09-04Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-12/+22
2017-08-30nvme-rdma: default MR page size to 4kMax Gurtovoy1-2/+6
2017-08-18Merge branch 'misc' into k.o/for-nextDoug Ledford1-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 Assche1-5/+6
2017-08-08nvme-rdma: use intelligent affinity based queue mappingsSagi Grimberg1-7/+22
2017-07-06nvme-rdma: unconditionally recycle the request mrSagi Grimberg1-3/+0
2017-07-06nvme: split nvme_uninit_ctrl into stop and uninitSagi Grimberg1-21/+8
2017-07-06nvme-rdma: quiesce/unquiesce admin_q instead of start/stop its hw queuesSagi Grimberg1-3/+4
2017-07-06nvme-rdma: remove race conditions from IB signallingMarta Rybczynska1-10/+10
2017-07-04nvme-rdma: update tagset nr_hw_queues after reconnecting/resettingSagi Grimberg1-0/+6
2017-07-02nvme: move ctrl cap to struct nvme_ctrlSagi Grimberg1-5/+5
2017-07-02nvme: move queue_count to the nvme_ctrlSagi Grimberg1-20/+19
2017-06-28nvme: read the subsystem NQN from Identify ControllerChristoph Hellwig1-1/+0
2017-06-28nvme: use a single NVME_AQ_DEPTH and relax it to 32Sagi Grimberg1-5/+5
2017-06-15nvme: move reset workqueue handling to common codeChristoph Hellwig1-20/+3
2017-06-15nvme-rdma: merge init_request and exit_request methodsChristoph Hellwig1-32/+11
2017-06-15nvme-rdma: fix error code in nvme_rdma_create_ctrl()Dan Carpenter1-0/+2
2017-06-15nvme: move nr_reconnects to nvme_ctrlSagi Grimberg1-3/+3
2017-06-15nvme: Move transports to use nvme-core workqueueSagi Grimberg1-17/+8
2017-06-15nvme-rdma: Get rid of CONNECTED stateSagi Grimberg1-7/+3
2017-06-15nvme-rdma: rework rdma connection establishment error pathSagi Grimberg1-9/+5
2017-06-15nvme-rdma: make nvme_rdma_[create|destroy]_queue_ib symmetricalSagi Grimberg1-24/+18
2017-06-15nvme-rdma: Don't rearm the CQ when polling directlySagi Grimberg1-1/+0
2017-06-15nvme-rdma: Make queue flags bit numbers and not shiftsSagi Grimberg1-4/+4
2017-06-15nvme-rdma: get rid of unused ctrl lockSagi Grimberg1-4/+0
2017-06-12nvme-rdma: fix merge errorChristoph Hellwig1-6/+5
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe1-15/+29
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig1-12/+14
2017-06-07nvme-rdma: fast fail incoming requests while we reconnectSagi Grimberg1-15/+29
2017-05-26nvme: replace is_flags field in nvme_ctrl_ops with a flags fieldChristoph Hellwig1-1/+1
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-28scripts/spelling.txt: add "embeded" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-26Merge 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