aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/rdma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-26RDMA/core: introduce ib_dma_pci_p2p_dma_supported()Logan Gunthorpe1-1/+1
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe1-2/+2
2022-03-29nvmet: use a private workqueue instead of the system workqueueSagi Grimberg1-6/+6
2022-03-14nvmet-rdma: fix kernel-doc warning for nvmet_rdma_device_removalChaitanya Kulkarni1-1/+1
2022-02-28nvmet-rdma: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg1-3/+3
2021-10-20nvmet-rdma: implement get_max_queue_size controller opMax Gurtovoy1-0/+6
2021-10-20nvmet-rdma: fix use-after-free when a port is removedIsrael Rukshin1-0/+24
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig1-0/+1
2021-06-17nvmet: remove zeroout memset call for structChaitanya Kulkarni1-2/+1
2021-05-11nvmet-rdma: Fix NULL deref when SEND is completed with errorMichal Kalderon1-2/+2
2021-03-11nvme-rdma: Fix a use after free in nvmet_rdma_write_data_doneLv Yunlong1-3/+2
2021-01-14nvmet-rdma: Fix NULL deref when setting pi_enable and traddr INADDR_ANYIsrael Rukshin1-8/+8
2021-01-06nvmet-rdma: Fix list_del corruption on queue establishment failureIsrael Rukshin1-0/+10
2020-11-17RDMA/core: remove use of dma_virt_opsChristoph Hellwig1-1/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-29nvmet-rdma: use new shared CQ mechanismYamin Friedman1-7/+7
2020-07-08nvmet: introduce flags member in nvmet_fabrics_opsMax Gurtovoy1-2/+1
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+3
2020-05-27RDMA/cma: Provide ECE reject reasonLeon Romanovsky1-1/+3
2020-05-27nvmet-rdma: add metadata/T10-PI supportIsrael Rukshin1-19/+215
2020-05-27nvmet: add metadata support for block devicesIsrael Rukshin1-2/+2
2020-05-09nvmet-rdma: use SRQ per completion vectorMax Gurtovoy1-42/+136
2020-04-10Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-blockLinus Torvalds1-68/+137
2020-04-07nvmet-rdma: fix double free of rdma queueIsrael Rukshin1-12/+18
2020-04-04nvmet-rdma: fix bonding failover possible NULL derefSagi Grimberg1-56/+119
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-6/+0
2020-03-26nvmet-rdma: allocate RW ctxs according to mdtsMax Gurtovoy1-2/+4
2020-03-26nvmet-rdma: Implement get_mdts controller opMax Gurtovoy1-0/+9
2020-03-16scsi: treewide: Consolidate {get,put}_unaligned_[bl]e24() definitionsBart Van Assche1-6/+0
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