summaryrefslogtreecommitdiff
path: root/fs/afs/vl_probe.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01afs: Keep a record of the current fileserver endpoint stateDavid Howells1-1/+1
2024-01-01afs: Dispatch vlserver probes in priority orderDavid Howells1-2/+18
2023-12-24afs: Fold the afs_addr_cursor struct inDavid Howells1-11/+12
2023-12-24afs: Use peer + service_id as call addressDavid Howells1-2/+2
2023-12-24afs: Simplify error handlingDavid Howells1-4/+3
2023-12-24afs: Rename addr_list::failed to probe_failedDavid Howells1-2/+2
2023-12-24rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells1-5/+7
2023-12-24afs: Turn the afs_addr_list address array into an array of structsDavid Howells1-3/+3
2023-06-17afs: Fix vlserver probe RTT handlingDavid Howells1-2/+2
2020-08-20afs: Don't use VL probe running state to make decisions outside probe codeDavid Howells1-17/+40
2020-08-20afs: Expose information from afs_vlserver through /proc for debuggingDavid Howells1-10/+10
2020-08-20afs: Remove afs_vlserver->probe.have_resultDavid Howells1-4/+1
2020-08-20rxrpc: Make rxrpc_kernel_get_srtt() indicate validityDavid Howells1-2/+2
2020-05-11rxrpc: Fix the excessive initial retransmission timeoutDavid Howells1-13/+5
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner1-5/+1
2019-05-16afs: Get rid of afs_call::reply[]David Howells1-2/+2
2019-04-25afs: Split wait from afs_make_call()David Howells1-6/+8
2019-01-05fs/: remove caller signal_pending branch predictionsDavidlohr Bueso1-1/+1
2018-11-30afs: Fix missing net error handlingDavid Howells1-18/+27
2018-10-24afs: Probe multiple fileservers simultaneouslyDavid Howells1-0/+273