summaryrefslogtreecommitdiffstats
path: root/fs/afs/cell.c
Commit message (Expand)AuthorAgeFilesLines
* afs: Use refcount_t rather than atomic_tDavid Howells2022-08-021-32/+29
* afs: Convert afs to use the new fscache APIDavid Howells2022-01-071-12/+0
* afs: Fix mmap coherency vs 3rd-party changesDavid Howells2021-09-131-0/+2
* afs: Fix tracing deref-before-checkDavid Howells2020-10-271-1/+2
* afs: Add tracing for cell refcount and active user countDavid Howells2020-10-161-29/+70
* afs: Fix cell removalDavid Howells2020-10-161-6/+10
* afs: Fix cell purging with aliasesDavid Howells2020-10-161-0/+3
* afs: Fix cell refcounting by splitting the usage counterDavid Howells2020-10-161-46/+103
* afs: Fix rapid cell addition/removal by not using RCU on cells treeDavid Howells2020-10-161-73/+58
* afs: Fix storage of cell namesDavid Howells2020-06-271-0/+9
* afs: Reorganise volume and server trees to be rooted on the cellDavid Howells2020-06-041-2/+5
* afs: Add a tracepoint to track the lifetime of the afs_volume structDavid Howells2020-06-041-1/+1
* afs: Detect cell aliases 1 - Cells with root volumesDavid Howells2020-06-041-0/+3
* afs: Fix characters allowed into cell namesDavid Howells2020-01-261-1/+10
* afs: Fix leak in afs_lookup_cell_rcu()David Howells2019-08-221-0/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* afs: Fix cell DNS lookupDavid Howells2019-05-161-66/+103
* afs: Fix afs_cell records to always have a VL server list recordDavid Howells2019-05-151-8/+11
* afs: Fix missing lock when replacing VL server listDavid Howells2019-05-151-3/+2
* afs: Fix manually set volume location server listDavid Howells2019-02-251-0/+1
* afs: Fix TTL on VL server and address listsDavid Howells2018-10-241-4/+22
* afs: Implement VL server rotationDavid Howells2018-10-241-19/+20
* afs: Fix cell proc listDavid Howells2018-10-121-2/+15
* afs: Display manually added cells in dynamic root mountDavid Howells2018-06-151-4/+8
* afs: Implement network namespacingDavid Howells2018-05-231-2/+2
* afs: Mark afs_net::ws_cell as __rcu and set using rcu functionsDavid Howells2018-05-231-4/+4
* afs: Implement @cell substitution handlingDavid Howells2018-04-091-0/+2
* afs: Don't over-increment the cell usage count when pinning itDavid Howells2018-04-091-2/+2
* afs: Fix checker warningsDavid Howells2018-04-091-3/+3
* fscache: Pass object size in rather than calling back for itDavid Howells2018-04-061-1/+1
* fscache: Attach the index key and aux data to the cookieDavid Howells2018-04-041-1/+3
* sched/wait, fs/afs: Convert wait_on_atomic_t() usage to the new wait_var_even...Peter Zijlstra2018-03-201-3/+3
* afs: cell: Remove unnecessary code in afs_lookup_cellGustavo A. R. Silva2017-11-241-6/+1
* afs: Overhaul volume and server record caching and fileserver rotationDavid Howells2017-11-131-5/+2
* afs: Add an address list conceptDavid Howells2017-11-131-111/+58
* afs: Overhaul cell database managementDavid Howells2017-11-131-282/+634
* afs: Allow IPv6 address specification of VL serversDavid Howells2017-11-131-10/+21
* afs: Keep and pass sockaddr_rxrpc addresses rather than in_addrDavid Howells2017-11-131-3/+15
* afs: Push the net ns pointer to more placesDavid Howells2017-11-131-7/+7
* afs: Lay the groundwork for supporting network namespacesDavid Howells2017-11-131-67/+63
* FS-Cache: Provide the ability to enable/disable cookiesDavid Howells2013-09-271-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* AFS: Implement an autocell mount capability [ver #2]wanglei2010-08-111-14/+38
* DNS: If the DNS server returns an error, allow that to be cached [ver #2]Wang Lei2010-08-111-0/+4
* DNS: Make AFS go to the DNS for AFSDB records for unknown cellsWang Lei2010-08-051-10/+30
* FS-Cache: Make kAFS use FS-CacheDavid Howells2009-04-031-9/+7
* afs: use the shorter LIST_HEAD for brevityRobert P. J. Day2008-04-291-1/+1
* afs: add missing up_write() on returnSven Schnelle2008-04-021-0/+1
* afs: prevent double cell registrationSven Schnelle2008-03-281-2/+13
* KEYS: Make request_key() and co fundamentally asynchronousDavid Howells2007-10-171-11/+6