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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-01
xprtrdma: Fix a NULL dereference in frwr_unmap_sync()
Chuck Lever
1
-0
/
+1
2021-05-01
sunrpc: Fix misplaced barrier in call_decode
Baptiste Lepers
1
-6
/
+5
2021-04-26
xprtrdma: Move fr_mr field to struct rpcrdma_mr
Chuck Lever
2
-9
/
+6
2021-04-26
xprtrdma: Move the Work Request union to struct rpcrdma_mr
Chuck Lever
2
-23
/
+13
2021-04-26
xprtrdma: Move fr_linv_done field to struct rpcrdma_mr
Chuck Lever
2
-6
/
+5
2021-04-26
xprtrdma: Move cqe to struct rpcrdma_mr
Chuck Lever
2
-21
/
+16
2021-04-26
xprtrdma: Move fr_cid to struct rpcrdma_mr
Chuck Lever
2
-17
/
+16
2021-04-26
xprtrdma: Remove the RPC/RDMA QP event handler
Chuck Lever
1
-18
/
+0
2021-04-26
xprtrdma: Add tracepoints showing FastReg WRs and remote invalidation
Chuck Lever
1
-0
/
+2
2021-04-26
xprtrdma: Avoid Send Queue wrapping
Chuck Lever
2
-17
/
+16
2021-04-26
xprtrdma: Do not wake RPC consumer on a failed LocalInv
Chuck Lever
3
-9
/
+41
2021-04-26
xprtrdma: Do not recycle MR after FastReg/LocalInv flushes
Chuck Lever
1
-52
/
+17
2021-04-26
xprtrdma: Clarify use of barrier in frwr_wc_localinv_done()
Chuck Lever
1
-3
/
+5
2021-04-26
xprtrdma: Rename frwr_release_mr()
Chuck Lever
3
-6
/
+6
2021-04-26
xprtrdma: rpcrdma_mr_pop() already does list_del_init()
Chuck Lever
1
-1
/
+0
2021-04-26
xprtrdma: Delete rpcrdma_recv_buffer_put()
Chuck Lever
4
-20
/
+14
2021-04-26
xprtrdma: Fix cwnd update ordering
Chuck Lever
3
-7
/
+8
2021-04-26
xprtrdma: Improve locking around rpcrdma_rep creation
Chuck Lever
1
-4
/
+5
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-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-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-16
Merge tag 'nfsd-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
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/...
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
-121
/
+175
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
2021-02-05
rpcrdma: Fix comments about reverse-direction operation
Chuck Lever
4
-12
/
+8
2021-02-05
xprtrdma: Refactor invocations of offset_in_page()
Chuck Lever
3
-8
/
+6
2021-02-05
xprtrdma: Simplify rpcrdma_convert_kvec() and frwr_map()
Chuck Lever
3
-13
/
+10
2021-02-05
xprtrdma: Remove FMR support in rpcrdma_convert_iovs()
Chuck Lever
1
-20
/
+7
[next]