aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/fsclient.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-10afs: Fix afs_server ref accountingDavid Howells1-2/+2
2025-03-10afs: Improve server refcount/active count tracingDavid Howells1-2/+2
2024-12-20afs: Make {Y,}FS.FetchData an asynchronous operationDavid Howells1-1/+8
2024-12-20afs: Eliminate afs_readDavid Howells1-29/+26
2024-12-20netfs: Drop the was_async arg from netfs_read_subreq_terminated()David Howells1-1/+1
2024-09-12netfs: Speed up buffered readingDavid Howells1-2/+7
2024-01-01afs: trace: Log afs_make_call(), including server addressDavid Howells1-0/+22
2024-01-01afs: Parse the VolSync record in the reply of a number of RPC opsDavid Howells1-1/+4
2024-01-01afs: Keep a record of the current fileserver endpoint stateDavid Howells1-4/+4
2023-12-24afs: Fold the afs_addr_cursor struct inDavid Howells1-11/+20
2023-12-24afs: Use peer + service_id as call addressDavid Howells1-5/+9
2023-12-24afs: Simplify error handlingDavid Howells1-0/+1
2023-12-24afs: Don't put afs_call in afs_wait_for_call_to_complete()David Howells1-1/+4
2023-12-24afs: Wrap most op->error accesses with inline funcsDavid Howells1-1/+1
2022-09-01afs: Use the operation issue time instead of the reply time for callbacksDavid Howells1-1/+1
2021-09-13afs: Fix corruption in reads at fpos 2G-4G from an OpenAFS serverDavid Howells1-11/+20
2021-05-25afs: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+4
2021-04-23afs: Use new netfs lib read helper APIDavid Howells1-0/+1
2021-04-23afs: Use the fs operation ops to handle FetchData completionDavid Howells1-3/+0
2021-04-23afs: Use ITER_XARRAY for writingDavid Howells1-30/+20
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-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-21/+21
2020-06-04afs: Reorganise volume and server trees to be rooted on the cellDavid Howells1-2/+5
2020-06-04afs: Build an abstraction around an "operation" conceptDavid Howells1-725/+484
2020-05-31afs: Rename struct afs_fs_cursor to afs_operationDavid Howells1-21/+21
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-63/+25
2020-05-31afs: Actively poll fileservers to maintain NAT or firewall openingsDavid Howells1-11/+10
2020-05-31afs: Split the usage count on struct afs_serverDavid Howells1-3/+2
2020-05-18afs: Don't unlock fetched data pages until the op completes successfullyDavid Howells1-4/+4
2020-04-13afs: Fix rename operation status deliveryDavid Howells1-6/+6
2020-04-13afs: Fix decoding of inline abort codes from version 1 status recordsDavid Howells1-0/+1
2020-04-13afs: Fix missing XDR advance in xdr_decode_{AFS,YFS}FSFetchStatus()David Howells1-5/+9
2019-11-21afs: Introduce an afs_get_read() refcount helperDavid Howells1-4/+2
2019-11-21afs: Switch the naming of call->iter and call->_iterDavid Howells1-5/+5
2019-11-21afs: Use call->_iter not &call->iter in debugging statementsDavid Howells1-4/+4
2019-09-02afs: Use afs_extract_discard() rather than iov_iter_discard()David Howells1-2/+2
2019-09-02afs: remove unused variable 'afs_zero_fid'YueHaibing1-2/+0
2019-07-25afs: fsclient: Mark expected switch fall-throughsGustavo A. R. Silva1-18/+33
2019-07-10Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2019-06-20afs: Trace afs_server usageDavid Howells1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas 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/+2
2019-05-16afs: Fix application of status and callback to be under same lockDavid Howells1-332/+133
2019-05-16afs: Always get the reply timeDavid Howells1-9/+0
2019-05-16afs: Fix order-1 allocation in afs_do_lookup()David Howells1-12/+9
2019-05-16afs: Get rid of afs_call::reply[]David Howells1-143/+144
2019-05-16afs: Don't pass the vnode pointer through into the inline bulk status opDavid Howells1-6/+1
2019-05-16afs: Fix calculation of callback expiry timeDavid Howells1-31/+26
2019-05-16afs: Make some RPC operations non-interruptibleDavid Howells1-0/+19
2019-05-16afs: Fix the maximum lifespan of VL and probe callsDavid Howells1-0/+1
2019-05-07Merge tag 'afs-next-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-38/+239
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-12/+19
2019-05-07afs: implement acl settingJoe Gorse1-4/+57
2019-05-07afs: Get an AFS3 ACL as an xattrDavid Howells1-0/+122
2019-04-25afs: Provide mount-time configurable byte-range file locking emulationDavid Howells1-1/+1
2019-04-25afs: Add more tracepointsDavid Howells1-5/+5
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-28/+50
2019-04-08afs: Mark expected switch fall-throughsGustavo A. R. Silva1-12/+19
2019-03-28afs: Fix StoreData op marshallingDavid Howells1-3/+3
2018-10-24afs: Probe multiple fileservers simultaneouslyDavid Howells1-10/+17
2018-10-24afs: Fix callback handlingDavid Howells1-1/+1
2018-10-24afs: Implement YFS support in the fs clientDavid Howells1-18/+86
2018-10-24afs: Expand data structure fields to support YFSDavid Howells1-4/+5
2018-10-24afs: Calc callback expiry in op reply deliveryDavid Howells1-5/+17
2018-10-24afs: Fix FS.FetchStatus delivery from updating wrong vnodeDavid Howells1-11/+5
2018-10-24afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells1-12/+12
2018-10-24afs: Set up the iov_iter before calling afs_extract_data()David Howells1-187/+95
2018-10-24afs: Better tracing of protocol errorsDavid Howells1-46/+71
2018-06-16Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-44/+56
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-1/+1
2018-06-02Merge tag 'afs-fixes-20180514' into afs-procAl Viro1-8/+20
2018-05-23afs: Fix a Sparse warning in xdr_decode_AFSFetchStatus()David Howells1-42/+55
2018-05-14afs: Fix whole-volume callback handlingDavid Howells1-1/+1
2018-05-14afs: Fix AFSFetchStatus decoder to provide OpenAFS compatibilityDavid Howells1-8/+21
2018-04-09afs: Trace protocol errorsDavid Howells1-33/+35
2018-04-09afs: Locally edit directory data for mkdir/create/unlink/...David Howells1-13/+22
2018-04-09afs: Fix directory handlingDavid Howells1-9/+15
2018-04-09afs: Keep track of invalid-before version for dentry coherencyDavid Howells1-0/+1
2018-04-09afs: Rearrange status mappingDavid Howells1-109/+161
2018-04-09afs: Make it possible to get the data version in readpageDavid Howells1-35/+48
2018-04-09afs: Dump bad status recordDavid Howells1-0/+35
2018-04-09afs: Prospectively look up extra files when doing a single lookupDavid Howells1-6/+266
2018-01-29afs: convert to new i_version APIJeff Layton1-1/+2
2017-11-13afs: Get rid of the afs_writeback recordDavid Howells1-13/+11
2017-11-13afs: Trace the initiation and completion of client callsDavid Howells1-12/+63
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationDavid Howells1-141/+206
2017-11-13afs: Add an address list conceptDavid Howells1-61/+60
2017-11-13afs: Overhaul permit cachingDavid Howells1-3/+2
2017-11-13afs: Overhaul the callback handlingDavid Howells1-93/+97
2017-11-13afs: Condense afs_call's reply{,2,3,4} into an arrayDavid Howells1-68/+68
2017-11-13afs: Consolidate abort_to_error translatorsDavid Howells1-18/+0
2017-11-13afs: Keep and pass sockaddr_rxrpc addresses rather than in_addrDavid Howells1-36/+0
2017-11-13afs: Lay the groundwork for supporting network namespacesDavid Howells1-19/+37
2017-03-16afs: Populate and use client modification timeMarc Dionne1-9/+9
2017-03-16afs: Fix the maths in afs_fs_store_data()David Howells1-1/+1
2017-03-16afs: Make struct afs_read::remain 64-bitDavid Howells1-4/+4
2017-03-16afs: Fix AFS read bugDavid Howells1-1/+1
2017-03-16afs: Prevent callback expiry timer overflowTina Ruchandani1-1/+1
2017-03-16afs: Handle a short write to an AFS pageDavid Howells1-1/+3
2017-03-16afs: Handle better the server returning excess or short dataDavid Howells1-14/+35
2017-01-09afs: Kill afs_wait_modeDavid Howells1-40/+40
2017-01-06afs: Make afs_fs_fetch_data() take a list of pagesDavid Howells1-41/+76
2016-10-13afs: unmapping the wrong bufferDan Carpenter1-2/+2
2016-09-01rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells1-86/+62
2016-08-06rxrpc: Fix races between skb free, ACK generation and replyingDavid Howells1-149/+72
2013-02-13afs: Support interacting with multiple user namespacesEric W. Biederman1-4/+10
2012-03-20afs: remove the second argument of k[un]map_atomic()Cong Wang1-4/+4
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-06-16AFS: Use i_generation not i_version for the vnode uniquifierDavid Howells1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2007-07-16AFS: implement file lockingDavid Howells1-1/+154
2007-05-11AFS: implement statfsDavid Howells1-0/+298
2007-05-10AFS: write support fixesDavid Howells1-6/+211
2007-05-09AFS: implement basic file write supportDavid Howells1-13/+319
2007-05-09AFS: AFS fixupsDavid Howells1-17/+20
2007-05-03[AFS/AF_RXRPC]: Miscellaneous fixes.David Howells1-1/+2
2007-04-26[AFS]: Fix u64 printing in debug logging.David S. Miller1-1/+2
2007-04-26[AFS]: Add "directory write" support.David Howells1-51/+574
2007-04-26[AFS]: Add security support.David Howells1-1/+8
2007-04-26[AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.David Howells1-732/+310
2007-04-26[AFS]: Clean up the AFS sourcesDavid Howells1-41/+32
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+837