aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/internal.h
AgeCommit message (Expand)Author
2019-06-28Merge tag 'afs-fixes-20190620' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-06-20afs: Fix uninitialised spinlock afs_volume::cb_break_lockDavid Howells
2019-06-20afs: Fix vlserver record corruptionDavid Howells
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-16afs: Pass pre-fetch server and volume break counts into afs_iget5_set()David Howells
2019-05-16afs: Fix unlink to handle YFS.RemoveFile2 betterDavid Howells
2019-05-16afs: Make vnode->cb_interest RCU safeDavid Howells
2019-05-16afs: Split afs_validate() so first part can be used under LOOKUP_RCUDavid Howells
2019-05-16afs: Don't save callback version and type fieldsDavid Howells
2019-05-16afs: Fix application of status and callback to be under same lockDavid Howells
2019-05-16afs: Always get the reply timeDavid Howells
2019-05-16afs: Fix order-1 allocation in afs_do_lookup()David Howells
2019-05-16afs: Get rid of afs_call::reply[]David Howells
2019-05-16afs: Make some RPC operations non-interruptibleDavid Howells
2019-05-16afs: Fix the maximum lifespan of VL and probe callsDavid Howells
2019-05-16afs: Fix cell DNS lookupDavid Howells
2019-05-15afs: Fix afs_xattr_get_yfs() to not try freeing an error valueDavid Howells
2019-05-07afs: Implement YFS ACL settingDavid Howells
2019-05-07afs: Get YFS ACLs and information through xattrsDavid Howells
2019-05-07afs: implement acl settingJoe Gorse
2019-05-07afs: Get an AFS3 ACL as an xattrDavid Howells
2019-05-07afs: Log more information for "kAFS: AFS vnode with undefined type\n"David Howells
2019-04-25afs: Provide mount-time configurable byte-range file locking emulationDavid Howells
2019-04-25afs: Implement sillyrename for unlink and renameDavid Howells
2019-04-25afs: Handle lock rpc ops failing on a file that got deletedDavid Howells
2019-04-25afs: Calculate lock extend timer from set/extend reply receptionDavid Howells
2019-04-25afs: Split wait from afs_make_call()David Howells
2019-04-13afs: Fix in-progess ops to ignore server-level callback invalidationDavid Howells
2019-02-28afs: Use fs_context to pass parameters over automountDavid Howells
2019-02-28afs: Add fs_context supportDavid Howells
2018-11-29afs: Fix missing net error handlingDavid Howells
2018-10-24afs: Probe multiple fileservers simultaneouslyDavid Howells
2018-10-24afs: Fix callback handlingDavid Howells
2018-10-24afs: Eliminate the address pointer from the address list cursorDavid Howells
2018-10-24afs: Allow dumping of server cursor on operation failureDavid Howells
2018-10-24afs: Implement YFS support in the fs clientDavid Howells
2018-10-24afs: Calc callback expiry in op reply deliveryDavid Howells
2018-10-24afs: Add a couple of tracepoints to log I/O errorsDavid Howells
2018-10-24afs: Implement VL server rotationDavid Howells
2018-10-24afs: Improve FS server rotation error handlingDavid Howells
2018-10-24afs: Set up the iov_iter before calling afs_extract_data()David Howells
2018-10-24afs: Better tracing of protocol errorsDavid Howells
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-12afs: Fix cell proc listDavid Howells
2018-10-04afs: Do better max capacity handling on address listsDavid Howells
2018-08-23fs/afs: use new return type vm_fault_tSouptick Joarder
2018-06-15afs: Optimise callback breaking by not repeating volume lookupDavid Howells
2018-06-15afs: Display manually added cells in dynamic root mountDavid Howells
2018-06-15afs: Handle CONFIG_PROC_FS=nDavid Howells
2018-06-02Merge tag 'afs-fixes-20180514' into afs-procAl Viro