summaryrefslogtreecommitdiff
path: root/fs/afs/vl_list.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-01afs: Fix unchecked-length string display in debug statementDavid Howells1-1/+5
2026-07-01afs: check for duplicate servers in VL server listYuto Ohnuki1-1/+13
2026-07-01afs: Fix error code in afs_extract_vl_addrs()Dan Carpenter1-1/+3
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-3/+2
2024-01-01afs: Dispatch vlserver probes in priority orderDavid Howells1-0/+2
2023-12-24afs: Use peer + service_id as call addressDavid Howells1-1/+2
2023-12-24afs: Add a tracepoint for struct afs_addr_listDavid Howells1-5/+6
2023-12-24rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells1-5/+10
2022-08-02afs: Use refcount_t rather than atomic_tDavid Howells1-13/+6
2020-08-20afs: Don't use VL probe running state to make decisions outside probe codeDavid Howells1-0/+1
2019-10-30fs/afs: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-15afs: Fix afs_cell records to always have a VL server list recordDavid Howells1-10/+8
2018-10-24afs: Probe multiple fileservers simultaneouslyDavid Howells1-1/+5
2018-10-24afs: Implement VL server rotationDavid Howells1-0/+336