aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/volume.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-26[AFS]: Add security support.David Howells1-87/+22
2007-04-26[AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.David Howells1-92/+49
2007-04-26[AFS]: Clean up the AFS sourcesDavid Howells1-37/+21
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris1-2/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+520