aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtmultipath.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-27SUNRPC keep track of number of transports to unique addressesGravatar Olga Kornievskaia 1-0/+1
2021-07-09Merge tag 'nfs-for-5.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-2/+36
2021-07-08SUNRPC: take a xprt offline using sysfsGravatar Olga Kornievskaia 1-2/+4
2021-07-08sunrpc: add dst_attr attributes to the sysfs xprt directoryGravatar Olga Kornievskaia 1-2/+0
2021-07-08sunrpc: add add sysfs directory per xprt under each xprt_switchGravatar Olga Kornievskaia 1-0/+4
2021-07-08sunrpc: add xprt_switch direcotry to sunrpc's sysfsGravatar Olga Kornievskaia 1-0/+4
2021-07-08sunrpc: add IDs to multipathGravatar Olga Kornievskaia 1-0/+26
2021-05-26locking/atomic: net: use linux/atomic.h for xchg & cmpxchgGravatar Mark Rutland 1-1/+1
2019-07-18SUNRPC: Optimise transport balancing codeGravatar Trond Myklebust 1-29/+38
2019-07-18SUNRPC: Fix initialisation of struct rpc_xprt_switchGravatar Trond Myklebust 1-1/+3
2019-07-16SUNRPC: Skip zero-refcount transportsGravatar Trond Myklebust 1-1/+19
2019-07-16SUNRPC: Replace division by multiplication in calculation of queue lengthGravatar Trond Myklebust 1-3/+2
2019-07-06SUNRPC: Allow creation of RPC clients with multiple connectionsGravatar Trond Myklebust 1-2/+1
2019-07-06SUNRPC: Add basic load balancing to the transport switchGravatar Trond Myklebust 1-1/+19
2019-01-02SUNRPC: Fix some kernel doc complaintsGravatar Chuck Lever 1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-09-19SUNRPC search xprt switch for sockaddrGravatar Andy Adamson 1-1/+23
2016-07-16SUNRPC: Fix infinite looping in rpc_clnt_iterate_for_each_xprtGravatar Trond Myklebust 1-5/+3
2016-02-05SUNRPC: Add a structure to track multiple transportsGravatar Trond Myklebust 1-0/+475