summaryrefslogtreecommitdiff
path: root/fs/afs/fsclient.c
AgeCommit message (Expand)Author
2024-01-01afs: trace: Log afs_make_call(), including server addressDavid Howells
2024-01-01afs: Parse the VolSync record in the reply of a number of RPC opsDavid Howells
2024-01-01afs: Keep a record of the current fileserver endpoint stateDavid Howells
2023-12-24afs: Fold the afs_addr_cursor struct inDavid Howells
2023-12-24afs: Use peer + service_id as call addressDavid Howells
2023-12-24afs: Simplify error handlingDavid Howells
2023-12-24afs: Don't put afs_call in afs_wait_for_call_to_complete()David Howells
2023-12-24afs: Wrap most op->error accesses with inline funcsDavid Howells
2022-09-01afs: Use the operation issue time instead of the reply time for callbacksDavid Howells
2021-09-13afs: Fix corruption in reads at fpos 2G-4G from an OpenAFS serverDavid Howells
2021-05-25afs: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-04-23afs: Use new netfs lib read helper APIDavid Howells
2021-04-23afs: Use the fs operation ops to handle FetchData completionDavid Howells
2021-04-23afs: Use ITER_XARRAY for writingDavid Howells
2021-04-23afs: Set up the iov_iter before calling afs_extract_data()David Howells
2021-04-23afs: Don't truncate iter during data fetchDavid Howells
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-04afs: Reorganise volume and server trees to be rooted on the cellDavid Howells
2020-06-04afs: Build an abstraction around an "operation" conceptDavid Howells
2020-05-31afs: Rename struct afs_fs_cursor to afs_operationDavid Howells
2020-05-31afs: Remove the error argument from afs_protocol_error()David Howells
2020-05-31afs: Set error flag rather than return error from file status decodeDavid Howells
2020-05-31afs: Actively poll fileservers to maintain NAT or firewall openingsDavid Howells
2020-05-31afs: Split the usage count on struct afs_serverDavid Howells
2020-05-18afs: Don't unlock fetched data pages until the op completes successfullyDavid Howells
2020-04-13afs: Fix rename operation status deliveryDavid Howells
2020-04-13afs: Fix decoding of inline abort codes from version 1 status recordsDavid Howells
2020-04-13afs: Fix missing XDR advance in xdr_decode_{AFS,YFS}FSFetchStatus()David Howells
2019-11-21afs: Introduce an afs_get_read() refcount helperDavid Howells
2019-11-21afs: Switch the naming of call->iter and call->_iterDavid Howells
2019-11-21afs: Use call->_iter not &call->iter in debugging statementsDavid Howells
2019-09-02afs: Use afs_extract_discard() rather than iov_iter_discard()David Howells
2019-09-02afs: remove unused variable 'afs_zero_fid'YueHaibing
2019-07-25afs: fsclient: Mark expected switch fall-throughsGustavo A. R. Silva
2019-07-10Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-06-20afs: Trace afs_server usageDavid Howells
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas 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-16afs: Fix the maximum lifespan of VL and probe callsDavid 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 acl settingJoe Gorse