aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/rdma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-04nvmet: Open code nvmet_req_execute()Christoph Hellwig1-2/+2
2019-11-04nvmet-rdma: add unlikely check at nvmet_rdma_map_sgl_keyedIsrael Rukshin1-2/+2
2019-04-25nvmet: rename nvme_completion instances from rsp to cqeMax Gurtovoy1-9/+9
2019-04-25nvmet-rdma: remove p2p_client initialization from fast-pathMax Gurtovoy1-2/+1
2019-02-20nvmet-rdma: convert to SPDX identifiersChristoph Hellwig1-9/+1
2019-01-23nvmet-rdma: fix null dereference under heavy loadRaju Rangoju1-1/+14
2018-12-13nvmet: add error log support for rdma backendChaitanya Kulkarni1-1/+9
2018-12-09Merge tag 'v4.20-rc6' into for-4.21/blockJens Axboe1-1/+2
2018-12-07nvmet-rdma: Add unlikely for response allocated checkIsrael Rukshin1-1/+1
2018-12-07nvmet-rdma: fix response use after freeIsrael Rukshin1-1/+2
2018-11-09Revert "nvmet-rdma: use a private workqueue for delete"Christoph Hellwig1-15/+4
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-8/+14
2018-10-17nvmet: Optionally use PCI P2P memoryLogan Gunthorpe1-0/+2
2018-10-17nvmet: Introduce helper functions to allocate and free request SGLsLogan Gunthorpe1-8/+12
2018-10-17nvmet-rdma: declare local symbols staticBart Van Assche1-1/+1
2018-10-05nvmet-rdma: use a private workqueue for deleteSagi Grimberg1-4/+15
2018-09-05nvmet-rdma: fix possible bogus dereference under heavy loadSagi Grimberg1-2/+25
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe1-45/+153
2018-07-24nvmet-rdma: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche1-6/+4
2018-07-23nvmet-rdma: add an error flow for post_recv failuresMax Gurtovoy1-5/+21
2018-07-23nvmet-rdma: add unlikely check in the fast pathMax Gurtovoy1-1/+1
2018-07-23nvmet-rdma: support max(16KB, PAGE_SIZE) inline dataSteve Wise1-39/+130
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise1-1/+1
2018-03-26nvmet: constify struct nvmet_fabrics_opsChristoph Hellwig1-2/+2
2018-03-26nvmet-rdma: Don't flush system_wq by default during remove_oneMax Gurtovoy1-1/+18
2018-03-26nvmet-rdma: Fix use after free in nvmet_rdma_cm_handler()Israel Rukshin1-16/+11
2018-03-26nvmet-rdma: Remove unused queue stateIsrael Rukshin1-5/+1
2018-03-26nvmet: don't return "any" ip address in discovery log pageSagi Grimberg1-0/+18
2018-01-08nvmet-rdma: lowering log level for chatty debug messagesSagi Grimberg1-1/+1
2018-01-08nvmet-rdma: removed queue cleanup from module exitSagi Grimberg1-17/+1
2018-01-06nvmet/rdma: Use sgl_alloc() and sgl_free()Bart Van Assche1-59/+4
2017-11-10nvmet: better data length validationChristoph Hellwig1-4/+6
2017-11-10nvmet-rdma: update queue list during ib_device removalIsrael Rukshin1-2/+4
2017-08-18nvmet-rdma: remove redundant empty device add calloutSagi Grimberg1-5/+0
2017-06-28nvmet-rdma: register ib_client to not deadlock in device removalSagi Grimberg1-33/+67
2017-06-28nvme: use a single NVME_AQ_DEPTH and relax it to 32Sagi Grimberg1-1/+1
2017-05-20nvmet: release the sq ref on rdma read errorsVijay Immanuel1-0/+1
2017-04-04nvmet-rdma: use generic inet_pton_with_scopeSagi Grimberg1-13/+29
2017-04-04nvmet-rdma: occasionally flush ongoing controller teardownSagi Grimberg1-0/+5
2017-04-04nvmet-rdma: Fix a possible uninitialized variable dereferenceSagi Grimberg1-5/+3
2017-02-22nvmet-rdma: Fix error handlingChristophe JAILLET1-1/+1
2017-02-22nvmet-rdma: use nvme cm status helperMax Gurtovoy1-2/+3
2017-01-26nvmet-rdma: Fix missing dma sync to nvme data structuresParav Pandit1-0/+17
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-0/+3
2016-12-14nvmet_rdma: log the connection reject messageSteve Wise1-0/+3
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+6
2016-12-06nvmet-rdma: align to generic ib_event logging helperMax Gurtovoy1-1/+2
2016-12-06nvmet-rdma: Fix REJ status codeBart Van Assche1-1/+4
2016-11-14nvmet-rdma: drain the queue-pair just before freeing itSagi Grimberg1-1/+1
2016-11-14nvmet-rdma: don't forget to delete a queue from the list of connection failedSagi Grimberg1-1/+7