summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprt.c
Commit message (Expand)AuthorAgeFilesLines
...
* | SUNRPC: Clean up initialisation of the struct rpc_rqstTrond Myklebust2018-09-301-40/+51
|/
* sunrpc: whitespace fixesStephen Hemminger2018-07-311-1/+1
* sunrpc: Prevent duplicate XID allocationChuck Lever2018-06-191-3/+7
* SUNRPC: Add a ->free_slot transport calloutChuck Lever2018-05-071-2/+3
* SUNRPC: Initialize rpc_rqst outside of xprt->reserve_lockChuck Lever2018-05-071-5/+7
* SUNRPC: Make num_reqs a non-atomic integerChuck Lever2018-04-101-8/+9
* SUNRPC: Make RTT measurement more precise (Send)Chuck Lever2018-04-101-1/+0
* SUNRPC: Make RTT measurement more precise (Receive)Chuck Lever2018-04-101-2/+3
* SUNRPC: Move xprt_update_rtt callsiteChuck Lever2018-04-101-3/+8
* SUNRPC: Queue latency-sensitive socket tasks to xprtiodTrond Myklebust2018-02-071-1/+2
* SUNRPC: Trace xprt_timer eventsChuck Lever2018-01-231-1/+1
* Merge tag 'nfs-for-4.15-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-12-161-9/+19
|\
| * SUNRPC: Fix a race in the receive code pathTrond Myklebust2017-12-151-9/+19
* | Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-11-171-0/+1
|\|
| * net: sunrpc: mark expected switch fall-throughsGustavo A. R. Silva2017-11-171-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-301-11/+25
|\ \
| * | SUNRPC: Destroy transport from the system workqueueTrond Myklebust2017-10-191-10/+24
| * | SUNRPC: fix a list corruption issue in xprt_release()Trond Myklebust2017-10-161-1/+1
| |/
* / sunrpc: Convert timers to use timer_setup()Kees Cook2017-10-181-5/+4
|/
* xprtrdma: Use xprt_pin_rqst in rpcrdma_reply_handlerChuck Lever2017-09-051-0/+2
* SUNRPC: Add a separate spinlock to protect the RPC request receive listTrond Myklebust2017-08-181-8/+12
* SUNRPC: Don't hold the transport lock across socket copy operationsTrond Myklebust2017-08-161-0/+43
* SUNRPC: Make slot allocation more reliableTrond Myklebust2017-07-131-3/+5
* sunrpc: Export xprt_force_disconnect()Chuck Lever2017-04-251-0/+1
* sunrpc: Allow xprt->ops->timer method to sleepChuck Lever2017-02-101-2/+0
* sunrpc: Don't engage exponential backoff when connection attempt is rejected.NeilBrown2016-12-011-1/+2
* SUNRPC: Generalize the RPC buffer release APIChuck Lever2016-09-191-1/+1
* SUNRPC: Fix up socket autodisconnectTrond Myklebust2016-08-021-8/+18
* SUNRPC: Reduce latency when send queue is congestedTrond Myklebust2016-06-131-2/+4
* SUNRPC: RPC transport queue must be low latencyTrond Myklebust2016-06-131-4/+4
* SUNRPC: Use the multipath iterator to assign a transport to each taskTrond Myklebust2016-02-051-11/+3
* SUNRPC: Add a structure to track multiple transportsTrond Myklebust2016-02-051-0/+1
* SUNRPC: Make freeing of struct xprt rcu-safeTrond Myklebust2016-01-311-1/+2
* SUNRPC: Uninline xprt_get(); It isn't performance critical.Trond Myklebust2016-01-311-3/+21
* svcrdma: Add class for RDMA backwards direction transportChuck Lever2016-01-191-0/+1
* SUNRPC: Lock the transport layer on shutdownTrond Myklebust2015-09-191-0/+6
* SUNRPC: Ensure we release the TCP socket once it has been closedTrond Myklebust2015-06-191-1/+1
* SUNRPC: never enqueue a ->rq_cong request on ->sendingNeil Brown2015-06-161-0/+3
* SUNRPC: Transport fault injectionChuck Lever2015-06-101-0/+2
* Merge branch 'bugfixes'Trond Myklebust2015-04-231-10/+12
|\
| * SUNRPC: Fix a regression when reconnectingTrond Myklebust2015-03-271-10/+12
* | sunrpc: make debugfs file creation failure non-fatalJeff Layton2015-04-231-6/+1
|/
* SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flagTrond Myklebust2015-02-091-1/+0
* SUNRPC: Add helpers to prevent socket create from racingTrond Myklebust2015-02-081-4/+33
* sunrpc: add a debugfs rpc_xprt directory with an info file in itJeff Layton2014-11-271-0/+8
* sunrpc: eliminate RPC_DEBUGJeff Layton2014-11-241-1/+1
* sunrpc: add new tracepoints in xprt handling codeJeff Layton2014-11-241-1/+8
* Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-08-131-0/+1
|\
| * SUNRPC: Handle EPIPE in xprt_connect_statusTrond Myklebust2014-07-031-0/+1
* | svcrdma: Select NFSv4.1 backchannel transport based on forward channelChuck Lever2014-07-181-1/+1
|/