index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
/
rw.c
Age
Commit message (
Expand
)
Author
2026-03-17
RDMA/rw: Fix MR pool exhaustion in bvec RDMA READ path
Chuck Lever
2026-03-17
RDMA/rw: Fall back to direct SGE on MR pool exhaustion
Chuck Lever
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-01-28
RDMA/core: add rdma_rw_max_sge() helper for SQ sizing
Chuck Lever
2026-01-28
RDMA/core: add MR support for bvec-based RDMA operations
Chuck Lever
2026-01-28
RDMA/core: use IOVA-based DMA mapping for bvec RDMA operations
Chuck Lever
2026-01-28
RDMA/core: add bio_vec based RDMA read/write API
Chuck Lever
2023-10-04
RDMA/core: Fix a couple of obvious typos in comments
Chuck Lever
2022-07-26
RDMA/rw: drop pci_p2pdma_[un]map_sg()
Logan Gunthorpe
2022-03-03
mm: don't include <linux/memremap.h> in <linux/mm.h>
Christoph Hellwig
2021-10-05
RDMA/rw: switch to dma_map_sgtable()
Logan Gunthorpe
2021-06-21
RDMA/core: Fix incorrect print format specifier
Wenpeng Liang
2021-03-26
RDMA: Support more than 255 rdma ports
Mark Bloch
2021-01-07
RDMA: Use kzalloc for allocating only one thing
Zheng Yongjun
2020-11-17
RDMA/core: remove use of dma_virt_ops
Christoph Hellwig
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-04-15
RDMA/rw: use DIV_ROUND_UP to calculate nr_ops
Max Gurtovoy
2020-03-10
RDMA/rw: map P2P memory correctly for signature operations
Max Gurtovoy
2020-02-20
RDMA/rw: Fix error flow during RDMA context initialization
Max Gurtovoy
2019-10-22
RDMA/rw: Support threshold for registration vs scattering to local pages
Yamin Friedman
2019-08-16
PCI/P2PDMA: Introduce pci_p2pdma_unmap_sg()
Logan Gunthorpe
2019-06-28
Merge tag 'v5.2-rc6' into rdma.git for-next
Jason Gunthorpe
2019-06-24
RDMA/rw: Use IB_WR_REG_MR_INTEGRITY for PI handover
Israel Rukshin
2019-06-24
RDMA/rw: Introduce rdma_rw_inv_key helper
Israel Rukshin
2019-06-24
RDMA/core: Rename signature qp create flag and signature device capability
Israel Rukshin
2019-06-24
RDMA/core: Add an integrity MR pool support
Israel Rukshin
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288
Thomas Gleixner
2019-05-21
RDMA/rw: Add info regarding SG count failure
Max Gurtovoy
2019-05-21
RDMA/rw: Print the correct number of sig MRs
Israel Rukshin
2019-05-21
RDMA/rw: Fix doc typo
Israel Rukshin
2019-02-04
IB/core: Remove ib_sg_dma_address() and ib_sg_dma_len()
Bart Van Assche
2018-10-17
IB/core: Ensure we map P2P memory correctly in rdma_rw_ctx_[init|destroy]()
Logan Gunthorpe
2018-07-24
RDMA/core: Simplify ib_post_(send|recv|srq_recv)() calls
Bart Van Assche
2018-07-09
RDMA/rw: Fix rdma_rw_ctx_signature_init() kernel-doc header
Bart Van Assche
2018-07-04
IB/core: type promotion bug in rdma_rw_init_one_mr()
Dan Carpenter
2017-10-10
IB/core: remove redundant check on prot_sg_cnt
Colin Ian King
2017-09-05
rdma core: Add rdma_rw_mr_payload()
Chuck Lever
2016-08-02
IB/core, RDMA RW API: Do not exceed QP SGE send limit
Bart Van Assche
2016-08-02
IB/core: Make rdma_rw_ctx_init() initialize all used fields
Bart Van Assche
2016-05-13
IB/core: Enhance ib_map_mr_sg()
Bart Van Assche
2016-05-13
IB/core: add RW API support for signature MRs
Christoph Hellwig
2016-05-13
IB/core: generic RDMA READ/WRITE API
Christoph Hellwig