aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/yfsclient.c
AgeCommit message (Expand)Author
2022-09-15afs: Use the operation issue time instead of the reply time for callbacksDavid Howells
2020-11-18afs: Fix warning due to unadvanced marshalling pointerDavid Howells
2020-06-24afs: Set error flag rather than return error from file status decodeDavid Howells
2020-05-27afs: Don't unlock fetched data pages until the op completes successfullyDavid Howells
2020-05-02afs: Fix length of dump of bad YFSFetchStatus recordDavid Howells
2020-04-23afs: Fix rename operation status deliveryDavid Howells
2020-04-23afs: Fix missing XDR advance in xdr_decode_{AFS,YFS}FSFetchStatus()David Howells
2019-09-02afs: Use afs_extract_discard() rather than iov_iter_discard()David Howells
2019-08-22afs: use correct afs_call_type in yfs_fs_store_opaque_acl2YueHaibing
2019-07-25afs: yfsclient: Mark expected switch fall-throughsGustavo A. R. Silva
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner
2019-05-16afs: Fix unlink to handle YFS.RemoveFile2 betterDavid 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: Don't pass the vnode pointer through into the inline bulk status opDavid Howells
2019-05-16afs: Fix calculation of callback expiry timeDavid Howells
2019-05-16afs: Make some RPC operations non-interruptibleDavid Howells
2019-05-15afs: Fix afs_xattr_get_yfs() to not try freeing an error valueDavid Howells
2019-05-07Merge tag 'afs-next-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2019-05-07afs: Implement YFS ACL settingDavid Howells
2019-05-07afs: Get YFS ACLs and information through xattrsDavid Howells
2019-04-25afs: Provide mount-time configurable byte-range file locking emulationDavid Howells
2019-04-25afs: Add more tracepointsDavid 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-08afs: Mark expected switch fall-throughsGustavo A. R. Silva
2019-03-28afs: Fix StoreData op marshallingDavid Howells
2019-01-10afs: Set correct lock type for the yfs CreateFileMarc Dionne
2018-10-24afs: Fix callback handlingDavid Howells
2018-10-24afs: Implement YFS support in the fs clientDavid Howells