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