aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/sunrpc/xprt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-30SUNRPC: Improve latency for interactive tasksTrond Myklebust1-3/+24
2018-09-30SUNRPC: Move RPC retransmission stat counter to xprt_transmit()Trond Myklebust1-7/+12
2018-09-30SUNRPC: Simplify xprt_prepare_transmit()Trond Myklebust1-16/+7
2018-09-30SUNRPC: Don't reset the request 'bytes_sent' counter when releasing XPRT_LOCKTrond Myklebust1-14/+0
2018-09-30SUNRPC: Treat the task and request as separate in the xprt_ops->send_request()Trond Myklebust1-1/+1
2018-09-30SUNRPC: Fix up the back channel transmitTrond Myklebust1-1/+26
2018-09-30SUNRPC: Refactor RPC call encodingTrond Myklebust1-9/+13
2018-09-30SUNRPC: Add a transmission queue for RPC requestsTrond Myklebust1-9/+75
2018-09-30SUNRPC: Distinguish between the slot allocation list and receive queueTrond Myklebust1-6/+6
2018-09-30SUNRPC: Refactor xprt_transmit() to remove wait for reply codeTrond Myklebust1-22/+52
2018-09-30SUNRPC: Refactor xprt_transmit() to remove the reply queue codeTrond Myklebust1-44/+83
2018-09-30SUNRPC: Rename xprt->recv_lock to xprt->queue_lockTrond Myklebust1-12/+12
2018-09-30SUNRPC: Don't wake queued RPC calls multiple times in xprt_transmitTrond Myklebust1-6/+3
2018-09-30SUNRPC: Refactor the transport request pinningTrond Myklebust1-20/+23
2018-09-30SUNRPC: Simplify identification of when the message send/receive is completeTrond Myklebust1-3/+14
2018-09-30SUNRPC: The transmitted message must lie in the RPCSEC window of validityTrond Myklebust1-0/+7
2018-09-30SUNRPC: Clean up initialisation of the struct rpc_rqstTrond Myklebust1-40/+51
2018-07-31sunrpc: whitespace fixesStephen Hemminger1-1/+1
2018-06-19sunrpc: Prevent duplicate XID allocationChuck Lever1-3/+7
2018-05-07SUNRPC: Add a ->free_slot transport calloutChuck Lever1-2/+3
2018-05-07SUNRPC: Initialize rpc_rqst outside of xprt->reserve_lockChuck Lever1-5/+7
2018-04-10SUNRPC: Make num_reqs a non-atomic integerChuck Lever1-8/+9
2018-04-10SUNRPC: Make RTT measurement more precise (Send)Chuck Lever1-1/+0
2018-04-10SUNRPC: Make RTT measurement more precise (Receive)Chuck Lever1-2/+3
2018-04-10SUNRPC: Move xprt_update_rtt callsiteChuck Lever1-3/+8
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