index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
xprtrdma
/
svc_rdma_rw.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "svcrdma: Add Write chunk WRs to the RPC's Send WR chain"
Chuck Lever
2024-04-20
1
-64
/
+22
*
svcrdma: Add Write chunk WRs to the RPC's Send WR chain
Chuck Lever
2024-03-01
1
-22
/
+64
*
svcrdma: Post WRs for Write chunks in svc_rdma_sendto()
Chuck Lever
2024-03-01
1
-19
/
+37
*
svcrdma: Post the Reply chunk and Send WR together
Chuck Lever
2024-03-01
1
-21
/
+37
*
svcrdma: Move write_info for Reply chunks into struct svc_rdma_send_ctxt
Chuck Lever
2024-03-01
1
-39
/
+52
*
svcrdma: Implement multi-stage Read completion again
Chuck Lever
2024-01-07
1
-99
/
+52
*
svcrdma: Add back svc_rdma_recv_ctxt::rc_pages
Chuck Lever
2024-01-07
1
-1
/
+3
*
svcrdma: Optimize svc_rdma_cc_init()
Chuck Lever
2024-01-07
1
-4
/
+5
*
svcrdma: De-duplicate completion ID initialization helpers
Chuck Lever
2024-01-07
1
-8
/
+1
*
svcrdma: Move the svc_rdma_cc_init() call
Chuck Lever
2024-01-07
1
-3
/
+8
*
svcrdma: Remove struct svc_rdma_read_info
Chuck Lever
2024-01-07
1
-29
/
+0
*
svcrdma: Update the synopsis of svc_rdma_read_special()
Chuck Lever
2024-01-07
1
-10
/
+9
*
svcrdma: Update the synopsis of svc_rdma_read_call_chunk()
Chuck Lever
2024-01-07
1
-13
/
+11
*
svcrdma: Update synopsis of svc_rdma_read_multiple_chunks()
Chuck Lever
2024-01-07
1
-10
/
+9
*
svcrdma: Update synopsis of svc_rdma_copy_inline_range()
Chuck Lever
2024-01-07
1
-8
/
+9
*
svcrdma: Update the synopsis of svc_rdma_read_data_item()
Chuck Lever
2024-01-07
1
-9
/
+8
*
svcrdma: Update synopsis of svc_rdma_read_chunk_range()
Chuck Lever
2024-01-07
1
-12
/
+12
*
svcrdma: Update synopsis of svc_rdma_build_read_chunk()
Chuck Lever
2024-01-07
1
-11
/
+10
*
svcrdma: Update synopsis of svc_rdma_build_read_segment()
Chuck Lever
2024-01-07
1
-8
/
+9
*
svcrdma: Move read_info::ri_pageoff into struct svc_rdma_recv_ctxt
Chuck Lever
2024-01-07
1
-16
/
+15
*
svcrdma: Move svc_rdma_read_info::ri_pageno to struct svc_rdma_recv_ctxt
Chuck Lever
2024-01-07
1
-12
/
+9
*
svcrdma: Start moving fields out of struct svc_rdma_read_info
Chuck Lever
2024-01-07
1
-31
/
+26
*
svcrdma: Move struct svc_rdma_chunk_ctxt to svc_rdma.h
Chuck Lever
2024-01-07
1
-18
/
+0
*
svcrdma: Remove the svc_rdma_chunk_ctxt::cc_rdma field
Chuck Lever
2024-01-07
1
-2
/
+0
*
svcrdma: Pass a pointer to the transport to svc_rdma_cc_release()
Chuck Lever
2024-01-07
1
-6
/
+7
*
svcrdma: Explicitly pass the transport to svc_rdma_post_chunk_ctxt()
Chuck Lever
2024-01-07
1
-5
/
+5
*
svcrdma: Explicitly pass the transport into Read chunk I/O paths
Chuck Lever
2024-01-07
1
-22
/
+36
*
svcrdma: Explicitly pass the transport into Write chunk I/O paths
Chuck Lever
2024-01-07
1
-1
/
+4
*
svcrdma: Acquire the svcxprt_rdma pointer from the CQ context
Chuck Lever
2024-01-07
1
-2
/
+3
*
svcrdma: Reduce size of struct svc_rdma_rw_ctxt
Chuck Lever
2024-01-07
1
-4
/
+8
*
svcrdma: DMA error tracepoints should report completion IDs
Chuck Lever
2024-01-07
1
-4
/
+5
*
svcrdma: SQ error tracepoints should report completion IDs
Chuck Lever
2024-01-07
1
-3
/
+3
*
rpcrdma: Introduce a simple cid tracepoint class
Chuck Lever
2024-01-07
1
-1
/
+1
*
svcrdma: Add an async version of svc_rdma_write_info_free()
Chuck Lever
2024-01-07
1
-1
/
+11
*
svcrdma: Remove an unused argument from __svc_rdma_put_rw_ctxt()
Chuck Lever
2023-06-17
1
-4
/
+3
*
svcrdma: trace cc_release calls
Chuck Lever
2023-06-17
1
-0
/
+2
*
svcrdma: Convert "might sleep" comment into a code annotation
Chuck Lever
2023-06-17
1
-2
/
+3
*
svcrdma: Clean up allocation of svc_rdma_rw_ctxt
Chuck Lever
2023-06-12
1
-4
/
+6
*
SUNRPC: Trap RDMA segment overflows
Chuck Lever
2022-06-02
1
-2
/
+2
*
svcrdma: Split svcrmda_wc_{read,write} tracepoints
Chuck Lever
2021-10-04
1
-4
/
+26
*
svcrdma: Convert rdma->sc_rw_ctxts to llist
Chuck Lever
2021-08-17
1
-14
/
+35
*
svcrdma: Fewer calls to wake_up() in Send completion handler
Chuck Lever
2021-08-17
1
-5
/
+2
*
xprtrdma: Fix spelling mistakes
Zheng Yongjun
2021-07-07
1
-3
/
+3
*
svcrdma: Remove svc_rdma_recv_ctxt::rc_pages and ::rc_arg
Chuck Lever
2021-03-31
1
-12
/
+0
*
svcrdma: Single-stage RDMA Read
Chuck Lever
2021-03-31
1
-61
/
+33
*
svcrdma: Add a "deferred close" helper
Chuck Lever
2021-03-22
1
-3
/
+2
*
svcrdma: Restore read and write stats
Chuck Lever
2021-01-25
1
-0
/
+2
*
svcrdma: Convert rdma_stat_sq_starve to a per-CPU counter
Chuck Lever
2021-01-25
1
-0
/
+1
*
svcrdma: support multiple Read chunks per RPC
Chuck Lever
2020-11-30
1
-14
/
+222
*
svcrdma: Use the new parsed chunk list when pulling Read chunks
Chuck Lever
2020-11-30
1
-59
/
+101
[next]