summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtmultipath.c
AgeCommit message (Expand)Author
2024-01-04SUNRPC: fix _xprt_switch_find_current_entry logicOlga Kornievskaia
2024-01-04SUNRPC: Fix a suspicious RCU usage warningAnna Schumaker
2022-10-03SUNRPC: Directly use ida_alloc()/free()Bo Liu
2022-07-25SUNRPC export xprt_iter_rewind functionOlga Kornievskaia
2022-07-25SUNRPC create an rpc function that allows xprt removal from rpc_clntOlga Kornievskaia
2022-07-25SUNRPC create an iterator to list only OFFLINE xprtsOlga Kornievskaia
2021-08-27SUNRPC keep track of number of transports to unique addressesOlga Kornievskaia
2021-07-09Merge tag 'nfs-for-5.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2021-07-08SUNRPC: take a xprt offline using sysfsOlga Kornievskaia
2021-07-08sunrpc: add dst_attr attributes to the sysfs xprt directoryOlga Kornievskaia
2021-07-08sunrpc: add add sysfs directory per xprt under each xprt_switchOlga Kornievskaia
2021-07-08sunrpc: add xprt_switch direcotry to sunrpc's sysfsOlga Kornievskaia
2021-07-08sunrpc: add IDs to multipathOlga Kornievskaia
2021-05-26locking/atomic: net: use linux/atomic.h for xchg & cmpxchgMark Rutland
2019-07-18SUNRPC: Optimise transport balancing codeTrond Myklebust
2019-07-18SUNRPC: Fix initialisation of struct rpc_xprt_switchTrond Myklebust
2019-07-16SUNRPC: Skip zero-refcount transportsTrond Myklebust
2019-07-16SUNRPC: Replace division by multiplication in calculation of queue lengthTrond Myklebust
2019-07-06SUNRPC: Allow creation of RPC clients with multiple connectionsTrond Myklebust
2019-07-06SUNRPC: Add basic load balancing to the transport switchTrond Myklebust
2019-01-02SUNRPC: Fix some kernel doc complaintsChuck Lever
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-09-19SUNRPC search xprt switch for sockaddrAndy Adamson
2016-07-16SUNRPC: Fix infinite looping in rpc_clnt_iterate_for_each_xprtTrond Myklebust
2016-02-05SUNRPC: Add a structure to track multiple transportsTrond Myklebust