aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/afs/volume.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-20afs: Increase buffer size in afs_update_volume_status()Daniil Dulov1-2/+2
2024-01-01afs: Fix fileserver rotationDavid Howells1-1/+5
2024-01-01afs: Overhaul invalidation handling to better support RO volumesDavid Howells1-0/+3
2024-01-01afs: Parse the VolSync record in the reply of a number of RPC opsDavid Howells1-0/+3
2024-01-01afs: Defer volume record destruction to a workqueueDavid Howells1-6/+9
2024-01-01afs: Make it possible to find the volumes that are using a serverDavid Howells1-14/+22
2023-12-21afs: Fix use-after-free due to get/remove race in volume treeDavid Howells1-3/+23
2022-12-22afs: remove variable nr_serversColin Ian King1-5/+1
2022-08-02afs: Use refcount_t rather than atomic_tDavid Howells1-8/+13
2022-06-10afs: Fix some checker issuesDavid Howells1-2/+1
2022-01-07afs: Convert afs to use the new fscache APIDavid Howells1-7/+22
2020-10-16afs: Add tracing for cell refcount and active user countDavid Howells1-3/+3
2020-10-16afs: Fix cell refcounting by splitting the usage counterDavid Howells1-2/+2
2020-06-04afs: Reorganise volume and server trees to be rooted on the cellDavid Howells1-11/+73
2020-06-04afs: Add a tracepoint to track the lifetime of the afs_volume structDavid Howells1-4/+23
2020-06-04afs: Detect cell aliases 1 - Cells with root volumesDavid Howells1-4/+5
2020-06-04afs: Build an abstraction around an "operation" conceptDavid Howells1-6/+6
2020-05-31afs: Rename struct afs_fs_cursor to afs_operationDavid Howells1-2/+2
2020-05-31afs: Actively poll fileservers to maintain NAT or firewall openingsDavid Howells1-11/+13
2020-04-24afs: Make record checking use TASK_UNINTERRUPTIBLE when appropriateDavid Howells1-3/+5
2019-09-02afs: remove unused variable 'afs_voltypes'YueHaibing1-2/+0
2019-06-28Merge tag 'afs-fixes-20190620' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-0/+1
2019-06-20afs: Fix uninitialised spinlock afs_volume::cb_break_lockDavid Howells1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-02-28afs: Add fs_context supportDavid Howells1-2/+2
2018-10-24afs: Probe multiple fileservers simultaneouslyDavid Howells1-16/+0
2018-10-24afs: Eliminate the address pointer from the address list cursorDavid Howells1-3/+3
2018-10-24afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells1-1/+1
2018-10-24afs: Implement VL server rotationDavid Howells1-36/+16
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-02-06afs: Fix server list handlingDavid Howells1-44/+2
2018-02-06afs: Add missing afs_put_cell()David Howells1-0/+1
2017-11-13afs: Make use of the YFS service upgrade to fully support IPv6David Howells1-0/+16
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationDavid Howells1-120/+306
2017-11-13afs: Move server rotation code into its own fileDavid Howells1-250/+0
2017-11-13afs: Add an address list conceptDavid Howells1-32/+83
2017-11-13afs: Overhaul the callback handlingDavid Howells1-16/+27
2017-11-13afs: Keep and pass sockaddr_rxrpc addresses rather than in_addrDavid Howells1-5/+4
2017-11-13afs: Update the cache index structureDavid Howells1-1/+1
2017-11-13afs: Push the net ns pointer to more placesDavid Howells1-10/+10
2017-11-13afs: Lay the groundwork for supporting network namespacesDavid Howells1-5/+5
2017-04-20afs: Convert to separately allocated bdiJan Kara1-8/+0
2017-01-06afs: Make afs_readpages() fetch data in bulkDavid Howells1-0/+1
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig1-1/+1
2013-09-27FS-Cache: Provide the ability to enable/disable cookiesDavid Howells1-1/+1
2010-04-22afs: add bdi backing to mount session.Jens Axboe1-0/+7
2009-04-03FS-Cache: Make kAFS use FS-CacheDavid Howells1-8/+6
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-04-26[AFS]: Add "directory write" support.David Howells1-7/+7