aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/internal.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-10-12afs: Fix cell proc listDavid Howells1-2/+2
2018-10-04afs: Do better max capacity handling on address listsDavid Howells1-3/+5
2018-08-23fs/afs: use new return type vm_fault_tSouptick Joarder1-1/+2
2018-06-15afs: Optimise callback breaking by not repeating volume lookupDavid Howells1-2/+13
2018-06-15afs: Display manually added cells in dynamic root mountDavid Howells1-1/+6
2018-06-15afs: Handle CONFIG_PROC_FS=nDavid Howells1-0/+8
2018-06-02Merge tag 'afs-fixes-20180514' into afs-procAl Viro1-3/+22
2018-05-23afs: Implement network namespacingDavid Howells1-19/+24
2018-05-23afs: Mark afs_net::ws_cell as __rcu and set using rcu functionsDavid Howells1-1/+1
2018-05-14afs: Fix whole-volume callback handlingDavid Howells1-0/+15
2018-05-14afs: Fix refcounting in callback registrationDavid Howells1-2/+5
2018-05-14afs: Fix giving up callbacks on server destructionDavid Howells1-0/+1
2018-05-14afs: Fix directory page lockingDavid Howells1-1/+1
2018-04-09afs: Do better accretion of small writes on newly created contentDavid Howells1-1/+1
2018-04-09afs: Add stats for data transfer operationsDavid Howells1-0/+4
2018-04-09afs: Trace protocol errorsDavid Howells1-0/+1
2018-04-09afs: Locally edit directory data for mkdir/create/unlink/...David Howells1-5/+14
2018-04-09afs: Fix directory handlingDavid Howells1-5/+8
2018-04-09afs: Split the dynroot stuff out and give it its own ops tablesDavid Howells1-2/+10
2018-04-09afs: Keep track of invalid-before version for dentry coherencyDavid Howells1-0/+1
2018-04-09afs: Rearrange status mappingDavid Howells1-0/+6
2018-04-09afs: Make it possible to get the data version in readpageDavid Howells1-3/+5
2018-04-09afs: Introduce a statistics proc fileDavid Howells1-1/+14
2018-04-09afs: Implement @sys substitution handlingDavid Howells1-0/+16
2018-04-09afs: Prospectively look up extra files when doing a single lookupDavid Howells1-1/+9
2018-04-09afs: Fix checker warningsDavid Howells1-1/+1
2018-04-04fscache: Attach the index key and aux data to the cookieDavid Howells1-0/+7
2018-03-27rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells1-0/+1
2018-02-06afs: Support the AFS dynamic rootDavid Howells1-4/+8
2017-12-01afs: Properly reset afs_vnode (inode) fieldsDavid Howells1-1/+4
2017-11-17afs: Fix file lockingDavid Howells1-7/+16
2017-11-13afs: Protect call->state changes against signalsDavid Howells1-9/+54
2017-11-13afs: Implement shared-writeable mmapDavid Howells1-0/+1
2017-11-13afs: Get rid of the afs_writeback recordDavid Howells1-33/+18
2017-11-13afs: Introduce a file-private data recordDavid Howells1-0/+14
2017-11-13afs: Fix directory read/modify raceDavid Howells1-0/+1
2017-11-13afs: Trace the initiation and completion of client callsDavid Howells1-0/+1
2017-11-13afs: Make use of the YFS service upgrade to fully support IPv6David Howells1-2/+8
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationDavid Howells1-218/+235
2017-11-13afs: Add an address list conceptDavid Howells1-37/+83
2017-11-13afs: Overhaul cell database managementDavid Howells1-15/+45
2017-11-13afs: Overhaul permit cachingDavid Howells1-12/+15
2017-11-13afs: Overhaul the callback handlingDavid Howells1-38/+55
2017-11-13afs: Rename struct afs_call server member to cm_serverDavid Howells1-1/+1
2017-11-13afs: Potentially return call->reply[0] from afs_make_call()David Howells1-1/+2
2017-11-13afs: Condense afs_call's reply{,2,3,4} into an arrayDavid Howells1-4/+1
2017-11-13afs: Consolidate abort_to_error translatorsDavid Howells1-3/+0
2017-11-13afs: Keep and pass sockaddr_rxrpc addresses rather than in_addrDavid Howells1-8/+7
2017-11-13afs: Update the cache index structureDavid Howells1-21/+0