summaryrefslogtreecommitdiffstats
path: root/fs/afs/internal.h
Commit message (Expand)AuthorAgeFilesLines
* afs: Use kfree_rcu() instead of casting kfree() to rcu_callback_tJann Horn2020-03-131-1/+1
* afs: Introduce an afs_get_read() refcount helperDavid Howells2019-11-211-0/+6
* afs: Switch the naming of call->iter and call->_iterDavid Howells2019-11-211-5/+5
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-09-291-1/+0
|\
| * afs dynroot: switch to simple_dir_operationsAl Viro2019-09-151-1/+0
* | afs: Provide an RCU-capable key lookupDavid Howells2019-09-021-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-111-15/+0
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-271-5/+3
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1
| |\ \
| * | | afs: do not send list of client addressesFlorian Westphal2019-06-021-15/+0
* | | | Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-101-11/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | afs: Trace afs_server usageDavid Howells2019-06-201-7/+3
| * | | afs: Add some callback management tracepointsDavid Howells2019-06-201-4/+4
* | | | Merge tag 'afs-fixes-20190620' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-06-281-5/+3
|\| | | | |_|/ |/| |
| * | afs: Fix uninitialised spinlock afs_volume::cb_break_lockDavid Howells2019-06-201-1/+1
| * | afs: Fix vlserver record corruptionDavid Howells2019-06-201-4/+2
| |/
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* afs: Pass pre-fetch server and volume break counts into afs_iget5_set()David Howells2019-05-161-1/+3
* afs: Fix unlink to handle YFS.RemoveFile2 betterDavid Howells2019-05-161-1/+0
* afs: Make vnode->cb_interest RCU safeDavid Howells2019-05-161-3/+9
* afs: Split afs_validate() so first part can be used under LOOKUP_RCUDavid Howells2019-05-161-0/+1
* afs: Don't save callback version and type fieldsDavid Howells2019-05-161-2/+0
* afs: Fix application of status and callback to be under same lockDavid Howells2019-05-161-68/+66
* afs: Always get the reply timeDavid Howells2019-05-161-1/+1
* afs: Fix order-1 allocation in afs_do_lookup()David Howells2019-05-161-6/+5
* afs: Get rid of afs_call::reply[]David Howells2019-05-161-3/+21
* afs: Make some RPC operations non-interruptibleDavid Howells2019-05-161-1/+8
* afs: Fix the maximum lifespan of VL and probe callsDavid Howells2019-05-161-0/+1
* afs: Fix cell DNS lookupDavid Howells2019-05-161-5/+5
* afs: Fix afs_xattr_get_yfs() to not try freeing an error valueDavid Howells2019-05-151-1/+1
* afs: Implement YFS ACL settingDavid Howells2019-05-071-0/+1
* afs: Get YFS ACLs and information through xattrsDavid Howells2019-05-071-0/+13
* afs: implement acl settingJoe Gorse2019-05-071-0/+1
* afs: Get an AFS3 ACL as an xattrDavid Howells2019-05-071-0/+7
* afs: Log more information for "kAFS: AFS vnode with undefined type\n"David Howells2019-05-071-1/+2
* afs: Provide mount-time configurable byte-range file locking emulationDavid Howells2019-04-251-0/+14
* afs: Implement sillyrename for unlink and renameDavid Howells2019-04-251-0/+10
* afs: Handle lock rpc ops failing on a file that got deletedDavid Howells2019-04-251-0/+1
* afs: Calculate lock extend timer from set/extend reply receptionDavid Howells2019-04-251-0/+2
* afs: Split wait from afs_make_call()David Howells2019-04-251-5/+7
* afs: Fix in-progess ops to ignore server-level callback invalidationDavid Howells2019-04-131-3/+1
* afs: Use fs_context to pass parameters over automountDavid Howells2019-02-281-1/+0
* afs: Add fs_context supportDavid Howells2019-02-281-4/+4
* afs: Fix missing net error handlingDavid Howells2018-11-291-0/+9
* afs: Probe multiple fileservers simultaneouslyDavid Howells2018-10-241-19/+79
* afs: Fix callback handlingDavid Howells2018-10-241-3/+6
* afs: Eliminate the address pointer from the address list cursorDavid Howells2018-10-241-1/+0
* afs: Allow dumping of server cursor on operation failureDavid Howells2018-10-241-0/+3
* afs: Implement YFS support in the fs clientDavid Howells2018-10-241-1/+34
* afs: Calc callback expiry in op reply deliveryDavid Howells2018-10-241-0/+2