aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/rxrpc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-01afs: Use the operation issue time instead of the reply time for callbacksDavid Howells1-6/+1
2022-08-02afs: Fix access after dec in put functionsDavid Howells1-5/+6
2022-08-02afs: Use refcount_t rather than atomic_tDavid Howells1-12/+14
2022-05-22rxrpc, afs: Fix selection of abort codesDavid Howells1-3/+5
2021-04-23afs: Use ITER_XARRAY for writingDavid Howells1-88/+15
2021-04-23afs: Log remote unmarshalling errorsDavid Howells1-0/+34
2021-04-23afs: Don't truncate iter during data fetchDavid Howells1-4/+9
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-06-05Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-19/+26
2020-06-04afs: Reorganise volume and server trees to be rooted on the cellDavid Howells1-3/+2
2020-06-04afs: Build an abstraction around an "operation" conceptDavid Howells1-12/+16
2020-05-31afs: Remove the error argument from afs_protocol_error()David Howells1-3/+3
2020-05-31afs: Set error flag rather than return error from file status decodeDavid Howells1-0/+4
2020-05-31afs: Split the usage count on struct afs_serverDavid Howells1-1/+1
2020-05-28rxrpc: add rxrpc_sock_set_min_security_levelChristoph Hellwig1-4/+2
2020-03-13afs: Fix client call Rx-phase signal handlingDavid Howells1-32/+2
2020-03-13afs: Fix handling of an abort from a service handlerDavid Howells1-29/+4
2020-03-13afs: Fix some tracing detailsDavid Howells1-2/+2
2020-03-13rxrpc: Fix call interruptibility handlingDavid Howells1-1/+2
2019-11-30Merge tag 'afs-next-20191121' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-6/+6
2019-11-21afs: Switch the naming of call->iter and call->_iterDavid Howells1-6/+6
2019-11-19afs: Fix missing timeout resetDavid Howells1-0/+1
2019-07-10Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus 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: Always get the reply timeDavid Howells1-2/+2
2019-05-16afs: Get rid of afs_call::reply[]David Howells1-5/+4
2019-05-16afs: Make some RPC operations non-interruptibleDavid Howells1-2/+2
2019-05-16rxrpc: Allow the kernel to mark a call as being non-interruptibleDavid Howells1-0/+1
2019-05-16afs: Fix the maximum lifespan of VL and probe callsDavid Howells1-0/+4
2019-05-07Merge tag 'afs-next-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-17/+16
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds1-0/+1
2019-04-25afs: Split wait from afs_make_call()David Howells1-17/+16
2019-04-13afs: Differentiate abort due to unmarshalling from other errorsDavid Howells1-1/+5
2019-04-12afs: Check for rxrpc call completion in wait loopMarc Dionne1-6/+16
2019-04-12rxrpc: Make rxrpc_kernel_check_life() indicate if call completedMarc Dionne1-2/+2
2019-04-08afs: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2019-01-17afs: Fix race in async call refcountingDavid Howells1-5/+30
2019-01-17afs: Provide a function to get a ref on a callDavid Howells1-6/+12
2018-11-15rxrpc: Fix life checkDavid Howells1-1/+10
2018-10-24afs: Probe multiple fileservers simultaneouslyDavid Howells1-18/+26
2018-10-24afs: Eliminate the address pointer from the address list cursorDavid Howells1-1/+1
2018-10-24afs: Calc callback expiry in op reply deliveryDavid Howells1-0/+6
2018-10-24afs: Implement the YFS cache manager serviceDavid Howells1-0/+15
2018-10-24afs: Add a couple of tracepoints to log I/O errorsDavid Howells1-1/+1
2018-10-24afs: Handle EIO from delivery functionDavid Howells1-1/+4
2018-10-24afs: Set up the iov_iter before calling afs_extract_data()David Howells1-27/+14
2018-10-24afs: Better tracing of protocol errorsDavid Howells1-2/+3
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-8/+7
2018-10-15afs: Fix clearance of replyDavid Howells1-2/+0