aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-07SUNRPC: Queue latency-sensitive socket tasks to xprtiodTrond Myklebust1-1/+2
2018-01-23SUNRPC: Trace xprt_timer eventsChuck Lever1-1/+1
2017-12-16Merge tag 'nfs-for-4.15-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-9/+19
2017-12-15SUNRPC: Fix a race in the receive code pathTrond Myklebust1-9/+19
2017-11-17Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-0/+1
2017-11-17net: sunrpc: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+25
2017-10-19SUNRPC: Destroy transport from the system workqueueTrond Myklebust1-10/+24
2017-10-18sunrpc: Convert timers to use timer_setup()Kees Cook1-5/+4
2017-10-16SUNRPC: fix a list corruption issue in xprt_release()Trond Myklebust1-1/+1
2017-09-05xprtrdma: Use xprt_pin_rqst in rpcrdma_reply_handlerChuck Lever1-0/+2
2017-08-18SUNRPC: Add a separate spinlock to protect the RPC request receive listTrond Myklebust1-8/+12
2017-08-16SUNRPC: Don't hold the transport lock across socket copy operationsTrond Myklebust1-0/+43
2017-07-13SUNRPC: Make slot allocation more reliableTrond Myklebust1-3/+5
2017-04-25sunrpc: Export xprt_force_disconnect()Chuck Lever1-0/+1
2017-02-10sunrpc: Allow xprt->ops->timer method to sleepChuck Lever1-2/+0
2016-12-01sunrpc: Don't engage exponential backoff when connection attempt is rejected.NeilBrown1-1/+2
2016-09-19SUNRPC: Generalize the RPC buffer release APIChuck Lever1-1/+1
2016-08-02SUNRPC: Fix up socket autodisconnectTrond Myklebust1-8/+18
2016-06-13SUNRPC: Reduce latency when send queue is congestedTrond Myklebust1-2/+4
2016-06-13SUNRPC: RPC transport queue must be low latencyTrond Myklebust1-4/+4
2016-02-05SUNRPC: Use the multipath iterator to assign a transport to each taskTrond Myklebust1-11/+3
2016-02-05SUNRPC: Add a structure to track multiple transportsTrond Myklebust1-0/+1
2016-01-31SUNRPC: Make freeing of struct xprt rcu-safeTrond Myklebust1-1/+2
2016-01-31SUNRPC: Uninline xprt_get(); It isn't performance critical.Trond Myklebust1-3/+21
2016-01-19svcrdma: Add class for RDMA backwards direction transportChuck Lever1-0/+1
2015-09-19SUNRPC: Lock the transport layer on shutdownTrond Myklebust1-0/+6
2015-06-19SUNRPC: Ensure we release the TCP socket once it has been closedTrond Myklebust1-1/+1
2015-06-16SUNRPC: never enqueue a ->rq_cong request on ->sendingNeil Brown1-0/+3
2015-06-10SUNRPC: Transport fault injectionChuck Lever1-0/+2
2015-04-23Merge branch 'bugfixes'Trond Myklebust1-10/+12
2015-04-23sunrpc: make debugfs file creation failure non-fatalJeff Layton1-6/+1
2015-03-27SUNRPC: Fix a regression when reconnectingTrond Myklebust1-10/+12
2015-02-09SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flagTrond Myklebust1-1/+0
2015-02-08SUNRPC: Add helpers to prevent socket create from racingTrond Myklebust1-4/+33
2014-11-27sunrpc: add a debugfs rpc_xprt directory with an info file in itJeff Layton1-0/+8
2014-11-24sunrpc: eliminate RPC_DEBUGJeff Layton1-1/+1
2014-11-24sunrpc: add new tracepoints in xprt handling codeJeff Layton1-1/+8
2014-08-13Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+1
2014-07-18svcrdma: Select NFSv4.1 backchannel transport based on forward channelChuck Lever1-1/+1
2014-07-03SUNRPC: Handle EPIPE in xprt_connect_statusTrond Myklebust1-0/+1
2014-06-10Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-19/+9
2014-06-04SUNRPC: Move congestion window constants to header fileChuck Lever1-19/+9
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-2/+2
2014-03-30NFSD/SUNRPC: Check rpc_xprt out of xs_setup_bc_tcpKinglong Mee1-12/+0
2014-01-28Merge tag 'nfs-for-3.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+5
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane1-1/+1
2013-12-31SUNRPC: Ensure xprt_connect_status handles all potential connection errorsTrond Myklebust1-0/+5
2013-10-28SUNRPC: remove an unnecessary if statementwangweidong1-3/+1
2013-10-01SUNRPC: Remove redundant initialisations of request rq_bytes_sentTrond Myklebust1-8/+7