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