aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/nvme/target/rdma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2025-05-27net: core: Convert inet_addr_is_any() to sockaddr_storageKees Cook1-1/+1
2025-05-20nvmet: simplify the nvmet_req_init() interfaceWilfred Mallawa1-2/+1
2025-05-20nvmet: support completion queue sharingWilfred Mallawa1-1/+1
2025-05-20nvmet: fabrics: add CQ init and destroyWilfred Mallawa1-0/+3
2025-02-18nvmet-rdma: recheck queue state is LIVE in state lock in recv doneRuozhu Li1-10/+23
2024-10-18Merge tag 'block-6.12-20241018' of git://git.kernel.dk/linuxLinus Torvalds1-29/+27
2024-10-08nvmet-rdma: use sbitmap to replace rsp free listGuixin Liu1-29/+27
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-08-26nvme: rename apptag and appmask to lbat and lbatmAnuj Gupta1-2/+2
2024-06-24nvmet-rdma: implement host_traddr()Hannes Reinecke1-0/+12
2024-06-24nvme: rename CDR/MORE/DNR to NVME_STATUS_*Weiwen Hu1-5/+5
2024-05-14Merge tag 'nvme-6.10-2024-05-14' of git://git.infradead.org/nvme into block-6.10Jens Axboe1-10/+6
2024-05-08nvmet-rdma: fix possible bad dereference when freeing rspsSagi Grimberg1-12/+4
2024-05-07nvmet-rdma: Avoid o(n^2) loop in delete_ctrlSagi Grimberg1-10/+6
2024-03-21nvmet-rdma: remove NVMET_RDMA_REQ_INVALIDATE_RKEY flagGuixin Liu1-5/+3
2024-03-02nvmet-rdma: set max_queue_size for RDMA transportMax Gurtovoy1-0/+8
2024-03-02nvme-rdma: introduce NVME_RDMA_MAX_METADATA_QUEUE_SIZE definitionMax Gurtovoy1-0/+2
2024-01-24nvmet: add module description to stop warningsChaitanya Kulkarni1-0/+1
2024-01-10nvmet-rdma: avoid circular locking dependency on install_queue()Hannes Reinecke1-3/+16
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