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