summaryrefslogtreecommitdiff
path: root/fs/afs/cell.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01afs: Overhaul invalidation handling to better support RO volumesDavid Howells1-2/+0
2024-01-01afs: Apply server breaks to mmap'd files in the call processorDavid Howells1-1/+1
2024-01-01afs: Defer volume record destruction to a workqueueDavid Howells1-1/+1
2024-01-01afs: Make it possible to find the volumes that are using a serverDavid Howells1-0/+1
2023-12-21afs: Fix overwriting of result of DNS queryDavid Howells1-2/+4
2022-08-02afs: Use refcount_t rather than atomic_tDavid Howells1-32/+29
2022-01-07afs: Convert afs to use the new fscache APIDavid Howells1-12/+0
2021-09-13afs: Fix mmap coherency vs 3rd-party changesDavid Howells1-0/+2
2020-10-27afs: Fix tracing deref-before-checkDavid Howells1-1/+2
2020-10-16afs: Add tracing for cell refcount and active user countDavid Howells1-29/+70
2020-10-16afs: Fix cell removalDavid Howells1-6/+10
2020-10-16afs: Fix cell purging with aliasesDavid Howells1-0/+3
2020-10-16afs: Fix cell refcounting by splitting the usage counterDavid Howells1-46/+103
2020-10-16afs: Fix rapid cell addition/removal by not using RCU on cells treeDavid Howells1-73/+58
2020-06-27afs: Fix storage of cell namesDavid Howells1-0/+9
2020-06-04afs: Reorganise volume and server trees to be rooted on the cellDavid Howells1-2/+5
2020-06-04afs: Add a tracepoint to track the lifetime of the afs_volume structDavid Howells1-1/+1
2020-06-04afs: Detect cell aliases 1 - Cells with root volumesDavid Howells1-0/+3
2020-01-26afs: Fix characters allowed into cell namesDavid Howells1-1/+10
2019-08-22afs: Fix leak in afs_lookup_cell_rcu()David Howells1-0/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-16afs: Fix cell DNS lookupDavid Howells1-66/+103
2019-05-15afs: Fix afs_cell records to always have a VL server list recordDavid Howells1-8/+11
2019-05-15afs: Fix missing lock when replacing VL server listDavid Howells1-3/+2
2019-02-25afs: Fix manually set volume location server listDavid Howells1-0/+1
2018-10-24afs: Fix TTL on VL server and address listsDavid Howells1-4/+22
2018-10-24afs: Implement VL server rotationDavid Howells1-19/+20
2018-10-12afs: Fix cell proc listDavid Howells1-2/+15
2018-06-15afs: Display manually added cells in dynamic root mountDavid Howells1-4/+8
2018-05-23afs: Implement network namespacingDavid Howells1-2/+2
2018-05-23afs: Mark afs_net::ws_cell as __rcu and set using rcu functionsDavid Howells1-4/+4
2018-04-09afs: Implement @cell substitution handlingDavid Howells1-0/+2
2018-04-09afs: Don't over-increment the cell usage count when pinning itDavid Howells1-2/+2
2018-04-09afs: Fix checker warningsDavid Howells1-3/+3
2018-04-06fscache: Pass object size in rather than calling back for itDavid Howells1-1/+1
2018-04-04fscache: Attach the index key and aux data to the cookieDavid Howells1-1/+3
2018-03-20sched/wait, fs/afs: Convert wait_on_atomic_t() usage to the new wait_var_even...Peter Zijlstra1-3/+3
2017-11-24afs: cell: Remove unnecessary code in afs_lookup_cellGustavo A. R. Silva1-6/+1
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationDavid Howells1-5/+2
2017-11-13afs: Add an address list conceptDavid Howells1-111/+58
2017-11-13afs: Overhaul cell database managementDavid Howells1-282/+634
2017-11-13afs: Allow IPv6 address specification of VL serversDavid Howells1-10/+21
2017-11-13afs: Keep and pass sockaddr_rxrpc addresses rather than in_addrDavid Howells1-3/+15
2017-11-13afs: Push the net ns pointer to more placesDavid Howells1-7/+7
2017-11-13afs: Lay the groundwork for supporting network namespacesDavid Howells1-67/+63
2013-09-27FS-Cache: Provide the ability to enable/disable cookiesDavid Howells1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-08-11AFS: Implement an autocell mount capability [ver #2]wanglei1-14/+38
2010-08-11DNS: If the DNS server returns an error, allow that to be cached [ver #2]Wang Lei1-0/+4
2010-08-05DNS: Make AFS go to the DNS for AFSDB records for unknown cellsWang Lei1-10/+30