Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
eec4844fae7c033a0c1fc1eb3b8517aeb8b6cc49
/
net
/
sunrpc
/
xprtrdma
/
transport.c
eec4844
proc/sysctl: add shared variables for range check
by Matteo Croce
· 6 years ago
86c4ccd
xprtrdma: Eliminate struct rpcrdma_create_data_internal
by Chuck Lever
· 6 years ago
94087e9
xprtrdma: Aggregate the inline settings in struct rpcrdma_ep
by Chuck Lever
· 6 years ago
fd59517
xprtrdma: Remove rpcrdma_create_data_internal::rsize and wsize
by Chuck Lever
· 6 years ago
0f665ce
xprtrdma: De-duplicate "allocate new, free old regbuf"
by Chuck Lever
· 6 years ago
bb93a1a
xprtrdma: Allocate req's regbufs at xprt create time
by Chuck Lever
· 6 years ago
8cec3db
xprtrdma: rpcrdma_regbuf alignment
by Chuck Lever
· 6 years ago
8ba6a92
SUNRPC: Refactor xprt_request_wait_receive()
by Trond Myklebust
· 6 years ago
06b5fc3
Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Trond Myklebust
· 6 years ago
b9779a5
SUNRPC: Ensure rq_bytes_sent is reset before request transmission
by Trond Myklebust
· 6 years ago
067fb11
SUNRPC: Remove rpc_xprt::tsh_size
by Chuck Lever
· 6 years ago
e6b9257
Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 6 years ago
395069f
xprtrdma: Add trace points for calls to transport switch methods
by Chuck Lever
· 6 years ago
ddbb347
xprtrdma: Cull dprintk() call sites
by Chuck Lever
· 6 years ago
5f62412
xprtrdma: Remove rpcrdma_memreg_ops
by Chuck Lever
· 6 years ago
6946f82
xprtrdma: Fix ri_max_segs and the result of ro_maxpages
by Chuck Lever
· 6 years ago
0c0829b
xprtrdma: Don't wake pending tasks until disconnect is done
by Chuck Lever
· 6 years ago
6d2d0ee
xprtrdma: Replace rpcrdma_receive_wq with a per-xprt workqueue
by Chuck Lever
· 6 years ago
4aa5cff
sunrpc: remove unused bc_up operation from rpc_xprt_ops
by Vasily Averin
· 6 years ago
93bdcf9
Merge tag 'nfs-rdma-for-4.20-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Trond Myklebust
· 6 years ago
ad09118
xprtrdma: Clean up xprt_rdma_disconnect_inject
by Chuck Lever
· 6 years ago
f26c32f
xprtrdma: Add documenting comments
by Chuck Lever
· 6 years ago
31e62d2
xprtrdma: Simplify RPC wake-ups on connect
by Chuck Lever
· 6 years ago
8440a88
sunrpc: Report connect_time in seconds
by Chuck Lever
· 6 years ago
3968a8a
sunrpc: Fix connect metrics
by Chuck Lever
· 6 years ago
61da886
xprtrdma: Explicitly resetting MRs is no longer necessary
by Chuck Lever
· 6 years ago
ef739b2
xprtrdma: Reset credit grant properly after a disconnect
by Chuck Lever
· 6 years ago
adfa714
SUNRPC: Cleanup: remove the unused 'task' argument from the request_send()
by Trond Myklebust
· 6 years ago
75891f5
SUNRPC: Support for congestion control when queuing is enabled
by Trond Myklebust
· 6 years ago
50f484e
SUNRPC: Treat the task and request as separate in the xprt_ops->send_request()
by Trond Myklebust
· 6 years ago
0725d4e
Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 7 years ago
bd2abef
svcrdma: Trace key RDMA API events
by Chuck Lever
· 7 years ago
b6e717cb
xprtrdma: Prepare RPC/RDMA includes for server-side trace points
by Chuck Lever
· 7 years ago
7c8d9e7
xprtrdma: Move Receive posting to Receive handler
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
a2268cf
xprtrdma: Add proper SPDX tags for NetApp-contributed source
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
fb14ae8
xprtrdma: "Support" call-only RPCs
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
6720a89
xprtrdma: Fix latency regression on NUMA NFS/RDMA clients
by Chuck Lever
· 7 years ago
82476d9
SUNRPC: Trace xprt_timer events
by Chuck Lever
· 7 years ago
ae72467
xprtrdma: Instrument allocation/release of rpcrdma_req/rep objects
by Chuck Lever
· 7 years ago
b4744e0
xprtrdma: Add trace points for connect events
by Chuck Lever
· 7 years ago
ce5b371
xprtrdma: Replace all usage of "frmr" with "frwr"
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
42b9f5c
xprtrdma: Eliminate unnecessary lock cycle in xprt_rdma_send_request
by Chuck Lever
· 7 years ago
03ac1a7
xprtrdma: Fix buffer leak after transport set up failure
by Chuck Lever
· 7 years ago
ccede75
xprtrdma: Spread reply processing over more CPUs
by Chuck Lever
· 7 years ago
62b56a6
xprtrdma: Update copyright notices
by Chuck Lever
· 7 years ago
01bb35c
xprtrdma: RPC completion should wait for Send completion
by Chuck Lever
· 7 years ago
0ba6f37
xprtrdma: Refactor rpcrdma_deferred_completion
by Chuck Lever
· 7 years ago
531cca0
xprtrdma: Add a field of bit flags to struct rpcrdma_req
by Chuck Lever
· 7 years ago
ae72950
xprtrdma: Add data structure to manage RDMA Send arguments
by Chuck Lever
· 7 years ago
4ce6c04
xprtrdma: Use ro_unmap_sync in xprt_rdma_send_request
by Chuck Lever
· 7 years ago
8f66b1a
xprtrdma: Don't defer fencing an async RPC's chunks
by Chuck Lever
· 7 years ago
9590d08
xprtrdma: Use xprt_pin_rqst in rpcrdma_reply_handler
by Chuck Lever
· 7 years ago
7a80f3f
xprtrdma: Set up an xdr_stream in rpcrdma_marshal_req()
by Chuck Lever
· 7 years ago
09e6064
xprtrdma: Clean up rpcrdma_marshal_req() synopsis
by Chuck Lever
· 7 years ago
d31ae25
sunrpc: Const-ify all instances of struct rpc_xprt_ops
by Chuck Lever
· 7 years ago
431af64
xprtrdma: Fix client lock-up after application signal fires
by Chuck Lever
· 8 years ago
bebd031
xprtrdma: Support unplugging an HCA from under an NFS mount
by Chuck Lever
· 8 years ago
fff0959
xprtrdma: Refactor rpcrdma_ia_open()
by Chuck Lever
· 8 years ago
3384979
xprtrdma: Detect unreachable NFS/RDMA servers more reliably
by Chuck Lever
· 8 years ago
18c0fb3
xprtrdma: Properly recover FRWRs with in-flight FASTREG WRs
by Chuck Lever
· 8 years ago
c95a3c6
xprtrdma: Disable pad optimization by default
by Chuck Lever
· 8 years ago
3a72dc7
xprtrdma: Relocate connection helper functions
by Chuck Lever
· 8 years ago
48016dc
xprtrdma: Avoid calls to ro_unmap_safe()
by Chuck Lever
· 8 years ago
44829d0
xprtrdma: Support larger inline thresholds
by Chuck Lever
· 8 years ago
655fec6
xprtrdma: Use gathered Send for large inline messages
by Chuck Lever
· 8 years ago
c8b920b
xprtrdma: Basic support for Remote Invalidation
by Chuck Lever
· 8 years ago
13650c2
xprtrdma: Eliminate "ia" argument in rpcrdma_{alloc, free}_regbuf
by Chuck Lever
· 8 years ago
99ef4db
xprtrdma: Replace DMA_BIDIRECTIONAL
by Chuck Lever
· 8 years ago
08cf2ef
xprtrdma: Use smaller buffers for RPC-over-RDMA headers
by Chuck Lever
· 8 years ago
9c40c49
xprtrdma: Initialize separate RPC call and reply buffers
by Chuck Lever
· 8 years ago
5a6d1db
SUNRPC: Add a transport-specific private field in rpc_rqst
by Chuck Lever
· 8 years ago
6877894
SUNRPC: Separate buffer pointers for RPC Call and Reply messages
by Chuck Lever
· 8 years ago
3435c74
SUNRPC: Generalize the RPC buffer release API
by Chuck Lever
· 8 years ago
5fe6eaa
SUNRPC: Generalize the RPC buffer allocation API
by Chuck Lever
· 8 years ago
eb342e9
xprtrdma: Eliminate INLINE_THRESHOLD macros
by Chuck Lever
· 8 years ago
9d6b040
xprtrdma: Place registered MWs on a per-req list
by Chuck Lever
· 9 years ago
e2ac236
xprtrdma: Allocate MRs on demand
by Chuck Lever
· 9 years ago
7a89f9c
xprtrdma: Honor ->send_request API contract
by Chuck Lever
· 9 years ago
505bbe6
xprtrdma: Refactor MR recovery work queues
by Chuck Lever
· 9 years ago
ead3f26
xprtrdma: Add ro_unmap_safe memreg method
by Chuck Lever
· 9 years ago
29c5542
xprtrdma: Bound the inline threshold values
by Chuck Lever
· 9 years ago
6b26cc8
sunrpc: Advertise maximum backchannel payload size
by Chuck Lever
· 9 years ago
048ccca
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
by Linus Torvalds
· 9 years ago
5d252f9
svcrdma: Add class for RDMA backwards direction transport
by Chuck Lever
· 9 years ago
ffc4d9b
xprtrdma: xprt_rdma_free() must not release backchannel reqs
by Chuck Lever
· 9 years ago
7656677
NFS: Enable client side NFSv4.1 backchannel to use other transports
by Chuck Lever
· 9 years ago
Next »