aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/internal.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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/git/dhowells/linux-fsLinus 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/git/dhowells/linux-fsLinus 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
2019-05-07afs: Log more information for "kAFS: AFS vnode with undefined type\n"David Howells1-1/+2
2019-04-25afs: Provide mount-time configurable byte-range file locking emulationDavid Howells1-0/+14
2019-04-25afs: Implement sillyrename for unlink and renameDavid Howells1-0/+10
2019-04-25afs: Handle lock rpc ops failing on a file that got deletedDavid Howells1-0/+1
2019-04-25afs: Calculate lock extend timer from set/extend reply receptionDavid Howells1-0/+2
2019-04-25afs: Split wait from afs_make_call()David Howells1-5/+7
2019-04-13afs: Fix in-progess ops to ignore server-level callback invalidationDavid Howells1-3/+1
2019-02-28afs: Use fs_context to pass parameters over automountDavid Howells1-1/+0
2019-02-28afs: Add fs_context supportDavid Howells1-4/+4
2018-11-29afs: Fix missing net error handlingDavid Howells1-0/+9
2018-10-24afs: Probe multiple fileservers simultaneouslyDavid Howells1-19/+79
2018-10-24afs: Fix callback handlingDavid Howells1-3/+6
2018-10-24afs: Eliminate the address pointer from the address list cursorDavid Howells1-1/+0
2018-10-24afs: Allow dumping of server cursor on operation failureDavid Howells1-0/+3
2018-10-24afs: Implement YFS support in the fs clientDavid Howells1-1/+34
2018-10-24afs: Calc callback expiry in op reply deliveryDavid Howells1-0/+2
2018-10-24afs: Add a couple of tracepoints to log I/O errorsDavid Howells1-0/+11
2018-10-24afs: Implement VL server rotationDavid Howells1-13/+101
2018-10-24afs: Improve FS server rotation error handlingDavid Howells1-0/+1
2018-10-24afs: Set up the iov_iter before calling afs_extract_data()David Howells1-4/+52
2018-10-24afs: Better tracing of protocol errorsDavid Howells1-1/+1
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2