index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
xprtrdma
/
svc_rdma_rw.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-03
svcrdma: Use contiguous pages for RDMA Read sink buffers
Chuck Lever
1
-0
/
+223
2026-03-29
svcrdma: Factor out WR chain linking into helper
Chuck Lever
1
-39
/
+28
2026-03-29
svcrdma: Add Write chunk WRs to the RPC's Send WR chain
Chuck Lever
1
-22
/
+72
2026-03-29
svcrdma: Add fair queuing for Send Queue access
Chuck Lever
1
-27
/
+10
2026-03-29
SUNRPC: Track consumed rq_pages entries
Chuck Lever
1
-0
/
+1
2026-01-28
svcrdma: use bvec-based RDMA read/write API
Chuck Lever
1
-69
/
+86
2025-12-08
svcrdma: bound check rq_pages index in inline path
Joshua Rogers
1
-0
/
+3
2025-12-08
svcrdma: return 0 on success from svc_rdma_copy_inline_range
Joshua Rogers
1
-1
/
+1
2025-12-08
svcrdma: use rc_pageoff for memcpy byte offset
Joshua Rogers
1
-1
/
+1
2025-05-15
sunrpc: Replace the rq_pages array with dynamically-allocated memory
Chuck Lever
1
-1
/
+1
2024-04-20
Revert "svcrdma: Add Write chunk WRs to the RPC's Send WR chain"
Chuck Lever
1
-64
/
+22
2024-03-01
svcrdma: Add Write chunk WRs to the RPC's Send WR chain
Chuck Lever
1
-22
/
+64
2024-03-01
svcrdma: Post WRs for Write chunks in svc_rdma_sendto()
Chuck Lever
1
-19
/
+37
2024-03-01
svcrdma: Post the Reply chunk and Send WR together
Chuck Lever
1
-21
/
+37
2024-03-01
svcrdma: Move write_info for Reply chunks into struct svc_rdma_send_ctxt
Chuck Lever
1
-39
/
+52
2024-01-07
svcrdma: Implement multi-stage Read completion again
Chuck Lever
1
-99
/
+52
2024-01-07
svcrdma: Add back svc_rdma_recv_ctxt::rc_pages
Chuck Lever
1
-1
/
+3
2024-01-07
svcrdma: Optimize svc_rdma_cc_init()
Chuck Lever
1
-4
/
+5
2024-01-07
svcrdma: De-duplicate completion ID initialization helpers
Chuck Lever
1
-8
/
+1
2024-01-07
svcrdma: Move the svc_rdma_cc_init() call
Chuck Lever
1
-3
/
+8
2024-01-07
svcrdma: Remove struct svc_rdma_read_info
Chuck Lever
1
-29
/
+0
2024-01-07
svcrdma: Update the synopsis of svc_rdma_read_special()
Chuck Lever
1
-10
/
+9
2024-01-07
svcrdma: Update the synopsis of svc_rdma_read_call_chunk()
Chuck Lever
1
-13
/
+11
2024-01-07
svcrdma: Update synopsis of svc_rdma_read_multiple_chunks()
Chuck Lever
1
-10
/
+9
2024-01-07
svcrdma: Update synopsis of svc_rdma_copy_inline_range()
Chuck Lever
1
-8
/
+9
2024-01-07
svcrdma: Update the synopsis of svc_rdma_read_data_item()
Chuck Lever
1
-9
/
+8
2024-01-07
svcrdma: Update synopsis of svc_rdma_read_chunk_range()
Chuck Lever
1
-12
/
+12
2024-01-07
svcrdma: Update synopsis of svc_rdma_build_read_chunk()
Chuck Lever
1
-11
/
+10
2024-01-07
svcrdma: Update synopsis of svc_rdma_build_read_segment()
Chuck Lever
1
-8
/
+9
2024-01-07
svcrdma: Move read_info::ri_pageoff into struct svc_rdma_recv_ctxt
Chuck Lever
1
-16
/
+15
2024-01-07
svcrdma: Move svc_rdma_read_info::ri_pageno to struct svc_rdma_recv_ctxt
Chuck Lever
1
-12
/
+9
2024-01-07
svcrdma: Start moving fields out of struct svc_rdma_read_info
Chuck Lever
1
-31
/
+26
2024-01-07
svcrdma: Move struct svc_rdma_chunk_ctxt to svc_rdma.h
Chuck Lever
1
-18
/
+0
2024-01-07
svcrdma: Remove the svc_rdma_chunk_ctxt::cc_rdma field
Chuck Lever
1
-2
/
+0
2024-01-07
svcrdma: Pass a pointer to the transport to svc_rdma_cc_release()
Chuck Lever
1
-6
/
+7
2024-01-07
svcrdma: Explicitly pass the transport to svc_rdma_post_chunk_ctxt()
Chuck Lever
1
-5
/
+5
2024-01-07
svcrdma: Explicitly pass the transport into Read chunk I/O paths
Chuck Lever
1
-22
/
+36
2024-01-07
svcrdma: Explicitly pass the transport into Write chunk I/O paths
Chuck Lever
1
-1
/
+4
2024-01-07
svcrdma: Acquire the svcxprt_rdma pointer from the CQ context
Chuck Lever
1
-2
/
+3
2024-01-07
svcrdma: Reduce size of struct svc_rdma_rw_ctxt
Chuck Lever
1
-4
/
+8
2024-01-07
svcrdma: DMA error tracepoints should report completion IDs
Chuck Lever
1
-4
/
+5
2024-01-07
svcrdma: SQ error tracepoints should report completion IDs
Chuck Lever
1
-3
/
+3
2024-01-07
rpcrdma: Introduce a simple cid tracepoint class
Chuck Lever
1
-1
/
+1
2024-01-07
svcrdma: Add an async version of svc_rdma_write_info_free()
Chuck Lever
1
-1
/
+11
2023-06-17
svcrdma: Remove an unused argument from __svc_rdma_put_rw_ctxt()
Chuck Lever
1
-4
/
+3
2023-06-17
svcrdma: trace cc_release calls
Chuck Lever
1
-0
/
+2
2023-06-17
svcrdma: Convert "might sleep" comment into a code annotation
Chuck Lever
1
-2
/
+3
2023-06-12
svcrdma: Clean up allocation of svc_rdma_rw_ctxt
Chuck Lever
1
-4
/
+6
2022-06-02
SUNRPC: Trap RDMA segment overflows
Chuck Lever
1
-2
/
+2
2021-10-04
svcrdma: Split svcrmda_wc_{read,write} tracepoints
Chuck Lever
1
-4
/
+26
[next]