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