summaryrefslogtreecommitdiffstats
path: root/fs/afs/internal.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* afs: Add a couple of tracepoints to log I/O errorsDavid Howells2018-10-241-0/+11
* afs: Implement VL server rotationDavid Howells2018-10-241-13/+101
* afs: Improve FS server rotation error handlingDavid Howells2018-10-241-0/+1
* afs: Set up the iov_iter before calling afs_extract_data()David Howells2018-10-241-4/+52
* afs: Better tracing of protocol errorsDavid Howells2018-10-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-121-2/+2
|\
| * afs: Fix cell proc listDavid Howells2018-10-121-2/+2
* | afs: Do better max capacity handling on address listsDavid Howells2018-10-041-3/+5
|/
* fs/afs: use new return type vm_fault_tSouptick Joarder2018-08-231-1/+2
* afs: Optimise callback breaking by not repeating volume lookupDavid Howells2018-06-151-2/+13
* afs: Display manually added cells in dynamic root mountDavid Howells2018-06-151-1/+6
* afs: Handle CONFIG_PROC_FS=nDavid Howells2018-06-151-0/+8
* Merge tag 'afs-fixes-20180514' into afs-procAl Viro2018-06-021-3/+22
|\
| * afs: Fix whole-volume callback handlingDavid Howells2018-05-141-0/+15
| * afs: Fix refcounting in callback registrationDavid Howells2018-05-141-2/+5
| * afs: Fix giving up callbacks on server destructionDavid Howells2018-05-141-0/+1