aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/afs/yfsclient.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-30Merge tag 'afs-next-20191121' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-6/+5
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-2/+2
2019-11-21afs: Introduce an afs_get_read() refcount helperDavid Howells1-2/+1
2019-11-21afs: Switch the naming of call->iter and call->_iterDavid Howells1-4/+4
2019-11-21afs: Use call->_iter not &call->iter in debugging statementsDavid Howells1-3/+3
2019-10-18fs: afs: Use pr_warn instead of pr_warningKefeng Wang1-2/+2
2019-09-02afs: Use afs_extract_discard() rather than iov_iter_discard()David Howells1-3/+3
2019-08-22afs: use correct afs_call_type in yfs_fs_store_opaque_acl2YueHaibing1-1/+1
2019-07-25afs: yfsclient: Mark expected switch fall-throughsGustavo A. R. Silva1-19/+35
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner1-5/+1
2019-05-16afs: Fix unlink to handle YFS.RemoveFile2 betterDavid Howells1-0/+2
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-385/+149
2019-05-16afs: Always get the reply timeDavid Howells1-3/+0
2019-05-16afs: Fix order-1 allocation in afs_do_lookup()David Howells1-11/+9
2019-05-16afs: Get rid of afs_call::reply[]David Howells1-119/+98
2019-05-16afs: Don't pass the vnode pointer through into the inline bulk status opDavid Howells1-9/+1
2019-05-16afs: Fix calculation of callback expiry timeDavid Howells1-26/+25
2019-05-16afs: Make some RPC operations non-interruptibleDavid Howells1-0/+18
2019-05-15afs: Fix afs_xattr_get_yfs() to not try freeing an error valueDavid Howells1-23/+6
2019-05-07Merge tag 'afs-next-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-31/+298
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds1-10/+20
2019-05-07afs: Implement YFS ACL settingDavid Howells1-5/+62
2019-05-07afs: Get YFS ACLs and information through xattrsDavid Howells1-0/+188
2019-04-25afs: Provide mount-time configurable byte-range file locking emulationDavid Howells1-1/+1
2019-04-25afs: Add more tracepointsDavid Howells1-7/+7
2019-04-25afs: Calculate lock extend timer from set/extend reply receptionDavid Howells1-0/+4
2019-04-25afs: Split wait from afs_make_call()David Howells1-18/+36
2019-04-08afs: Mark expected switch fall-throughsGustavo A. R. Silva1-10/+20
2019-03-28afs: Fix StoreData op marshallingDavid Howells1-1/+1
2019-01-10afs: Set correct lock type for the yfs CreateFileMarc Dionne1-1/+1
2018-10-24afs: Fix callback handlingDavid Howells1-1/+1
2018-10-24afs: Implement YFS support in the fs clientDavid Howells1-0/+2184