summaryrefslogtreecommitdiffstats
path: root/fs/afs/yfsclient.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-01afs: Use the operation issue time instead of the reply time for callbacksDavid Howells1-2/+1
2021-11-02afs: Set mtime from the client for yfs create operationsMarc Dionne1-19/+13
2021-04-23afs: Use the fs operation ops to handle FetchData completionDavid Howells1-3/+0
2021-04-23afs: Use ITER_XARRAY for writingDavid Howells1-18/+7
2021-04-23afs: Set up the iov_iter before calling afs_extract_data()David Howells1-40/+14
2021-04-23afs: Don't truncate iter during data fetchDavid Howells1-2/+4
2020-11-03afs: Fix warning due to unadvanced marshalling pointerDavid Howells1-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-25/+25
2020-06-16afs: Fix yfs_fs_fetch_status() to honour vnode selectorDavid Howells1-25/+26
2020-06-16afs: Remove yfs_fs_fetch_file_status() as it's not usedDavid Howells1-42/+0
2020-06-09afs: Remove afs_zero_fid as it's not usedDavid Howells1-2/+0
2020-06-04afs: Reorganise volume and server trees to be rooted on the cellDavid Howells1-1/+1
2020-06-04afs: Build an abstraction around an "operation" conceptDavid Howells1-484/+360
2020-05-31afs: Rename struct afs_fs_cursor to afs_operationDavid Howells1-20/+20
2020-05-31afs: Remove the error argument from afs_protocol_error()David Howells1-11/+6
2020-05-31afs: Set error flag rather than return error from file status decodeDavid Howells1-60/+25
2020-05-18afs: Don't unlock fetched data pages until the op completes successfullyDavid Howells1-4/+4
2020-04-13afs: Fix length of dump of bad YFSFetchStatus recordDavid Howells1-3/+3
2020-04-13afs: Fix rename operation status deliveryDavid Howells1-5/+3
2020-04-13afs: Fix missing XDR advance in xdr_decode_{AFS,YFS}FSFetchStatus()David Howells1-4/+8
2019-11-30Merge tag 'afs-next-20191121' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+5
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus 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/gi...Linus Torvalds1-31/+298
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus 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