index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
xprtrdma
/
svc_rdma_transport.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-17
svcrdma: Fix leak of svc_rdma_recv_ctxt objects
Chuck Lever
1
-5
/
+0
2020-03-16
svcrdma: Remove svcrdma_cm_event() trace point
Chuck Lever
1
-7
/
+0
2020-03-16
nfsd: Fix NFSv4 READ on RDMA when using readv
Chuck Lever
1
-0
/
+1
2019-09-27
Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-3
/
+3
2019-08-19
svcrdma: Use llist for managing cache of recv_ctxts
Chuck Lever
1
-2
/
+1
2019-08-19
svcrdma: Remove svc_rdma_wq
Chuck Lever
1
-1
/
+2
2019-08-05
rdma: Enable ib_alloc_cq to spread work over a device's comp_vectors
Chuck Lever
1
-4
/
+4
2019-07-06
SUNRPC: Remove the bh-safe lock requirement on xprt->transport_lock
Trond Myklebust
1
-4
/
+4
2019-06-19
svcrdma: Ignore source port when computing DRC hash
Chuck Lever
1
-1
/
+6
2019-02-06
svcrdma: Remove syslog warnings in work completion handlers
Chuck Lever
1
-5
/
+0
2019-02-06
svcrdma: Squelch compiler warning when SUNRPC_DEBUG is disabled
Chuck Lever
1
-1
/
+3
2019-02-06
svcrdma: Remove max_sge check at connect time
Chuck Lever
1
-6
/
+3
2018-12-27
sunrpc: remove unused xpo_prep_reply_hdr callback
Vasily Averin
1
-1
/
+0
2018-12-27
sunrpc: remove svc_rdma_bc_class
Vasily Averin
1
-57
/
+0
2018-12-27
sunrpc: replace svc_serv->sv_bc_xprt by boolean flag
Vasily Averin
1
-1
/
+0
2018-10-29
svcrdma: Reduce max_send_sges
Chuck Lever
1
-4
/
+6
2018-08-23
Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-2
/
+1
2018-08-09
rpc: remove unneeded variable 'ret' in rdma_listen_handler
zhong jiang
1
-2
/
+1
2018-06-18
IB/core: add max_send_sge and max_recv_sge attributes
Steve Wise
1
-1
/
+1
2018-05-11
svcrdma: Don't overrun the SGE array in svc_rdma_send_ctxt
Chuck Lever
1
-4
/
+9
2018-05-11
svcrdma: Introduce svc_rdma_send_ctxt
Chuck Lever
1
-201
/
+4
2018-05-11
svcrdma: Persistently allocate and DMA-map Receive buffers
Chuck Lever
1
-1
/
+1
2018-05-11
svcrdma: Remove sc_rq_depth
Chuck Lever
1
-9
/
+8
2018-05-11
svcrdma: Introduce svc_rdma_recv_ctxt
Chuck Lever
1
-134
/
+8
2018-05-11
svcrdma: Trace key RDMA API events
Chuck Lever
1
-41
/
+26
2018-05-11
svcrdma: Trace key RPC/RDMA protocol events
Chuck Lever
1
-7
/
+12
2018-05-11
svcrdma: Use passed-in net namespace when creating RDMA listener
Chuck Lever
1
-18
/
+17
2018-05-11
svcrdma: Add proper SPDX tags for NetApp-contributed source
Chuck Lever
1
-0
/
+1
2018-04-03
sunrpc: Save remote presentation address in svc_xprt for trace events
Chuck Lever
1
-1
/
+3
2018-04-03
svc: Simplify ->xpo_secure_port
Chuck Lever
1
-3
/
+3
2018-03-20
svcrdma: Consult max_qp_init_rd_atom when accepting connections
Chuck Lever
1
-13
/
+9
2018-03-20
svcrdma: Use pr_err to report Receive errors
Chuck Lever
1
-3
/
+3
2018-01-18
svcrdma: Post Receives in the Receive completion handler
Chuck Lever
1
-18
/
+7
2017-11-07
svcrdma: Enqueue after setting XPT_CLOSE in completion handlers
Chuck Lever
1
-3
/
+8
2017-09-05
svcrdma: Estimate Send Queue depth properly
Chuck Lever
1
-4
/
+13
2017-09-05
svcrdma: Limit RQ depth
Chuck Lever
1
-7
/
+12
2017-08-24
sunrpc: Const-ify instances of struct svc_xprt_ops
Chuck Lever
1
-2
/
+2
2017-07-12
svcrdma: Clean up after converting svc_rdma_recvfrom to rdma_rw API
Chuck Lever
1
-35
/
+4
2017-07-12
svcrdma: Clean-up svc_rdma_unmap_dma
Chuck Lever
1
-14
/
+5
2017-07-12
svcrdma: Remove frmr cache
Chuck Lever
1
-86
/
+0
2017-07-12
svcrdma: Remove unused Read completion handlers
Chuck Lever
1
-84
/
+9
2017-07-12
svcrdma: Use generic RDMA R/W API in RPC Call path
Chuck Lever
1
-13
/
+0
2017-04-25
svcrdma: Remove the req_map cache
Chuck Lever
1
-84
/
+0
2017-04-25
svcrdma: Remove unused RDMA Write completion handler
Chuck Lever
1
-18
/
+0
2017-04-25
svcrdma: Use rdma_rw API in RPC reply path
Chuck Lever
1
-0
/
+2
2017-04-25
svcrdma: Introduce local rdma_rw API helpers
Chuck Lever
1
-0
/
+4
2017-04-25
svcrdma: Eliminate RPCRDMA_SQ_DEPTH_MULT
Chuck Lever
1
-1
/
+1
2017-03-28
svcrdma: set XPT_CONG_CTRL flag for bc xprt
Chuck Lever
1
-0
/
+1
2017-02-28
Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-32
/
+37
2017-02-24
sunrpc: flag transports as having congestion control
Jeff Layton
1
-0
/
+8
[next]