aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/rdma.c
AgeCommit message (Expand)Author
2024-01-24nvmet: add module description to stop warningsChaitanya Kulkarni
2024-01-10nvmet-rdma: avoid circular locking dependency on install_queue()Hannes Reinecke
2022-07-26RDMA/core: introduce ib_dma_pci_p2p_dma_supported()Logan Gunthorpe
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe
2022-03-29nvmet: use a private workqueue instead of the system workqueueSagi Grimberg
2022-03-14nvmet-rdma: fix kernel-doc warning for nvmet_rdma_device_removalChaitanya Kulkarni
2022-02-28nvmet-rdma: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg
2021-10-20nvmet-rdma: implement get_max_queue_size controller opMax Gurtovoy
2021-10-20nvmet-rdma: fix use-after-free when a port is removedIsrael Rukshin
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig
2021-06-17nvmet: remove zeroout memset call for structChaitanya Kulkarni
2021-05-11nvmet-rdma: Fix NULL deref when SEND is completed with errorMichal Kalderon
2021-03-11nvme-rdma: Fix a use after free in nvmet_rdma_write_data_doneLv Yunlong
2021-01-14nvmet-rdma: Fix NULL deref when setting pi_enable and traddr INADDR_ANYIsrael Rukshin
2021-01-06nvmet-rdma: Fix list_del corruption on queue establishment failureIsrael Rukshin
2020-11-17RDMA/core: remove use of dma_virt_opsChristoph Hellwig
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-29nvmet-rdma: use new shared CQ mechanismYamin Friedman
2020-07-08nvmet: introduce flags member in nvmet_fabrics_opsMax Gurtovoy
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-05-27RDMA/cma: Provide ECE reject reasonLeon Romanovsky
2020-05-27nvmet-rdma: add metadata/T10-PI supportIsrael Rukshin
2020-05-27nvmet: add metadata support for block devicesIsrael Rukshin
2020-05-09nvmet-rdma: use SRQ per completion vectorMax Gurtovoy
2020-04-10Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-04-07nvmet-rdma: fix double free of rdma queueIsrael Rukshin
2020-04-04nvmet-rdma: fix bonding failover possible NULL derefSagi Grimberg
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-03-26nvmet-rdma: allocate RW ctxs according to mdtsMax Gurtovoy
2020-03-26nvmet-rdma: Implement get_mdts controller opMax Gurtovoy
2020-03-16scsi: treewide: Consolidate {get,put}_unaligned_[bl]e24() definitionsBart Van Assche
2019-11-04nvmet: Open code nvmet_req_execute()Christoph Hellwig
2019-11-04nvmet-rdma: add unlikely check at nvmet_rdma_map_sgl_keyedIsrael Rukshin
2019-04-25nvmet: rename nvme_completion instances from rsp to cqeMax Gurtovoy
2019-04-25nvmet-rdma: remove p2p_client initialization from fast-pathMax Gurtovoy
2019-02-20nvmet-rdma: convert to SPDX identifiersChristoph Hellwig
2019-01-23nvmet-rdma: fix null dereference under heavy loadRaju Rangoju
2018-12-13nvmet: add error log support for rdma backendChaitanya Kulkarni
2018-12-09Merge tag 'v4.20-rc6' into for-4.21/blockJens Axboe
2018-12-07nvmet-rdma: Add unlikely for response allocated checkIsrael Rukshin
2018-12-07nvmet-rdma: fix response use after freeIsrael Rukshin
2018-11-09Revert "nvmet-rdma: use a private workqueue for delete"Christoph Hellwig
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-10-17nvmet: Optionally use PCI P2P memoryLogan Gunthorpe
2018-10-17nvmet: Introduce helper functions to allocate and free request SGLsLogan Gunthorpe
2018-10-17nvmet-rdma: declare local symbols staticBart Van Assche
2018-10-05nvmet-rdma: use a private workqueue for deleteSagi Grimberg
2018-09-05nvmet-rdma: fix possible bogus dereference under heavy loadSagi Grimberg
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe
2018-07-24nvmet-rdma: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche