summaryrefslogtreecommitdiff
path: root/fs/afs/fs_probe.c
Commit message (Expand)AuthorAgeFilesLines
* 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