Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
d2d369a9618be01b1f59965b447bb49e7c4ec305
/
net
/
sunrpc
/
xprtrdma
0725d4e
Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 7 years ago
89e2556
Merge tag 'nfsd-4.18' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 7 years ago
af7fd74
svcrdma: Fix incorrect return value/type in svc_rdma_post_recvs
by Chuck Lever
· 7 years ago
fcda3d5
Merge tag 'nfs-rdma-for-4.18-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Trond Myklebust
· 7 years ago
11d0ac1
xprtrdma: Remove transfertypes array
by Chuck Lever
· 7 years ago
8335640
xprtrdma: Add trace_xprtrdma_dma_map(mr)
by Chuck Lever
· 7 years ago
2fad659
xprtrdma: Wait on empty sendctx queue
by Chuck Lever
· 7 years ago
ed3aa74
xprtrdma: Move common wait_for_buffer_space call to parent function
by Chuck Lever
· 7 years ago
a8f688e
xprtrdma: Return -ENOBUFS when no pages are available
by Chuck Lever
· 7 years ago
a1f45ef
Merge tag 'nfs-for-4.17-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 7 years ago
99722fe
svcrdma: Persistently allocate and DMA-map Send buffers
by Chuck Lever
· 7 years ago
3abb03f
svcrdma: Simplify svc_rdma_send()
by Chuck Lever
· 7 years ago
986b788
svcrdma: Remove post_send_wr
by Chuck Lever
· 7 years ago
25fd86e
svcrdma: Don't overrun the SGE array in svc_rdma_send_ctxt
by Chuck Lever
· 7 years ago
4201c746
svcrdma: Introduce svc_rdma_send_ctxt
by Chuck Lever
· 7 years ago
2326279
svcrdma: Clean up Send SGE accounting
by Chuck Lever
· 7 years ago
f016f30
svcrdma: Refactor svc_rdma_dma_map_buf
by Chuck Lever
· 7 years ago
eb5d7a6
svcrdma: Allocate recv_ctxt's on CPU handling Receives
by Chuck Lever
· 7 years ago
3316f06
svcrdma: Persistently allocate and DMA-map Receive buffers
by Chuck Lever
· 7 years ago
3a88092
svcrdma: Preserve Receive buffer until svc_rdma_sendto
by Chuck Lever
· 7 years ago
1e5f416
svcrdma: Simplify svc_rdma_recv_ctxt_put
by Chuck Lever
· 7 years ago
2c577bf
svcrdma: Remove sc_rq_depth
by Chuck Lever
· 7 years ago
ecf85b2
svcrdma: Introduce svc_rdma_recv_ctxt
by Chuck Lever
· 7 years ago
bd2abef
svcrdma: Trace key RDMA API events
by Chuck Lever
· 7 years ago
98895ed
svcrdma: Trace key RPC/RDMA protocol events
by Chuck Lever
· 7 years ago
b6e717cb
xprtrdma: Prepare RPC/RDMA includes for server-side trace points
by Chuck Lever
· 7 years ago
8dafcbe
svcrdma: Use passed-in net namespace when creating RDMA listener
by Chuck Lever
· 7 years ago
bcf3ffd
svcrdma: Add proper SPDX tags for NetApp-contributed source
by Chuck Lever
· 7 years ago
efd81e9
xprtrdma: Make rpcrdma_sendctx_put_locked() a static function
by Chuck Lever
· 7 years ago
9d95cd5
xprtrdma: Remove rpcrdma_buffer_get_rep_locked()
by Chuck Lever
· 7 years ago
e68699c
xprtrdma: Remove rpcrdma_buffer_get_req_locked()
by Chuck Lever
· 7 years ago
a7986f0
xprtrdma: Remove rpcrdma_ep_{post_recv, post_extra_recv}
by Chuck Lever
· 7 years ago
7c8d9e7
xprtrdma: Move Receive posting to Receive handler
by Chuck Lever
· 7 years ago
0e0b854
xprtrdma: Clean up Receive trace points
by Chuck Lever
· 7 years ago
edb41e6
xprtrdma: Make rpc_rqst part of rpcrdma_req
by Chuck Lever
· 7 years ago
48be539
xprtrdma: Introduce ->alloc_slot call-out for xprtrdma
by Chuck Lever
· 7 years ago
a9cde23
SUNRPC: Add a ->free_slot transport callout
by Chuck Lever
· 7 years ago
914fcad
xprtrdma: Fix max_send_wr computation
by Chuck Lever
· 7 years ago
107c4be
xprtrdma: Create transport's CM ID in the correct network namespace
by Chuck Lever
· 7 years ago
52d28fe
xprtrdma: Try to fail quickly if proto=rdma
by Chuck Lever
· 7 years ago
a2268cf
xprtrdma: Add proper SPDX tags for NetApp-contributed source
by Chuck Lever
· 7 years ago
054f155
xprtrdma: Fix list corruption / DMAR errors during MR recovery
by Chuck Lever
· 7 years ago
a1bf4c7
Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 7 years ago
2552428
xprtrdma: Fix corner cases when handling device removal
by Chuck Lever
· 7 years ago
7821575
SUNRPC: Make RTT measurement more precise (Send)
by Chuck Lever
· 7 years ago
2dd4a01
xprtrdma: Move creation of rl_rdmabuf to rpcrdma_create_req
by Chuck Lever
· 7 years ago
f287762
xprtrdma: Chain Send to FastReg WRs
by Chuck Lever
· 7 years ago
fb14ae8
xprtrdma: "Support" call-only RPCs
by Chuck Lever
· 7 years ago
ae741a8
xprtrdma: Reduce number of MRs created by rpcrdma_mrs_create
by Chuck Lever
· 7 years ago
9e679d5
xprtrdma: ->send_request returns -EAGAIN when there are no free MRs
by Chuck Lever
· 7 years ago
8a14793
xprtrdma: Remove xprt-specific connect cookie
by Chuck Lever
· 7 years ago
b7e85fff
xprtrdma: Remove arbitrary limit on initiator depth
by Chuck Lever
· 7 years ago
6720a89
xprtrdma: Fix latency regression on NUMA NFS/RDMA clients
by Chuck Lever
· 7 years ago
ece200d
sunrpc: Save remote presentation address in svc_xprt for trace events
by Chuck Lever
· 7 years ago
989f881
svc: Simplify ->xpo_secure_port
by Chuck Lever
· 7 years ago
6f29d07
svcrdma: Clean up rdma_build_arg_xdr
by Chuck Lever
· 7 years ago
97cc326
svcrdma: Consult max_qp_init_rd_atom when accepting connections
by Chuck Lever
· 7 years ago
0c4398f
svcrdma: Use pr_err to report Receive errors
by Chuck Lever
· 7 years ago
82f0a41
Merge tag 'nfs-for-4.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 7 years ago
f1517df
Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 7 years ago
175e031
svcrdma: Fix Read chunk round-up
by Chuck Lever
· 7 years ago
e89e8d8f
xprtrdma: Fix BUG after a device removal
by Chuck Lever
· 7 years ago
1179e2c
xprtrdma: Fix calculation of ri_max_send_sges
by Chuck Lever
· 7 years ago
82476d9
SUNRPC: Trace xprt_timer events
by Chuck Lever
· 7 years ago
9ab6d89
xprtrdma: Correct some documenting comments
by Chuck Lever
· 7 years ago
aae2349
xprtrdma: Fix "bytes registered" accounting
by Chuck Lever
· 7 years ago
ae72467
xprtrdma: Instrument allocation/release of rpcrdma_req/rep objects
by Chuck Lever
· 7 years ago
643cf32
xprtrdma: Add trace points to instrument QP and CQ access upcalls
by Chuck Lever
· 7 years ago
fc1eb80
xprtrdma: Add trace points in the client-side backchannel code paths
by Chuck Lever
· 7 years ago
b4744e0
xprtrdma: Add trace points for connect events
by Chuck Lever
· 7 years ago
1c443eff
xprtrdma: Add trace points to instrument MR allocation and recovery
by Chuck Lever
· 7 years ago
2937fed
xprtrdma: Add trace points to instrument memory invalidation
by Chuck Lever
· 7 years ago
e11b7c9
xprtrdma: Add trace points in reply decoder path
by Chuck Lever
· 7 years ago
58f10ad
xprtrdma: Add trace points to instrument memory registration
by Chuck Lever
· 7 years ago
b4a7f91
xprtrdma: Add trace points in the RPC Reply handler paths
by Chuck Lever
· 7 years ago
ab03eff
xprtrdma: Add trace points in RPC Call transmit paths
by Chuck Lever
· 7 years ago
e48f083
rpcrdma: infrastructure for static trace points in rpcrdma.ko
by Chuck Lever
· 7 years ago
4827250
svcrdma: Post Receives in the Receive completion handler
by Chuck Lever
· 7 years ago
ec12e47
xprtrdma: Introduce rpcrdma_mw_unmap_and_put
by Chuck Lever
· 7 years ago
96cedde
xprtrdma: Remove usage of "mw"
by Chuck Lever
· 7 years ago
ce5b371
xprtrdma: Replace all usage of "frmr" with "frwr"
by Chuck Lever
· 7 years ago
30b5416
xprtrdma: Don't clear RPC_BC_PA_IN_USE on pre-allocated rpc_rqst's
by Chuck Lever
· 7 years ago
cf73daf
xprtrdma: Split xprt_rdma_send_request
by Chuck Lever
· 7 years ago
6c537f2
xprtrdma: buf_free not called for CB replies
by Chuck Lever
· 7 years ago
a2b6470
xprtrdma: Move unmap-safe logic to rpcrdma_marshal_req
by Chuck Lever
· 7 years ago
20035ed
xprtrdma: Support IPv6 in xprt_rdma_set_port
by Chuck Lever
· 7 years ago
dd229ce
xprtrdma: Remove another sockaddr_storage field (cdata::addr)
by Chuck Lever
· 7 years ago
d461f1f
xprtrdma: Initialize the xprt address string array earlier
by Chuck Lever
· 7 years ago
1049270
xprtrdma: Remove unused padding variables
by Chuck Lever
· 7 years ago
3f0e3ed
xprtrdma: Remove ri_reminv_expected
by Chuck Lever
· 7 years ago
c344161
xprtrdma: Per-mode handling for Remote Invalidation
by Chuck Lever
· 7 years ago
42b9f5c
xprtrdma: Eliminate unnecessary lock cycle in xprt_rdma_send_request
by Chuck Lever
· 7 years ago
d698c4a
xprtrdma: Fix backchannel allocation of extra rpcrdma_reps
by Chuck Lever
· 7 years ago
03ac1a7
xprtrdma: Fix buffer leak after transport set up failure
by Chuck Lever
· 7 years ago
d025fbf
Merge tag 'nfs-for-4.15-3' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 7 years ago
ccede75
xprtrdma: Spread reply processing over more CPUs
by Chuck Lever
· 7 years ago
4dd3c2e
Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 7 years ago
c3e9c04
Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 7 years ago
62b56a6
xprtrdma: Update copyright notices
by Chuck Lever
· 7 years ago
1b746c1
xprtrdma: Remove include for linux/prefetch.h
by Chuck Lever
· 7 years ago
Next »