summaryrefslogtreecommitdiff
path: root/fs/afs/internal.h
AgeCommit message (Expand)AuthorFilesLines
2020-06-04afs: Detect cell aliases 1 - Cells with root volumesDavid Howells1-3/+14
2020-06-04afs: Implement client support for the YFSVL.GetCellName RPC opDavid Howells1-0/+2
2020-06-04afs: Retain more of the VLDB record for alias detectionDavid Howells1-1/+2
2020-06-04afs: Don't get epoch from a server because it may be ambiguousDavid Howells1-7/+0
2020-06-04afs: Build an abstraction around an "operation" conceptDavid Howells1-119/+194
2020-05-31afs: Rename struct afs_fs_cursor to afs_operationDavid Howells1-56/+56
2020-05-31afs: Remove the error argument from afs_protocol_error()David Howells1-1/+1
2020-05-31afs: Set error flag rather than return error from file status decodeDavid Howells1-0/+1
2020-05-31afs: Make callback processing more efficient.David Howells1-3/+3
2020-05-31afs: Actively poll fileservers to maintain NAT or firewall openingsDavid Howells1-11/+30
2020-05-31afs: Split the usage count on struct afs_serverDavid Howells1-2/+6
2020-05-31afs: Use the serverUnique field in the UVLDB record to reduce rpc opsDavid Howells1-2/+3
2020-04-24afs: Make record checking use TASK_UNINTERRUPTIBLE when appropriateDavid Howells1-1/+1
2020-04-24afs: Remove some unused bitsDavid Howells1-2/+0
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-2/+10
2020-03-13afs: Fix handling of an abort from a service handlerDavid Howells1-2/+10
2020-03-13afs: Use kfree_rcu() instead of casting kfree() to rcu_callback_tJann Horn1-1/+1
2019-11-21afs: Introduce an afs_get_read() refcount helperDavid Howells1-0/+6
2019-11-21afs: Switch the naming of call->iter and call->_iterDavid Howells1-5/+5
2019-09-29Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+0
2019-09-15afs dynroot: switch to simple_dir_operationsAl Viro1-1/+0
2019-09-02afs: Provide an RCU-capable key lookupDavid Howells1-0/+1
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-15/+0
2019-07-10Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-11/+7
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+3
2019-06-28Merge tag 'afs-fixes-20190620' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+3
2019-06-20afs: Trace afs_server usageDavid Howells1-7/+3
2019-06-20afs: Add some callback management tracepointsDavid Howells1-4/+4
2019-06-20afs: Fix uninitialised spinlock afs_volume::cb_break_lockDavid Howells1-1/+1
2019-06-20afs: Fix vlserver record corruptionDavid Howells1-4/+2
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-06-02afs: do not send list of client addressesFlorian Westphal1-15/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-16afs: Pass pre-fetch server and volume break counts into afs_iget5_set()David Howells1-1/+3
2019-05-16afs: Fix unlink to handle YFS.RemoveFile2 betterDavid Howells1-1/+0
2019-05-16afs: Make vnode->cb_interest RCU safeDavid Howells1-3/+9
2019-05-16afs: Split afs_validate() so first part can be used under LOOKUP_RCUDavid Howells1-0/+1
2019-05-16afs: Don't save callback version and type fieldsDavid Howells1-2/+0
2019-05-16afs: Fix application of status and callback to be under same lockDavid Howells1-68/+66
2019-05-16afs: Always get the reply timeDavid Howells1-1/+1
2019-05-16afs: Fix order-1 allocation in afs_do_lookup()David Howells1-6/+5
2019-05-16afs: Get rid of afs_call::reply[]David Howells1-3/+21
2019-05-16afs: Make some RPC operations non-interruptibleDavid Howells1-1/+8
2019-05-16afs: Fix the maximum lifespan of VL and probe callsDavid Howells1-0/+1
2019-05-16afs: Fix cell DNS lookupDavid Howells1-5/+5
2019-05-15afs: Fix afs_xattr_get_yfs() to not try freeing an error valueDavid Howells1-1/+1
2019-05-07afs: Implement YFS ACL settingDavid Howells1-0/+1
2019-05-07afs: Get YFS ACLs and information through xattrsDavid Howells1-0/+13
2019-05-07afs: implement acl settingJoe Gorse1-0/+1
2019-05-07afs: Get an AFS3 ACL as an xattrDavid Howells1-0/+7