summaryrefslogtreecommitdiff
path: root/fs/afs/volume.c
AgeCommit message (Expand)Author
2024-02-20afs: Increase buffer size in afs_update_volume_status()Daniil Dulov
2024-01-01afs: Fix fileserver rotationDavid Howells
2024-01-01afs: Overhaul invalidation handling to better support RO volumesDavid Howells
2024-01-01afs: Parse the VolSync record in the reply of a number of RPC opsDavid 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 use-after-free due to get/remove race in volume treeDavid Howells
2022-12-22afs: remove variable nr_serversColin Ian King
2022-08-02afs: Use refcount_t rather than atomic_tDavid Howells
2022-06-10afs: Fix some checker issuesDavid Howells
2022-01-07afs: Convert afs to use the new fscache APIDavid Howells
2020-10-16afs: Add tracing for cell refcount and active user countDavid Howells
2020-10-16afs: Fix cell refcounting by splitting the usage counterDavid 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-06-04afs: Build an abstraction around an "operation" conceptDavid Howells
2020-05-31afs: Rename struct afs_fs_cursor to afs_operationDavid Howells
2020-05-31afs: Actively poll fileservers to maintain NAT or firewall openingsDavid Howells
2020-04-24afs: Make record checking use TASK_UNINTERRUPTIBLE when appropriateDavid Howells
2019-09-02afs: remove unused variable 'afs_voltypes'YueHaibing
2019-06-28Merge tag 'afs-fixes-20190620' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-06-20afs: Fix uninitialised spinlock afs_volume::cb_break_lockDavid Howells
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-02-28afs: Add fs_context supportDavid Howells
2018-10-24afs: Probe multiple fileservers simultaneouslyDavid Howells
2018-10-24afs: Eliminate the address pointer from the address list cursorDavid Howells
2018-10-24afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells
2018-10-24afs: Implement VL server rotationDavid 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-02-06afs: Fix server list handlingDavid Howells
2018-02-06afs: Add missing afs_put_cell()David Howells
2017-11-13afs: Make use of the YFS service upgrade to fully support IPv6David Howells
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationDavid Howells
2017-11-13afs: Move server rotation code into its own fileDavid Howells
2017-11-13afs: Add an address list conceptDavid Howells
2017-11-13afs: Overhaul the callback handlingDavid Howells
2017-11-13afs: Keep and pass sockaddr_rxrpc addresses rather than in_addrDavid Howells
2017-11-13afs: Update the cache index structureDavid Howells
2017-11-13afs: Push the net ns pointer to more placesDavid Howells
2017-11-13afs: Lay the groundwork for supporting network namespacesDavid Howells
2017-04-20afs: Convert to separately allocated bdiJan Kara
2017-01-06afs: Make afs_readpages() fetch data in bulkDavid Howells
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig
2013-09-27FS-Cache: Provide the ability to enable/disable cookiesDavid Howells
2010-04-22afs: add bdi backing to mount session.Jens Axboe
2009-04-03FS-Cache: Make kAFS use FS-CacheDavid Howells
2007-05-21Detach sched.h from mm.hAlexey Dobriyan
2007-04-26[AFS]: Add "directory write" support.David Howells