aboutsummaryrefslogtreecommitdiff
path: root/fs/afs/fsclient.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-01afs: Use the operation issue time instead of the reply time for callbacksGravatar David Howells 1-1/+1
2021-09-13afs: Fix corruption in reads at fpos 2G-4G from an OpenAFS serverGravatar David Howells 1-11/+20
2021-05-25afs: Fix fall-through warnings for ClangGravatar Gustavo A. R. Silva 1-0/+4
2021-04-23afs: Use new netfs lib read helper APIGravatar David Howells 1-0/+1
2021-04-23afs: Use the fs operation ops to handle FetchData completionGravatar David Howells 1-3/+0
2021-04-23afs: Use ITER_XARRAY for writingGravatar David Howells 1-30/+20
2021-04-23afs: Set up the iov_iter before calling afs_extract_data()Gravatar David Howells 1-40/+14
2021-04-23afs: Don't truncate iter during data fetchGravatar David Howells 1-2/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-21/+21
2020-06-04afs: Reorganise volume and server trees to be rooted on the cellGravatar David Howells 1-2/+5
2020-06-04afs: Build an abstraction around an "operation" conceptGravatar David Howells 1-725/+484
2020-05-31afs: Rename struct afs_fs_cursor to afs_operationGravatar David Howells 1-21/+21
2020-05-31afs: Remove the error argument from afs_protocol_error()Gravatar David Howells 1-11/+6
2020-05-31afs: Set error flag rather than return error from file status decodeGravatar David Howells 1-63/+25
2020-05-31afs: Actively poll fileservers to maintain NAT or firewall openingsGravatar David Howells 1-11/+10
2020-05-31afs: Split the usage count on struct afs_serverGravatar David Howells 1-3/+2
2020-05-18afs: Don't unlock fetched data pages until the op completes successfullyGravatar David Howells 1-4/+4
2020-04-13afs: Fix rename operation status deliveryGravatar David Howells 1-6/+6
2020-04-13afs: Fix decoding of inline abort codes from version 1 status recordsGravatar David Howells 1-0/+1
2020-04-13afs: Fix missing XDR advance in xdr_decode_{AFS,YFS}FSFetchStatus()Gravatar David Howells 1-5/+9
2019-11-21afs: Introduce an afs_get_read() refcount helperGravatar David Howells 1-4/+2
2019-11-21afs: Switch the naming of call->iter and call->_iterGravatar David Howells 1-5/+5
2019-11-21afs: Use call->_iter not &call->iter in debugging statementsGravatar David Howells 1-4/+4
2019-09-02afs: Use afs_extract_discard() rather than iov_iter_discard()Gravatar David Howells 1-2/+2
2019-09-02afs: remove unused variable 'afs_zero_fid'Gravatar YueHaibing 1-2/+0
2019-07-25afs: fsclient: Mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-18/+33
2019-07-10Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2019-06-20afs: Trace afs_server usageGravatar David Howells 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-05-16afs: Fix unlink to handle YFS.RemoveFile2 betterGravatar David Howells 1-0/+2
2019-05-16afs: Don't save callback version and type fieldsGravatar David Howells 1-2/+2
2019-05-16afs: Fix application of status and callback to be under same lockGravatar David Howells 1-332/+133
2019-05-16afs: Always get the reply timeGravatar David Howells 1-9/+0
2019-05-16afs: Fix order-1 allocation in afs_do_lookup()Gravatar David Howells 1-12/+9
2019-05-16afs: Get rid of afs_call::reply[]Gravatar David Howells 1-143/+144
2019-05-16afs: Don't pass the vnode pointer through into the inline bulk status opGravatar David Howells 1-6/+1
2019-05-16afs: Fix calculation of callback expiry timeGravatar David Howells 1-31/+26
2019-05-16afs: Make some RPC operations non-interruptibleGravatar David Howells 1-0/+19
2019-05-16afs: Fix the maximum lifespan of VL and probe callsGravatar David Howells 1-0/+1
2019-05-07Merge tag 'afs-next-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-38/+239
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-12/+19
2019-05-07afs: implement acl settingGravatar Joe Gorse 1-4/+57
2019-05-07afs: Get an AFS3 ACL as an xattrGravatar David Howells 1-0/+122
2019-04-25afs: Provide mount-time configurable byte-range file locking emulationGravatar David Howells 1-1/+1
2019-04-25afs: Add more tracepointsGravatar David Howells 1-5/+5
2019-04-25afs: Calculate lock extend timer from set/extend reply receptionGravatar David Howells 1-0/+4
2019-04-25afs: Split wait from afs_make_call()Gravatar David Howells 1-28/+50
2019-04-08afs: Mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-12/+19
2019-03-28afs: Fix StoreData op marshallingGravatar David Howells 1-3/+3
2018-10-24afs: Probe multiple fileservers simultaneouslyGravatar David Howells 1-10/+17