aboutsummaryrefslogtreecommitdiff
path: root/fs/afs/volume.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01afs: Fix fileserver rotationGravatar David Howells 1-1/+5
2024-01-01afs: Overhaul invalidation handling to better support RO volumesGravatar David Howells 1-0/+3
2024-01-01afs: Parse the VolSync record in the reply of a number of RPC opsGravatar David Howells 1-0/+3
2024-01-01afs: Defer volume record destruction to a workqueueGravatar David Howells 1-6/+9
2024-01-01afs: Make it possible to find the volumes that are using a serverGravatar David Howells 1-14/+22
2023-12-21afs: Fix use-after-free due to get/remove race in volume treeGravatar David Howells 1-3/+23
2022-12-22afs: remove variable nr_serversGravatar Colin Ian King 1-5/+1
2022-08-02afs: Use refcount_t rather than atomic_tGravatar David Howells 1-8/+13
2022-06-10afs: Fix some checker issuesGravatar David Howells 1-2/+1
2022-01-07afs: Convert afs to use the new fscache APIGravatar David Howells 1-7/+22
2020-10-16afs: Add tracing for cell refcount and active user countGravatar David Howells 1-3/+3
2020-10-16afs: Fix cell refcounting by splitting the usage counterGravatar David Howells 1-2/+2
2020-06-04afs: Reorganise volume and server trees to be rooted on the cellGravatar David Howells 1-11/+73
2020-06-04afs: Add a tracepoint to track the lifetime of the afs_volume structGravatar David Howells 1-4/+23
2020-06-04afs: Detect cell aliases 1 - Cells with root volumesGravatar David Howells 1-4/+5
2020-06-04afs: Build an abstraction around an "operation" conceptGravatar David Howells 1-6/+6
2020-05-31afs: Rename struct afs_fs_cursor to afs_operationGravatar David Howells 1-2/+2
2020-05-31afs: Actively poll fileservers to maintain NAT or firewall openingsGravatar David Howells 1-11/+13
2020-04-24afs: Make record checking use TASK_UNINTERRUPTIBLE when appropriateGravatar David Howells 1-3/+5
2019-09-02afs: remove unused variable 'afs_voltypes'Gravatar YueHaibing 1-2/+0
2019-06-28Merge tag 'afs-fixes-20190620' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2019-06-20afs: Fix uninitialised spinlock afs_volume::cb_break_lockGravatar David Howells 1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-02-28afs: Add fs_context supportGravatar David Howells 1-2/+2
2018-10-24afs: Probe multiple fileservers simultaneouslyGravatar David Howells 1-16/+0
2018-10-24afs: Eliminate the address pointer from the address list cursorGravatar David Howells 1-3/+3
2018-10-24afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSGravatar David Howells 1-1/+1
2018-10-24afs: Implement VL server rotationGravatar David Howells 1-36/+16
2018-04-06fscache: Pass object size in rather than calling back for itGravatar David Howells 1-1/+1
2018-04-04fscache: Attach the index key and aux data to the cookieGravatar David Howells 1-1/+3
2018-02-06afs: Fix server list handlingGravatar David Howells 1-44/+2
2018-02-06afs: Add missing afs_put_cell()Gravatar David Howells 1-0/+1
2017-11-13afs: Make use of the YFS service upgrade to fully support IPv6Gravatar David Howells 1-0/+16
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationGravatar David Howells 1-120/+306
2017-11-13afs: Move server rotation code into its own fileGravatar David Howells 1-250/+0
2017-11-13afs: Add an address list conceptGravatar David Howells 1-32/+83
2017-11-13afs: Overhaul the callback handlingGravatar David Howells 1-16/+27
2017-11-13afs: Keep and pass sockaddr_rxrpc addresses rather than in_addrGravatar David Howells 1-5/+4
2017-11-13afs: Update the cache index structureGravatar David Howells 1-1/+1
2017-11-13afs: Push the net ns pointer to more placesGravatar David Howells 1-10/+10
2017-11-13afs: Lay the groundwork for supporting network namespacesGravatar David Howells 1-5/+5
2017-04-20afs: Convert to separately allocated bdiGravatar Jan Kara 1-8/+0
2017-01-06afs: Make afs_readpages() fetch data in bulkGravatar David Howells 1-0/+1
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportGravatar Christoph Hellwig 1-1/+1
2013-09-27FS-Cache: Provide the ability to enable/disable cookiesGravatar David Howells 1-1/+1
2010-04-22afs: add bdi backing to mount session.Gravatar Jens Axboe 1-0/+7
2009-04-03FS-Cache: Make kAFS use FS-CacheGravatar David Howells 1-8/+6
2007-05-21Detach sched.h from mm.hGravatar Alexey Dobriyan 1-0/+1
2007-04-26[AFS]: Add "directory write" support.Gravatar David Howells 1-7/+7
2007-04-26[AFS]: Add security support.Gravatar David Howells 1-87/+22