aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/xprt.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-31sunrpc: whitespace fixesGravatar Stephen Hemminger 1-1/+1
2018-06-19sunrpc: Prevent duplicate XID allocationGravatar Chuck Lever 1-3/+7
2018-05-07SUNRPC: Add a ->free_slot transport calloutGravatar Chuck Lever 1-2/+3
2018-05-07SUNRPC: Initialize rpc_rqst outside of xprt->reserve_lockGravatar Chuck Lever 1-5/+7
2018-04-10SUNRPC: Make num_reqs a non-atomic integerGravatar Chuck Lever 1-8/+9
2018-04-10SUNRPC: Make RTT measurement more precise (Send)Gravatar Chuck Lever 1-1/+0
2018-04-10SUNRPC: Make RTT measurement more precise (Receive)Gravatar Chuck Lever 1-2/+3
2018-04-10SUNRPC: Move xprt_update_rtt callsiteGravatar Chuck Lever 1-3/+8
2018-02-07SUNRPC: Queue latency-sensitive socket tasks to xprtiodGravatar Trond Myklebust 1-1/+2
2018-01-23SUNRPC: Trace xprt_timer eventsGravatar Chuck Lever 1-1/+1
2017-12-16Merge tag 'nfs-for-4.15-3' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 1-9/+19
2017-12-15SUNRPC: Fix a race in the receive code pathGravatar Trond Myklebust 1-9/+19
2017-11-17Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 1-0/+1
2017-11-17net: sunrpc: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+1
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-11/+25
2017-10-19SUNRPC: Destroy transport from the system workqueueGravatar Trond Myklebust 1-10/+24
2017-10-18sunrpc: Convert timers to use timer_setup()Gravatar Kees Cook 1-5/+4
2017-10-16SUNRPC: fix a list corruption issue in xprt_release()Gravatar Trond Myklebust 1-1/+1
2017-09-05xprtrdma: Use xprt_pin_rqst in rpcrdma_reply_handlerGravatar Chuck Lever 1-0/+2
2017-08-18SUNRPC: Add a separate spinlock to protect the RPC request receive listGravatar Trond Myklebust 1-8/+12
2017-08-16SUNRPC: Don't hold the transport lock across socket copy operationsGravatar Trond Myklebust 1-0/+43
2017-07-13SUNRPC: Make slot allocation more reliableGravatar Trond Myklebust 1-3/+5
2017-04-25sunrpc: Export xprt_force_disconnect()Gravatar Chuck Lever 1-0/+1
2017-02-10sunrpc: Allow xprt->ops->timer method to sleepGravatar Chuck Lever 1-2/+0
2016-12-01sunrpc: Don't engage exponential backoff when connection attempt is rejected.Gravatar NeilBrown 1-1/+2
2016-09-19SUNRPC: Generalize the RPC buffer release APIGravatar Chuck Lever 1-1/+1
2016-08-02SUNRPC: Fix up socket autodisconnectGravatar Trond Myklebust 1-8/+18
2016-06-13SUNRPC: Reduce latency when send queue is congestedGravatar Trond Myklebust 1-2/+4
2016-06-13SUNRPC: RPC transport queue must be low latencyGravatar Trond Myklebust 1-4/+4
2016-02-05SUNRPC: Use the multipath iterator to assign a transport to each taskGravatar Trond Myklebust 1-11/+3
2016-02-05SUNRPC: Add a structure to track multiple transportsGravatar Trond Myklebust 1-0/+1
2016-01-31SUNRPC: Make freeing of struct xprt rcu-safeGravatar Trond Myklebust 1-1/+2
2016-01-31SUNRPC: Uninline xprt_get(); It isn't performance critical.Gravatar Trond Myklebust 1-3/+21
2016-01-19svcrdma: Add class for RDMA backwards direction transportGravatar Chuck Lever 1-0/+1
2015-09-19SUNRPC: Lock the transport layer on shutdownGravatar Trond Myklebust 1-0/+6
2015-06-19SUNRPC: Ensure we release the TCP socket once it has been closedGravatar Trond Myklebust 1-1/+1
2015-06-16SUNRPC: never enqueue a ->rq_cong request on ->sendingGravatar Neil Brown 1-0/+3
2015-06-10SUNRPC: Transport fault injectionGravatar Chuck Lever 1-0/+2
2015-04-23Merge branch 'bugfixes'Gravatar Trond Myklebust 1-10/+12
2015-04-23sunrpc: make debugfs file creation failure non-fatalGravatar Jeff Layton 1-6/+1
2015-03-27SUNRPC: Fix a regression when reconnectingGravatar Trond Myklebust 1-10/+12
2015-02-09SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flagGravatar Trond Myklebust 1-1/+0
2015-02-08SUNRPC: Add helpers to prevent socket create from racingGravatar Trond Myklebust 1-4/+33
2014-11-27sunrpc: add a debugfs rpc_xprt directory with an info file in itGravatar Jeff Layton 1-0/+8
2014-11-24sunrpc: eliminate RPC_DEBUGGravatar Jeff Layton 1-1/+1
2014-11-24sunrpc: add new tracepoints in xprt handling codeGravatar Jeff Layton 1-1/+8
2014-08-13Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-0/+1
2014-07-18svcrdma: Select NFSv4.1 backchannel transport based on forward channelGravatar Chuck Lever 1-1/+1
2014-07-03SUNRPC: Handle EPIPE in xprt_connect_statusGravatar Trond Myklebust 1-0/+1
2014-06-10Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-19/+9