summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtmultipath.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Directly use ida_alloc()/free()Bo Liu2022-10-031-2/+2
* SUNRPC export xprt_iter_rewind functionOlga Kornievskaia2022-07-251-1/+0
* SUNRPC create an rpc function that allows xprt removal from rpc_clntOlga Kornievskaia2022-07-251-5/+6
* SUNRPC create an iterator to list only OFFLINE xprtsOlga Kornievskaia2022-07-251-10/+89
* SUNRPC keep track of number of transports to unique addressesOlga Kornievskaia2021-08-271-0/+1
* Merge tag 'nfs-for-5.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-07-091-2/+36
|\
| * SUNRPC: take a xprt offline using sysfsOlga Kornievskaia2021-07-081-2/+4
| * sunrpc: add dst_attr attributes to the sysfs xprt directoryOlga Kornievskaia2021-07-081-2/+0
| * sunrpc: add add sysfs directory per xprt under each xprt_switchOlga Kornievskaia2021-07-081-0/+4
| * sunrpc: add xprt_switch direcotry to sunrpc's sysfsOlga Kornievskaia2021-07-081-0/+4
| * sunrpc: add IDs to multipathOlga Kornievskaia2021-07-081-0/+26
* | locking/atomic: net: use linux/atomic.h for xchg & cmpxchgMark Rutland2021-05-261-1/+1
|/
* SUNRPC: Optimise transport balancing codeTrond Myklebust2019-07-181-29/+38
* SUNRPC: Fix initialisation of struct rpc_xprt_switchTrond Myklebust2019-07-181-1/+3
* SUNRPC: Skip zero-refcount transportsTrond Myklebust2019-07-161-1/+19
* SUNRPC: Replace division by multiplication in calculation of queue lengthTrond Myklebust2019-07-161-3/+2
* SUNRPC: Allow creation of RPC clients with multiple connectionsTrond Myklebust2019-07-061-2/+1
* SUNRPC: Add basic load balancing to the transport switchTrond Myklebust2019-07-061-1/+19
* SUNRPC: Fix some kernel doc complaintsChuck Lever2019-01-021-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* SUNRPC search xprt switch for sockaddrAndy Adamson2016-09-191-1/+23
* SUNRPC: Fix infinite looping in rpc_clnt_iterate_for_each_xprtTrond Myklebust2016-07-161-5/+3
* SUNRPC: Add a structure to track multiple transportsTrond Myklebust2016-02-051-0/+475