index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
SUNRPC: Respect RPC call timeouts when retrying transmission
Trond Myklebust
2019-03-23
1
-18
/
+24
*
SUNRPC: Fix up RPC back channel transmission
Trond Myklebust
2019-03-23
1
-28
/
+33
*
SUNRPC: Prevent thundering herd when the socket is not connected
Trond Myklebust
2019-03-23
1
-4
/
+17
*
svcrpc: fix UDP on servers with lots of threads
J. Bruce Fields
2019-03-23
1
-10
/
+10
*
Merge tag 'nfsd-5.0-2' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2019-02-16
1
-11
/
+38
|
\
|
*
sunrpc: fix 4 more call sites that were using stack memory with a scatterlist
Scott Mayhew
2019-02-15
1
-11
/
+38
*
|
Merge tag 'nfs-for-5.0-4' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2019-02-16
2
-2
/
+3
|
\
\
|
|
/
|
/
|
|
*
rpc: properly check debugfs dentry before using it
Greg Kroah-Hartman
2019-02-12
1
-1
/
+1
|
*
xprtrdma: Make sure Send CQ is allocated on an existing compvec
Nicolas Morey-Chaisemartin
2019-02-12
1
-1
/
+2
*
|
svcrdma: Remove max_sge check at connect time
Chuck Lever
2019-02-06
2
-12
/
+102
|
/
*
SUNRPC: Address Kerberos performance/behavior regression
Chuck Lever
2019-01-15
1
-1
/
+1
*
SUNRPC: Ensure we respect the RPCSEC_GSS sequence number limit
Trond Myklebust
2019-01-15
2
-10
/
+21
*
SUNRPC: Ensure rq_bytes_sent is reset before request transmission
Trond Myklebust
2019-01-15
2
-1
/
+1
*
sunrpc: kernel BUG at kernel/cred.c:825!
Santosh kumar pradhan
2019-01-09
1
-0
/
+3
*
SUNRPC: Fix TCP receive code on archs with flush_dcache_page()
Trond Myklebust
2019-01-08
1
-0
/
+22
*
xprtrdma: Double free in rpcrdma_sendctxs_create()
Dan Carpenter
2019-01-08
1
-5
/
+1
*
xprtrdma: Fix error code in rpcrdma_buffer_create()
Dan Carpenter
2019-01-08
1
-1
/
+3
*
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-03
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-01-03
1
-1
/
+1
|
\
|
*
sock: Make sock->sk_stamp thread-safe
Deepa Dinamani
2019-01-01
1
-1
/
+1
*
|
Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2019-01-02
23
-1268
/
+487
|
\
\
|
*
|
sunrpc: convert to DEFINE_SHOW_ATTRIBUTE
Yangtao Li
2019-01-02
1
-16
/
+3
|
*
|
sunrpc: Add xprt after nfs4_test_session_trunk()
Santosh kumar pradhan
2019-01-02
1
-0
/
+3
|
*
|
sunrpc: convert unnecessary GFP_ATOMIC to GFP_NOFS
J. Bruce Fields
2019-01-02
1
-2
/
+2
|
*
|
sunrpc: handle ENOMEM in rpcb_getport_async
J. Bruce Fields
2019-01-02
1
-0
/
+8
|
*
|
xprtrdma: Prevent leak of rpcrdma_rep objects
Chuck Lever
2019-01-02
1
-0
/
+4
|
*
|
xprtrdma: Don't leak freed MRs
Chuck Lever
2019-01-02
1
-12
/
+15
|
*
|
xprtrdma: Add documenting comment for rpcrdma_buffer_destroy
Chuck Lever
2019-01-02
1
-0
/
+8
|
*
|
xprtrdma: Replace outdated comment for rpcrdma_ep_post
Chuck Lever
2019-01-02
1
-3
/
+7
|
*
|
xprtrdma: Update comments in frwr_op_send
Chuck Lever
2019-01-02
1
-2
/
+2
|
*
|
SUNRPC: Fix some kernel doc complaints
Chuck Lever
2019-01-02
4
-4
/
+6
|
*
|
xprtrdma: Trace mapping, alloc, and dereg failures
Chuck Lever
2019-01-02
3
-10
/
+8
|
*
|
xprtrdma: Add trace points for calls to transport switch methods
Chuck Lever
2019-01-02
1
-7
/
+11
|
*
|
xprtrdma: Relocate the xprtrdma_mr_map trace points
Chuck Lever
2019-01-02
1
-1
/
+1
|
*
|
xprtrdma: Clean up of xprtrdma chunk trace points
Chuck Lever
2019-01-02
1
-3
/
+3
|
*
|
xprtrdma: Remove unused fields from rpcrdma_ia
Chuck Lever
2019-01-02
1
-2
/
+0
|
*
|
xprtrdma: Cull dprintk() call sites
Chuck Lever
2019-01-02
4
-68
/
+19
|
*
|
xprtrdma: Simplify locking that protects the rl_allreqs list
Chuck Lever
2019-01-02
3
-35
/
+23
|
*
|
xprtrdma: Expose transport header errors
Chuck Lever
2019-01-02
1
-1
/
+0
|
*
|
xprtrdma: Remove request_module from backchannel
Chuck Lever
2019-01-02
1
-2
/
+0
|
*
|
xprtrdma: Recognize XDRBUF_SPARSE_PAGES
Chuck Lever
2019-01-02
1
-5
/
+6
|
*
|
xprtrdma: Plant XID in on-the-wire RDMA offset (FRWR)
Chuck Lever
2019-01-02
3
-5
/
+8
|
*
|
xprtrdma: Remove rpcrdma_memreg_ops
Chuck Lever
2019-01-02
5
-101
/
+116
|
*
|
xprtrdma: Remove support for FMR memory registration
Chuck Lever
2019-01-02
4
-359
/
+2
|
*
|
xprtrdma: Reduce max_frwr_depth
Chuck Lever
2019-01-02
1
-4
/
+11
|
*
|
xprtrdma: Fix ri_max_segs and the result of ro_maxpages
Chuck Lever
2019-01-02
3
-6
/
+14
|
*
|
xprtrdma: Don't wake pending tasks until disconnect is done
Chuck Lever
2019-01-02
5
-17
/
+23
|
*
|
xprtrdma: No qp_event disconnect
Chuck Lever
2019-01-02
2
-33
/
+0
|
*
|
xprtrdma: Replace rpcrdma_receive_wq with a per-xprt workqueue
Chuck Lever
2019-01-02
4
-48
/
+44
|
*
|
xprtrdma: Refactor Receive accounting
Chuck Lever
2019-01-02
4
-38
/
+18
[next]