summaryrefslogtreecommitdiff
path: root/fs/afs/server_list.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01afs: Fix fileserver rotationDavid Howells1-13/+1
2024-01-01afs: Overhaul invalidation handling to better support RO volumesDavid Howells1-0/+2
2024-01-01afs: Don't leave DONTUSE/NEWREPSITE servers out of server listDavid Howells1-9/+45
2024-01-01afs: Apply server breaks to mmap'd files in the call processorDavid Howells1-11/+11
2024-01-01afs: Make it possible to find the volumes that are using a serverDavid Howells1-9/+103
2023-11-17afs: Fix afs_server_list to be cleaned up with RCUDavid Howells1-1/+1
2020-06-04afs: Reorganise volume and server trees to be rooted on the cellDavid Howells1-29/+1
2020-06-04afs: Retain more of the VLDB record for alias detectionDavid Howells1-0/+3
2020-05-31afs: Split the usage count on struct afs_serverDavid Howells1-2/+2
2020-05-31afs: Use the serverUnique field in the UVLDB record to reduce rpc opsDavid Howells1-1/+2
2019-07-11Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+4
2019-06-20afs: Trace afs_server usageDavid Howells1-2/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-01-10afs: Use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+1
2018-10-24afs: Probe multiple fileservers simultaneouslyDavid Howells1-3/+3
2018-05-14afs: Fix refcounting in callback registrationDavid Howells1-2/+5
2018-02-06afs: Fix server list handlingDavid Howells1-1/+2
2017-11-17afs: Fix file lockingDavid Howells1-1/+1
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationDavid Howells1-0/+153