summaryrefslogtreecommitdiffstats
path: root/fs/afs/volume.c
AgeCommit message (Expand)AuthorLines
2022-08-02afs: Use refcount_t rather than atomic_tDavid Howells-8/+13
2022-06-10afs: Fix some checker issuesDavid Howells-2/+1
2022-01-07afs: Convert afs to use the new fscache APIDavid Howells-7/+22
2020-10-16afs: Add tracing for cell refcount and active user countDavid Howells-3/+3
2020-10-16afs: Fix cell refcounting by splitting the usage counterDavid Howells-2/+2
2020-06-04afs: Reorganise volume and server trees to be rooted on the cellDavid Howells-11/+73
2020-06-04afs: Add a tracepoint to track the lifetime of the afs_volume structDavid Howells-4/+23
2020-06-04afs: Detect cell aliases 1 - Cells with root volumesDavid Howells-4/+5
2020-06-04afs: Build an abstraction around an "operation" conceptDavid Howells-6/+6
2020-05-31afs: Rename struct afs_fs_cursor to afs_operationDavid Howells-2/+2
2020-05-31afs: Actively poll fileservers to maintain NAT or firewall openingsDavid Howells-11/+13
2020-04-24afs: Make record checking use TASK_UNINTERRUPTIBLE when appropriateDavid Howells-3/+5
2019-09-02afs: remove unused variable 'afs_voltypes'YueHaibing-2/+0
2019-06-28Merge tag 'afs-fixes-20190620' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2019-06-20afs: Fix uninitialised spinlock afs_volume::cb_break_lockDavid Howells-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2019-02-28afs: Add fs_context supportDavid Howells-2/+2
2018-10-24afs: Probe multiple fileservers simultaneouslyDavid Howells-16/+0
2018-10-24afs: Eliminate the address pointer from the address list cursorDavid Howells-3/+3
2018-10-24afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells-1/+1
2018-10-24afs: Implement VL server rotationDavid Howells-36/+16
2018-04-06fscache: Pass object size in rather than calling back for itDavid Howells-1/+1
2018-04-04fscache: Attach the index key and aux data to the cookieDavid Howells-1/+3
2018-02-06afs: Fix server list handlingDavid Howells-44/+2
2018-02-06afs: Add missing afs_put_cell()David Howells-0/+1
2017-11-13afs: Make use of the YFS service upgrade to fully support IPv6David Howells-0/+16
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationDavid Howells-120/+306
2017-11-13afs: Move server rotation code into its own fileDavid Howells-250/+0
2017-11-13afs: Add an address list conceptDavid Howells-32/+83
2017-11-13afs: Overhaul the callback handlingDavid Howells-16/+27
2017-11-13afs: Keep and pass sockaddr_rxrpc addresses rather than in_addrDavid Howells-5/+4
2017-11-13afs: Update the cache index structureDavid Howells-1/+1
2017-11-13afs: Push the net ns pointer to more placesDavid Howells-10/+10
2017-11-13afs: Lay the groundwork for supporting network namespacesDavid Howells-5/+5
2017-04-20afs: Convert to separately allocated bdiJan Kara-8/+0
2017-01-06afs: Make afs_readpages() fetch data in bulkDavid Howells-0/+1
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig-1/+1
2013-09-27FS-Cache: Provide the ability to enable/disable cookiesDavid Howells-1/+1
2010-04-22afs: add bdi backing to mount session.Jens Axboe-0/+7
2009-04-03FS-Cache: Make kAFS use FS-CacheDavid Howells-8/+6
2007-05-21Detach sched.h from mm.hAlexey Dobriyan-0/+1
2007-04-26[AFS]: Add "directory write" support.David Howells-7/+7
2007-04-26[AFS]: Add security support.David Howells-87/+22
2007-04-26[AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.David Howells-92/+49
2007-04-26[AFS]: Clean up the AFS sourcesDavid Howells-37/+21
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris-2/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+520