index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
xprt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-19
sunrpc: Prevent duplicate XID allocation
Chuck Lever
1
-3
/
+7
2018-05-07
SUNRPC: Add a ->free_slot transport callout
Chuck Lever
1
-2
/
+3
2018-05-07
SUNRPC: Initialize rpc_rqst outside of xprt->reserve_lock
Chuck Lever
1
-5
/
+7
2018-04-10
SUNRPC: Make num_reqs a non-atomic integer
Chuck Lever
1
-8
/
+9
2018-04-10
SUNRPC: Make RTT measurement more precise (Send)
Chuck Lever
1
-1
/
+0
2018-04-10
SUNRPC: Make RTT measurement more precise (Receive)
Chuck Lever
1
-2
/
+3
2018-04-10
SUNRPC: Move xprt_update_rtt callsite
Chuck Lever
1
-3
/
+8
2018-02-07
SUNRPC: Queue latency-sensitive socket tasks to xprtiod
Trond Myklebust
1
-1
/
+2
2018-01-23
SUNRPC: Trace xprt_timer events
Chuck Lever
1
-1
/
+1
2017-12-17
Merge tag 'nfs-for-4.15-3' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-9
/
+19
2017-12-15
SUNRPC: Fix a race in the receive code path
Trond Myklebust
1
-9
/
+19
2017-11-18
Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-0
/
+1
2017-11-18
net: sunrpc: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+1
2017-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-11
/
+25
2017-10-19
SUNRPC: Destroy transport from the system workqueue
Trond Myklebust
1
-10
/
+24
2017-10-18
sunrpc: Convert timers to use timer_setup()
Kees Cook
1
-5
/
+4
2017-10-16
SUNRPC: fix a list corruption issue in xprt_release()
Trond Myklebust
1
-1
/
+1
2017-09-06
xprtrdma: Use xprt_pin_rqst in rpcrdma_reply_handler
Chuck Lever
1
-0
/
+2
2017-08-18
SUNRPC: Add a separate spinlock to protect the RPC request receive list
Trond Myklebust
1
-8
/
+12
2017-08-16
SUNRPC: Don't hold the transport lock across socket copy operations
Trond Myklebust
1
-0
/
+43
2017-07-13
SUNRPC: Make slot allocation more reliable
Trond Myklebust
1
-3
/
+5
2017-04-25
sunrpc: Export xprt_force_disconnect()
Chuck Lever
1
-0
/
+1
2017-02-10
sunrpc: Allow xprt->ops->timer method to sleep
Chuck Lever
1
-2
/
+0
2016-12-02
sunrpc: Don't engage exponential backoff when connection attempt is rejected.
NeilBrown
1
-1
/
+2
2016-09-19
SUNRPC: Generalize the RPC buffer release API
Chuck Lever
1
-1
/
+1
2016-08-02
SUNRPC: Fix up socket autodisconnect
Trond Myklebust
1
-8
/
+18
2016-06-13
SUNRPC: Reduce latency when send queue is congested
Trond Myklebust
1
-2
/
+4
2016-06-13
SUNRPC: RPC transport queue must be low latency
Trond Myklebust
1
-4
/
+4
2016-02-06
SUNRPC: Use the multipath iterator to assign a transport to each task
Trond Myklebust
1
-11
/
+3
2016-02-06
SUNRPC: Add a structure to track multiple transports
Trond Myklebust
1
-0
/
+1
2016-02-01
SUNRPC: Make freeing of struct xprt rcu-safe
Trond Myklebust
1
-1
/
+2
2016-02-01
SUNRPC: Uninline xprt_get(); It isn't performance critical.
Trond Myklebust
1
-3
/
+21
2016-01-19
svcrdma: Add class for RDMA backwards direction transport
Chuck Lever
1
-0
/
+1
2015-09-19
SUNRPC: Lock the transport layer on shutdown
Trond Myklebust
1
-0
/
+6
2015-06-20
SUNRPC: Ensure we release the TCP socket once it has been closed
Trond Myklebust
1
-1
/
+1
2015-06-16
SUNRPC: never enqueue a ->rq_cong request on ->sending
Neil Brown
1
-0
/
+3
2015-06-11
SUNRPC: Transport fault injection
Chuck Lever
1
-0
/
+2
2015-04-23
Merge branch 'bugfixes'
Trond Myklebust
1
-10
/
+12
2015-04-23
sunrpc: make debugfs file creation failure non-fatal
Jeff Layton
1
-6
/
+1
2015-03-27
SUNRPC: Fix a regression when reconnecting
Trond Myklebust
1
-10
/
+12
2015-02-09
SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flag
Trond Myklebust
1
-1
/
+0
2015-02-09
SUNRPC: Add helpers to prevent socket create from racing
Trond Myklebust
1
-4
/
+33
2014-11-27
sunrpc: add a debugfs rpc_xprt directory with an info file in it
Jeff Layton
1
-0
/
+8
2014-11-25
sunrpc: eliminate RPC_DEBUG
Jeff Layton
1
-1
/
+1
2014-11-24
sunrpc: add new tracepoints in xprt handling code
Jeff Layton
1
-1
/
+8
2014-08-14
Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-0
/
+1
2014-07-18
svcrdma: Select NFSv4.1 backchannel transport based on forward channel
Chuck Lever
1
-1
/
+1
2014-07-03
SUNRPC: Handle EPIPE in xprt_connect_status
Trond Myklebust
1
-0
/
+1
2014-06-11
Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-19
/
+9
2014-06-04
SUNRPC: Move congestion window constants to header file
Chuck Lever
1
-19
/
+9
[next]