index
:
drm/drm-amd
drm-amd-fixes
drm-amd-next
drm-amd-next-fixes
for-linux-next
for-linux-next-fixes
AMD GPU kernel development
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
xprtrdma
/
rpc_rdma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-05
xprtrdma: Use xprt_pin_rqst in rpcrdma_reply_handler
Chuck Lever
1
-45
/
+17
2017-09-05
Merge tag 'nfs-rdma-for-4.14-1' of git://git.linux-nfs.org/projects/anna/linu...
Trond Myklebust
1
-339
/
+505
2017-08-18
SUNRPC: Add a separate spinlock to protect the RPC request receive list
Trond Myklebust
1
-4
/
+4
2017-08-15
xprtrdma: Remove imul instructions from chunk list encoders
Chuck Lever
1
-24
/
+21
2017-08-15
xprtrdma: Remove imul instructions from rpcrdma_convert_iovs()
Chuck Lever
1
-57
/
+48
2017-08-11
xprtrdma: Harden chunk list encoding against send buffer overflow
Chuck Lever
1
-86
/
+142
2017-08-11
xprtrdma: Set up an xdr_stream in rpcrdma_marshal_req()
Chuck Lever
1
-6
/
+18
2017-08-11
xprtrdma: Remove rpclen from rpcrdma_marshal_req
Chuck Lever
1
-7
/
+2
2017-08-11
xprtrdma: Clean up rpcrdma_marshal_req() synopsis
Chuck Lever
1
-8
/
+17
2017-08-08
xprtrdma: Remove rpcrdma_rep::rr_len
Chuck Lever
1
-1
/
+1
2017-08-08
xprtrdma: Replace rpcrdma_count_chunks()
Chuck Lever
1
-94
/
+127
2017-08-08
xprtrdma: Refactor rpcrdma_reply_handler()
Chuck Lever
1
-82
/
+130
2017-08-08
xprtrdma: Harden backchannel call decoding
Chuck Lever
1
-21
/
+37
2017-08-08
xprtrdma: Add xdr_init_decode to rpcrdma_reply_handler()
Chuck Lever
1
-14
/
+23
2017-07-13
xprtrdma: Replace PAGE_MASK with offset_in_page()
Chuck Lever
1
-8
/
+8
2017-07-13
xprtrdma: Fix client lock-up after application signal fires
Chuck Lever
1
-29
/
+50
2017-07-13
xprtrdma: Pass only the list of registered MRs to ro_unmap_sync
Chuck Lever
1
-9
/
+7
2017-07-13
xprtrdma: Pre-mark remotely invalidated MRs
Chuck Lever
1
-2
/
+20
2017-04-25
xprtrdma: Squelch ENOBUFS warnings
Chuck Lever
1
-3
/
+5
2017-04-25
xprtrdma: Use same device when mapping or syncing DMA buffers
Chuck Lever
1
-2
/
+2
2017-02-10
xprtrdma: Refactor management of mw_list field
Chuck Lever
1
-3
/
+3
2017-02-10
xprtrdma: Properly recover FRWRs with in-flight FASTREG WRs
Chuck Lever
1
-6
/
+8
2017-02-10
xprtrdma: Reduce required number of send SGEs
Chuck Lever
1
-3
/
+23
2017-02-10
xprtrdma: Per-connection pad optimization
Chuck Lever
1
-14
/
+14
2017-02-10
xprtrdma: Fix Read chunk padding
Chuck Lever
1
-6
/
+4
2016-11-29
xprtrdma: Relocate connection helper functions
Chuck Lever
1
-34
/
+0
2016-11-29
xprtrdma: Update dprintk in rpcrdma_count_chunks
Chuck Lever
1
-1
/
+1
2016-09-19
xprtrdma: Eliminate rpcrdma_receive_worker()
Chuck Lever
1
-1
/
+3
2016-09-19
xprtrdma: Use gathered Send for large inline messages
Chuck Lever
1
-131
/
+170
2016-09-19
xprtrdma: Basic support for Remote Invalidation
Chuck Lever
1
-4
/
+14
2016-09-19
xprtrdma: Client-side support for rpcrdma_connect_private
Chuck Lever
1
-3
/
+5
2016-09-19
xprtrdma: Move send_wr to struct rpcrdma_req
Chuck Lever
1
-2
/
+3
2016-09-19
xprtrdma: Simplify rpcrdma_ep_post_recv()
Chuck Lever
1
-1
/
+1
2016-09-19
xprtrdma: Delay DMA mapping Send and Receive buffers
Chuck Lever
1
-0
/
+9
2016-09-19
xprtrdma: Eliminate INLINE_THRESHOLD macros
Chuck Lever
1
-1
/
+1
2016-07-11
xprtrdma: No direct data placement with krb5i and krb5p
Chuck Lever
1
-2
/
+10
2016-07-11
xprtrdma: Clean up fixup_copy_count accounting
Chuck Lever
1
-13
/
+13
2016-07-11
xprtrdma: Update only specific fields in private receive buffer
Chuck Lever
1
-4
/
+9
2016-07-11
xprtrdma: Do not update {head, tail}.iov_len in rpcrdma_inline_fixup()
Chuck Lever
1
-28
/
+33
2016-07-11
xprtrdma: rpcrdma_inline_fixup() overruns the receive page list
Chuck Lever
1
-5
/
+11
2016-07-11
xprtrdma: Chunk list encoders no longer share one rl_segments array
Chuck Lever
1
-33
/
+28
2016-07-11
xprtrdma: Place registered MWs on a per-req list
Chuck Lever
1
-43
/
+38
2016-07-11
xprtrdma: Chunk list encoders must not return zero
Chuck Lever
1
-3
/
+3
2016-07-11
xprtrdma: Honor ->send_request API contract
Chuck Lever
1
-1
/
+1
2016-05-17
xprtrdma: Add ro_unmap_safe memreg method
Chuck Lever
1
-4
/
+1
2016-05-17
xprtrdma: Remove rpcrdma_create_chunks()
Chuck Lever
1
-151
/
+0
2016-05-17
xprtrdma: Allow Read list and Reply chunk simultaneously
Chuck Lever
1
-59
/
+268
2016-05-17
xprtrdma: Update comments in rpcrdma_marshal_req()
Chuck Lever
1
-14
/
+4
2016-05-17
xprtrdma: Avoid using Write list for small NFS READ requests
Chuck Lever
1
-4
/
+5
2016-05-17
xprtrdma: Prevent inline overflow
Chuck Lever
1
-10
/
+75
[next]