Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
4840572d3d7e66d7b55d3fc3b0f52711fd172eb8
/
net
/
sunrpc
/
xprtrdma
e1ede31
xprtrdma: Fix helper that drains the transport
by Chuck Lever
· 6 years ago
ebc551f
Merge tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 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
55638c5
Merge tag 'nfs-for-5.0-4' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 6 years ago
067fb11
SUNRPC: Remove rpc_xprt::tsh_size
by Chuck Lever
· 6 years ago
0ccc61b
SUNRPC: Add xdr_stream::rqst field
by Chuck Lever
· 6 years ago
e340c2d
xprtrdma: Reduce the doorbell rate (Receive)
by Chuck Lever
· 6 years ago
d4550bb
xprtrdma: Check inline size before providing a Write chunk
by Chuck Lever
· 6 years ago
ec482cc
xprtrdma: Fix sparse warnings
by Chuck Lever
· 6 years ago
a4cb5bd
xprtrdma: Make sure Send CQ is allocated on an existing compvec
by Nicolas Morey-Chaisemartin
· 6 years ago
8820bcaa
svcrdma: Remove syslog warnings in work completion handlers
by Chuck Lever
· 6 years ago
c7920f0
svcrdma: Squelch compiler warning when SUNRPC_DEBUG is disabled
by Chuck Lever
· 6 years ago
14cfbd9
svcrdma: Use struct_size() in kmalloc()
by Gustavo A. R. Silva
· 6 years ago
95503d2
svcrpc: fix unlikely races preventing queueing of sockets
by J. Bruce Fields
· 6 years ago
e248aa7
svcrdma: Remove max_sge check at connect time
by Chuck Lever
· 6 years ago
6e17f58
xprtrdma: Double free in rpcrdma_sendctxs_create()
by Dan Carpenter
· 6 years ago
4429b66
xprtrdma: Fix error code in rpcrdma_buffer_create()
by Dan Carpenter
· 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
e45428a
Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 6 years ago
07e1030
xprtrdma: Prevent leak of rpcrdma_rep objects
by Chuck Lever
· 6 years ago
f85adb1
xprtrdma: Don't leak freed MRs
by Chuck Lever
· 6 years ago
af65ed4
xprtrdma: Add documenting comment for rpcrdma_buffer_destroy
by Chuck Lever
· 6 years ago
995d312
xprtrdma: Replace outdated comment for rpcrdma_ep_post
by Chuck Lever
· 6 years ago
e0f86bc
xprtrdma: Update comments in frwr_op_send
by Chuck Lever
· 6 years ago
53b2c1c
xprtrdma: Trace mapping, alloc, and dereg failures
by Chuck Lever
· 6 years ago
395069f
xprtrdma: Add trace points for calls to transport switch methods
by Chuck Lever
· 6 years ago
ba217ec
xprtrdma: Relocate the xprtrdma_mr_map trace points
by Chuck Lever
· 6 years ago
aba11831
xprtrdma: Clean up of xprtrdma chunk trace points
by Chuck Lever
· 6 years ago
9bef848
xprtrdma: Remove unused fields from rpcrdma_ia
by Chuck Lever
· 6 years ago
ddbb347
xprtrdma: Cull dprintk() call sites
by Chuck Lever
· 6 years ago
92f4433
xprtrdma: Simplify locking that protects the rl_allreqs list
by Chuck Lever
· 6 years ago
236b094
xprtrdma: Expose transport header errors
by Chuck Lever
· 6 years ago
889ee07
xprtrdma: Remove request_module from backchannel
by Chuck Lever
· 6 years ago
15303d9e
xprtrdma: Recognize XDRBUF_SPARSE_PAGES
by Chuck Lever
· 6 years ago
0a93fbc
xprtrdma: Plant XID in on-the-wire RDMA offset (FRWR)
by Chuck Lever
· 6 years ago
5f62412
xprtrdma: Remove rpcrdma_memreg_ops
by Chuck Lever
· 6 years ago
ba69cd1
xprtrdma: Remove support for FMR memory registration
by Chuck Lever
· 6 years ago
a788684
xprtrdma: Reduce max_frwr_depth
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
3d433ad
xprtrdma: No qp_event disconnect
by Chuck Lever
· 6 years ago
6d2d0ee
xprtrdma: Replace rpcrdma_receive_wq with a per-xprt workqueue
by Chuck Lever
· 6 years ago
6ceea36
xprtrdma: Refactor Receive accounting
by Chuck Lever
· 6 years ago
b674c4b
xprtrdma: Ensure MRs are DMA-unmapped when posting LOCAL_INV fails
by Chuck Lever
· 6 years ago
e2f34e2
xprtrdma: Yet another double DMA-unmap
by Chuck Lever
· 6 years ago
64e20ba
sunrpc: remove unused xpo_prep_reply_hdr callback
by Vasily Averin
· 6 years ago
7ef88ff
sunrpc: remove svc_rdma_bc_class
by Vasily Averin
· 6 years ago
4aa5cff
sunrpc: remove unused bc_up operation from rpc_xprt_ops
by Vasily Averin
· 6 years ago
a289ce5
sunrpc: replace svc_serv->sv_bc_xprt by boolean flag
by Vasily Averin
· 6 years ago
3023a1e
RDMA: Start use ib_device_ops
by Kamal Heib
· 6 years ago
97bce63
svcrdma: Optimize the logic that selects the R_key to invalidate
by Chuck Lever
· 6 years ago
310c758
Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 6 years ago
07880fa
svcrdma: Remove try_module_get from backchannel
by Chuck Lever
· 6 years ago
596f2a1
svcrdma: Remove ->release_rqst call in bc reply handler
by Chuck Lever
· 6 years ago
f3c1fd0
svcrdma: Reduce max_send_sges
by Chuck Lever
· 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
61c208a
xprtrdma: Report when there were zero posted Receives
by Chuck Lever
· 6 years ago
512ccfb
xprtrdma: Move rb_flags initialization
by Chuck Lever
· 6 years ago
f7d4668
xprtrdma: Don't disable BH's in backchannel server
by Chuck Lever
· 6 years ago
83e301d
xprtrdma: Remove memory address of "ep" from an error message
by Chuck Lever
· 6 years ago
f9521d5
xprtrdma: Rename rpcrdma_qp_async_error_upcall
by Chuck Lever
· 6 years ago
31e62d2
xprtrdma: Simplify RPC wake-ups on connect
by Chuck Lever
· 6 years ago
316a616
xprtrdma: Re-organize the switch() in rpcrdma_conn_upcall
by Chuck Lever
· 6 years ago
aadc5a9
xprtrdma: Eliminate "connstate" variable from rpcrdma_conn_upcall()
by Chuck Lever
· 6 years ago
ed97f1f
xprtrdma: Conventional variable names in rpcrdma_conn_upcall
by Chuck Lever
· 6 years ago
ae38288
xprtrdma: Rename rpcrdma_conn_upcall
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
d379eaa
xprtrdma: Name MR trace events consistently
by Chuck Lever
· 6 years ago
61da886
xprtrdma: Explicitly resetting MRs is no longer necessary
by Chuck Lever
· 6 years ago
c421ece
xprtrdma: Create more MRs at a time
by Chuck Lever
· 6 years ago
ef739b2
xprtrdma: Reset credit grant properly after a disconnect
by Chuck Lever
· 6 years ago
91ca186
xprtrdma: xprt_release_rqst_cong is called outside of transport_lock
by Chuck Lever
· 6 years ago
adfa714
SUNRPC: Cleanup: remove the unused 'task' argument from the request_send()
by Trond Myklebust
· 6 years ago
c544577
SUNRPC: Clean up transport write space handling
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
edc81dc
SUNRPC: Refactor xprt_transmit() to remove the reply queue code
by Trond Myklebust
· 6 years ago
75c8415
SUNRPC: Rename xprt->recv_lock to xprt->queue_lock
by Trond Myklebust
· 6 years ago
53a01c9
Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 6 years ago
9157141
Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 6 years ago
ac5bb5b
rpc: remove unneeded variable 'ret' in rdma_listen_handler
by zhong jiang
· 6 years ago
07d0ff3
svcrdma: Clean up Read chunk path
by Chuck Lever
· 6 years ago
a53d5cb0
svcrdma: Avoid releasing a page in svc_xprt_release()
by Chuck Lever
· 6 years ago
9cc3b98
sunrpc: remove redundant variables 'checksumlen','blocksize' and 'data'
by YueHaibing
· 6 years ago
8d4fb8f
xprtrdma: Fix disconnect regression
by Chuck Lever
· 6 years ago
d34ac5c
RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const
by Bart Van Assche
· 7 years ago
5d85a82
net/xprtrdma: Restore needed argument to ib_post_send
by Jason Gunthorpe
· 6 years ago
ed288d7
net/xprtrdma: Simplify ib_post_(send|recv|srq_recv)() calls
by Bart Van Assche
· 7 years ago
33023fb
IB/core: add max_send_sge and max_recv_sge attributes
by Steve Wise
· 7 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
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
Next »