summaryrefslogtreecommitdiff
path: root/fs/afs/vl_rotate.c
AgeCommit message (Expand)Author
2024-01-01afs: Add some more info to /proc/net/afs/serversDavid Howells
2023-12-24afs: Fold the afs_addr_cursor struct inDavid Howells
2023-12-24afs: Rename some fieldsDavid Howells
2023-12-24afs: Add a tracepoint for struct afs_addr_listDavid Howells
2023-12-24afs: Simplify error handlingDavid Howells
2023-12-24afs: Rename addr_list::failed to probe_failedDavid Howells
2023-12-24afs: Don't skip server addresses for which we didn't get an RTT readingDavid Howells
2023-12-24rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells
2023-12-24afs: Turn the afs_addr_list address array into an array of structsDavid Howells
2023-11-24afs: Return ENOENT if no cell DNS record can be foundDavid Howells
2020-10-16afs: Add tracing for cell refcount and active user countDavid Howells
2020-10-16afs: Fix cell refcounting by splitting the usage counterDavid Howells
2020-08-20afs: Fix error handling in VL server rotationDavid Howells
2020-08-20afs: Don't use VL probe running state to make decisions outside probe codeDavid Howells
2020-08-20afs: Expose information from afs_vlserver through /proc for debuggingDavid Howells
2020-06-04afs: Detect cell aliases 3 - YFS Cells with a canonical cell name opDavid Howells
2020-04-24afs: Remove some unused bitsDavid Howells
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner
2019-05-16afs: Fix cell DNS lookupDavid Howells
2019-05-15afs: Fix afs_cell records to always have a VL server list recordDavid Howells
2018-11-29afs: Fix missing net error handlingDavid Howells
2018-10-24afs: Probe multiple fileservers simultaneouslyDavid Howells
2018-10-24afs: Eliminate the address pointer from the address list cursorDavid Howells
2018-10-24afs: Allow dumping of server cursor on operation failureDavid Howells
2018-10-24afs: Implement VL server rotationDavid Howells