summaryrefslogtreecommitdiff
path: root/fs/afs/fs_probe.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01afs: Fix fileserver rotationDavid Howells1-63/+40
2024-01-01afs: Combine the endpoint state bools into a bitmaskDavid Howells1-15/+15
2024-01-01afs: Keep a record of the current fileserver endpoint stateDavid Howells1-92/+143
2024-01-01afs: Dispatch fileserver probes in priority orderDavid Howells1-2/+23
2024-01-01afs: Add some more info to /proc/net/afs/serversDavid Howells1-0/+2
2023-12-24afs: Fold the afs_addr_cursor struct inDavid Howells1-22/+19
2023-12-24afs: Use peer + service_id as call addressDavid Howells1-2/+2
2023-12-24afs: Add a tracepoint for struct afs_addr_listDavid Howells1-2/+2
2023-12-24afs: Rename addr_list::failed to probe_failedDavid Howells1-3/+3
2023-12-24rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells1-5/+6
2023-12-24afs: Turn the afs_addr_list address array into an array of structsDavid Howells1-3/+3
2022-12-22afs: Fix lost servers_outstanding countDavid Howells1-1/+4
2022-11-29afs: Fix fileserver probe RTT handlingDavid Howells1-2/+2
2021-09-13afs: Fix corruption in reads at fpos 2G-4G from an OpenAFS serverDavid Howells1-1/+7
2020-08-20rxrpc: Make rxrpc_kernel_get_srtt() indicate validityDavid Howells1-2/+2
2020-06-20afs: Fix hang on rmmod due to outstanding timerDavid Howells1-1/+10
2020-06-04afs: Adjust the fileserver rotation algorithm to reprobe/retry more quicklyDavid Howells1-0/+47
2020-06-04afs: Don't use probe running state to make decisions outside probe codeDavid Howells1-6/+12
2020-05-31afs: Actively poll fileservers to maintain NAT or firewall openingsDavid Howells1-68/+209
2020-05-31afs: Split the usage count on struct afs_serverDavid Howells1-1/+0
2020-05-23rxrpc: Fix a warningDavid Howells1-1/+1
2020-05-11rxrpc: Fix the excessive initial retransmission timeoutDavid Howells1-13/+5
2020-04-24afs: Remove some unused bitsDavid Howells1-4/+1
2020-03-27afs: Fix unpinned address list during probingDavid Howells1-0/+2
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/+7
2019-01-05fs/: remove caller signal_pending branch predictionsDavidlohr Bueso1-1/+1
2018-11-30afs: Fix missing net error handlingDavid Howells1-15/+24
2018-10-24afs: Probe multiple fileservers simultaneouslyDavid Howells1-0/+270