aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/vl_rotate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-16afs: Add tracing for cell refcount and active user countDavid Howells1-1/+1
2020-10-16afs: Fix cell refcounting by splitting the usage counterDavid Howells1-1/+1
2020-08-20afs: Fix error handling in VL server rotationDavid Howells1-0/+4
2020-08-20afs: Don't use VL probe running state to make decisions outside probe codeDavid Howells1-1/+1
2020-08-20afs: Expose information from afs_vlserver through /proc for debuggingDavid Howells1-1/+2
2020-06-04afs: Detect cell aliases 3 - YFS Cells with a canonical cell name opDavid Howells1-0/+4
2020-04-24afs: Remove some unused bitsDavid Howells1-2/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner1-5/+1
2019-05-16afs: Fix cell DNS lookupDavid Howells1-4/+22
2019-05-15afs: Fix afs_cell records to always have a VL server list recordDavid Howells1-1/+1
2018-11-29afs: Fix missing net error handlingDavid Howells1-40/+10
2018-10-24afs: Probe multiple fileservers simultaneouslyDavid Howells1-54/+105
2018-10-24afs: Eliminate the address pointer from the address list cursorDavid Howells1-1/+1
2018-10-24afs: Allow dumping of server cursor on operation failureDavid Howells1-0/+53
2018-10-24afs: Implement VL server rotationDavid Howells1-0/+251