summaryrefslogtreecommitdiffstats
path: root/fs/afs/vl_rotate.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+66
* afs: Rename some fieldsDavid Howells2023-12-241-16/+16
* afs: Add a tracepoint for struct afs_addr_listDavid Howells2023-12-241-7/+2
* afs: Simplify error handlingDavid Howells2023-12-241-46/+46
* afs: Rename addr_list::failed to probe_failedDavid Howells2023-12-241-1/+1
* afs: Don't skip server addresses for which we didn't get an RTT readingDavid Howells2023-12-241-1/+1
* rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells2023-12-241-3/+3
* afs: Turn the afs_addr_list address array into an array of structsDavid Howells2023-12-241-1/+1
* afs: Return ENOENT if no cell DNS record can be foundDavid Howells2023-11-241-0/+10
* afs: Add tracing for cell refcount and active user countDavid Howells2020-10-161-1/+1
* afs: Fix cell refcounting by splitting the usage counterDavid Howells2020-10-161-1/+1
* afs: Fix error handling in VL server rotationDavid Howells2020-08-201-0/+4
* afs: Don't use VL probe running state to make decisions outside probe codeDavid Howells2020-08-201-1/+1
* afs: Expose information from afs_vlserver through /proc for debuggingDavid Howells2020-08-201-1/+2
* afs: Detect cell aliases 3 - YFS Cells with a canonical cell name opDavid Howells2020-06-041-0/+4
* afs: Remove some unused bitsDavid Howells2020-04-241-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-241-5/+1
* afs: Fix cell DNS lookupDavid Howells2019-05-161-4/+22
* afs: Fix afs_cell records to always have a VL server list recordDavid Howells2019-05-151-1/+1
* afs: Fix missing net error handlingDavid Howells2018-11-291-40/+10
* afs: Probe multiple fileservers simultaneouslyDavid Howells2018-10-241-54/+105
* afs: Eliminate the address pointer from the address list cursorDavid Howells2018-10-241-1/+1
* afs: Allow dumping of server cursor on operation failureDavid Howells2018-10-241-0/+53
* afs: Implement VL server rotationDavid Howells2018-10-241-0/+251