summaryrefslogtreecommitdiff
path: root/fs/afs/volume.c
Commit message (Expand)AuthorAgeFilesLines
* afs: remove variable nr_serversColin Ian King2022-12-221-5/+1
* afs: Use refcount_t rather than atomic_tDavid Howells2022-08-021-8/+13
* afs: Fix some checker issuesDavid Howells2022-06-101-2/+1
* afs: Convert afs to use the new fscache APIDavid Howells2022-01-071-7/+22
* afs: Add tracing for cell refcount and active user countDavid Howells2020-10-161-3/+3
* afs: Fix cell refcounting by splitting the usage counterDavid Howells2020-10-161-2/+2
* afs: Reorganise volume and server trees to be rooted on the cellDavid Howells2020-06-041-11/+73
* afs: Add a tracepoint to track the lifetime of the afs_volume structDavid Howells2020-06-041-4/+23
* afs: Detect cell aliases 1 - Cells with root volumesDavid Howells2020-06-041-4/+5
* afs: Build an abstraction around an "operation" conceptDavid Howells2020-06-041-6/+6
* afs: Rename struct afs_fs_cursor to afs_operationDavid Howells2020-05-311-2/+2
* afs: Actively poll fileservers to maintain NAT or firewall openingsDavid Howells2020-05-311-11/+13
* afs: Make record checking use TASK_UNINTERRUPTIBLE when appropriateDavid Howells2020-04-241-3/+5
* afs: remove unused variable 'afs_voltypes'YueHaibing2019-09-021-2/+0
* Merge tag 'afs-fixes-20190620' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-06-281-0/+1
|\
| * afs: Fix uninitialised spinlock afs_volume::cb_break_lockDavid Howells2019-06-201-0/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* afs: Add fs_context supportDavid Howells2019-02-281-2/+2
* afs: Probe multiple fileservers simultaneouslyDavid Howells2018-10-241-16/+0
* afs: Eliminate the address pointer from the address list cursorDavid Howells2018-10-241-3/+3
* afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells2018-10-241-1/+1
* afs: Implement VL server rotationDavid Howells2018-10-241-36/+16
* 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
* afs: Fix server list handlingDavid Howells2018-02-061-44/+2
* afs: Add missing afs_put_cell()David Howells2018-02-061-0/+1
* afs: Make use of the YFS service upgrade to fully support IPv6David Howells2017-11-131-0/+16
* afs: Overhaul volume and server record caching and fileserver rotationDavid Howells2017-11-131-120/+306
* afs: Move server rotation code into its own fileDavid Howells2017-11-131-250/+0
* afs: Add an address list conceptDavid Howells2017-11-131-32/+83
* afs: Overhaul the callback handlingDavid Howells2017-11-131-16/+27
* afs: Keep and pass sockaddr_rxrpc addresses rather than in_addrDavid Howells2017-11-131-5/+4
* afs: Update the cache index structureDavid Howells2017-11-131-1/+1
* afs: Push the net ns pointer to more placesDavid Howells2017-11-131-10/+10
* afs: Lay the groundwork for supporting network namespacesDavid Howells2017-11-131-5/+5
* afs: Convert to separately allocated bdiJan Kara2017-04-201-8/+0
* afs: Make afs_readpages() fetch data in bulkDavid Howells2017-01-061-0/+1
* fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig2015-01-201-1/+1
* FS-Cache: Provide the ability to enable/disable cookiesDavid Howells2013-09-271-1/+1
* afs: add bdi backing to mount session.Jens Axboe2010-04-221-0/+7
* FS-Cache: Make kAFS use FS-CacheDavid Howells2009-04-031-8/+6
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+1
* [AFS]: Add "directory write" support.David Howells2007-04-261-7/+7
* [AFS]: Add security support.David Howells2007-04-261-87/+22
* [AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.David Howells2007-04-261-92/+49
* [AFS]: Clean up the AFS sourcesDavid Howells2007-04-261-37/+21
* [PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris2006-09-271-2/+1
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+520