index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-26
xprtrdma: Improve commentary around rpcrdma_reps_unmap()
Chuck Lever
1
-1
/
+5
2021-04-26
xprtrdma: Improve locking around rpcrdma_rep destruction
Chuck Lever
1
-7
/
+24
2021-04-26
xprtrdma: Put flushed Receives on free list instead of destroying them
Chuck Lever
1
-1
/
+3
2021-04-26
xprtrdma: Do not refresh Receive Queue while it is draining
Chuck Lever
2
-0
/
+14
2021-04-26
xprtrdma: Avoid Receive Queue wrapping
Chuck Lever
1
-0
/
+1
2021-04-23
SUNRPC: Fix null pointer dereference in svc_rqst_free()
Yunjian Wang
1
-1
/
+2
2021-04-22
SUNRPC: fix ternary sign expansion bug in tracing
Dan Carpenter
1
-1
/
+1
2021-04-14
svcrdma: Pass a useful error code to the send_err tracepoint
Chuck Lever
1
-3
/
+9
2021-04-14
svcrdma: Rename goto labels in svc_rdma_sendto()
Chuck Lever
1
-12
/
+12
2021-04-14
svcrdma: Don't leak send_ctxt on Send errors
Chuck Lever
1
-4
/
+4
2021-04-14
SUNRPC: Handle major timeout in xprt_adjust_timeout()
Chris Dion
1
-2
/
+2
2021-04-14
SUNRPC: Remove trace_xprt_transmit_queued
Chuck Lever
1
-2
/
+0
2021-04-14
SUNRPC: Add tracepoint that fires when an RPC is retransmitted
Chuck Lever
1
-1
/
+3
2021-04-14
SUNRPC: Move fault injection call sites
Chuck Lever
3
-5
/
+8
2021-04-06
sunrpc: Remove unused function ip_map_lookup
Jiapeng Chong
1
-9
/
+0
2021-04-05
SUNRPC: Ensure the transport backchannel association
Benjamin Coddington
1
-0
/
+4
2021-04-05
sunrpc: honor rpc_task's timeout value in rpcb_create()
Eryu Guan
1
-2
/
+5
2021-04-05
SUNRPC: Set TCP_CORK until the transmit queue is empty
Trond Myklebust
2
-1
/
+6
2021-03-31
svcrdma: Clean up dto_q critical section in svc_rdma_recvfrom()
Chuck Lever
1
-7
/
+7
2021-03-31
svcrdma: Remove svc_rdma_recv_ctxt::rc_pages and ::rc_arg
Chuck Lever
2
-17
/
+0
2021-03-31
svcrdma: Remove sc_read_complete_q
Chuck Lever
2
-52
/
+6
2021-03-31
svcrdma: Single-stage RDMA Read
Chuck Lever
2
-67
/
+37
2021-03-22
SUNRPC: Move svc_xprt_received() call sites
Chuck Lever
3
-5
/
+17
2021-03-22
SUNRPC: Export svc_xprt_received()
Chuck Lever
1
-4
/
+9
2021-03-22
svcrdma: Retain the page backing rq_res.head[0].iov_base
Chuck Lever
1
-0
/
+5
2021-03-22
svcrdma: Remove unused sc_pages field
Chuck Lever
1
-25
/
+0
2021-03-22
svcrdma: Normalize Send page handling
Chuck Lever
2
-14
/
+23
2021-03-22
svcrdma: Add a "deferred close" helper
Chuck Lever
6
-24
/
+29
2021-03-22
svcrdma: Maintain a Receive water mark
Chuck Lever
2
-3
/
+12
2021-03-22
svcrdma: Use svc_rdma_refresh_recvs() in wc_receive
Chuck Lever
1
-32
/
+11
2021-03-22
svcrdma: Add a batch Receive posting mechanism
Chuck Lever
1
-14
/
+42
2021-03-22
svcrdma: Remove stale comment for svc_rdma_wc_receive()
Chuck Lever
1
-2
/
+0
2021-03-22
svcrdma: Provide an explanatory comment in CMA event handler
Chuck Lever
1
-0
/
+3
2021-03-22
svcrdma: RPCDBG_FACILITY is no longer used
Chuck Lever
2
-4
/
+0
2021-03-16
Merge tag 'nfsd-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
5
-54
/
+55
2021-03-11
svcrdma: Revert "svcrdma: Reduce Receive doorbell rate"
Chuck Lever
1
-43
/
+39
2021-03-08
SUNRPC: Set memalloc_nofs_save() for sync tasks
Benjamin Coddington
1
-1
/
+4
2021-03-06
rpc: fix NULL dereference on kmalloc failure
J. Bruce Fields
1
-4
/
+7
2021-03-06
sunrpc: fix refcount leak for rpc auth modules
Daniel Kobras
1
-2
/
+4
2021-03-06
NFSD: Repair misuse of sv_lock in 5.10.16-rt30.
Joe Korty
1
-2
/
+2
2021-03-06
svcrdma: disable timeouts on rdma backchannel
Timo Rothenpieler
1
-3
/
+3
2021-02-26
Merge tag 'nfs-for-5.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
7
-77
/
+43
2021-02-22
Merge tag 'nfsd-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2
-21
/
+20
2021-02-21
Merge tag 'nfsd-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
5
-119
/
+173
2021-02-16
SUNRPC: Further clean up svc_tcp_sendmsg()
Chuck Lever
1
-8
/
+7
2021-02-16
SUNRPC: Remove redundant socket flags from svc_tcp_sendmsg()
Trond Myklebust
1
-9
/
+3
2021-02-16
SUNRPC: Use TCP_CORK to optimise send performance on the server
Trond Myklebust
1
-1
/
+7
2021-02-15
svcrdma: Hold private mutex while invoking rdma_accept()
Chuck Lever
1
-3
/
+3
2021-02-05
xprtrdma: Clean up rpcrdma_prepare_readch()
Chuck Lever
1
-18
/
+9
2021-02-05
xprtrdma: Pad optimization, revisited
Chuck Lever
1
-4
/
+1
[prev]
[next]