summaryrefslogtreecommitdiffstats
path: root/fs/afs/yfsclient.c
Commit message (Expand)AuthorAgeFilesLines
* afs: yfsclient: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-261-19/+35
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-241-5/+1Star
* afs: Fix unlink to handle YFS.RemoveFile2 betterDavid Howells2019-05-161-0/+2
* afs: Don't save callback version and type fieldsDavid Howells2019-05-161-2/+0Star
* afs: Fix application of status and callback to be under same lockDavid Howells2019-05-161-385/+149Star
* afs: Always get the reply timeDavid Howells2019-05-161-3/+0Star
* afs: Fix order-1 allocation in afs_do_lookup()David Howells2019-05-161-11/+9Star
* afs: Get rid of afs_call::reply[]David Howells2019-05-161-119/+98Star
* afs: Don't pass the vnode pointer through into the inline bulk status opDavid Howells2019-05-161-9/+1Star
* afs: Fix calculation of callback expiry timeDavid Howells2019-05-161-26/+25Star
* afs: Make some RPC operations non-interruptibleDavid Howells2019-05-161-0/+18
* afs: Fix afs_xattr_get_yfs() to not try freeing an error valueDavid Howells2019-05-151-23/+6Star
* Merge tag 'afs-next-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-081-31/+298
|\
| * afs: Implement YFS ACL settingDavid Howells2019-05-071-5/+62
| * afs: Get YFS ACLs and information through xattrsDavid Howells2019-05-071-0/+188
| * afs: Provide mount-time configurable byte-range file locking emulationDavid Howells2019-04-251-1/+1
| * afs: Add more tracepointsDavid Howells2019-04-251-7/+7
| * afs: Calculate lock extend timer from set/extend reply receptionDavid Howells2019-04-251-0/+4
| * afs: Split wait from afs_make_call()David Howells2019-04-251-18/+36
* | Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-071-10/+20
|\ \ | |/ |/|
| * afs: Mark expected switch fall-throughsGustavo A. R. Silva2019-04-091-10/+20
* | afs: Fix StoreData op marshallingDavid Howells2019-03-281-1/+1
|/
* afs: Set correct lock type for the yfs CreateFileMarc Dionne2019-01-101-1/+1
* afs: Fix callback handlingDavid Howells2018-10-241-1/+1
* afs: Implement YFS support in the fs clientDavid Howells2018-10-241-0/+2184