summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/rdma.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-28nvme-rdma: Get rid of duplicate variableSagi Grimberg1-8/+7
2016-08-18nvme-rdma: fix sqsize/hsqsize per specJay Freyensee1-4/+10
2016-08-18fabrics: define admin sqsize min default, per specJay Freyensee1-2/+11
2016-08-16nvme-rdma: initialize ret to zero to avoid returning garbageColin Ian King1-1/+1
2016-08-04nvme-rdma: Remove unused includesSagi Grimberg1-3/+0
2016-08-04nvme-rdma: start async event handler after reconnecting to a controllerSagi Grimberg1-0/+2
2016-08-03nvme-rdma: Make sure to shutdown the controller if we canSagi Grimberg1-1/+1
2016-08-03nvme-rdma: Free the I/O tags when we delete the controllerSagi Grimberg1-5/+7
2016-08-03nvme-rdma: Remove duplicate call to nvme_remove_namespacesSagi Grimberg1-7/+10
2016-08-03nvme-rdma: Fix device removal handlingSagi Grimberg1-20/+21
2016-08-03nvme-rdma: Queue ns scanning after a sucessful reconnectionSagi Grimberg1-1/+3
2016-08-03nvme-rdma: Don't leak uninitialized memory in connect request private dataRoland Dreier1-1/+1
2016-07-12nvme-rdma: Don't use tl_retry_countSagi Grimberg1-6/+3
2016-07-12nvme-rdma: fix the return value of nvme_rdma_reinit_request()Wei Yongjun1-1/+1
2016-07-08nvme-rdma: add a NVMe over Fabrics RDMA host driverChristoph Hellwig1-0/+2021