aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/rxrpc.c
AgeCommit message (Expand)Author
2024-01-01afs: trace: Log afs_make_call(), including server addressDavid 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: Add a tracepoint for struct afs_addr_listDavid 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-24rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells
2023-12-24afs: Turn the afs_addr_list address array into an array of structsDavid Howells
2023-12-11afs: Fix refcount underflow from error handling raceDavid Howells
2023-05-01rxrpc: Fix timeout of a call that hasn't yet been granted a channelDavid Howells
2023-04-22rxrpc: Fix potential race in error handling in afs_make_call()David Howells
2023-01-06rxrpc: Move call state changes from recvmsg to I/O threadDavid Howells
2023-01-06rxrpc: Tidy up abort generation infrastructureDavid Howells
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-09-01afs: Use the operation issue time instead of the reply time for callbacksDavid Howells
2022-08-02afs: Fix access after dec in put functionsDavid Howells
2022-08-02afs: Use refcount_t rather than atomic_tDavid Howells
2022-05-22rxrpc, afs: Fix selection of abort codesDavid Howells
2021-04-23afs: Use ITER_XARRAY for writingDavid Howells
2021-04-23afs: Log remote unmarshalling errorsDavid Howells
2021-04-23afs: Don't truncate iter during data fetchDavid Howells
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-05Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
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: 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: Split the usage count on struct afs_serverDavid Howells
2020-05-28rxrpc: add rxrpc_sock_set_min_security_levelChristoph Hellwig
2020-03-13afs: Fix client call Rx-phase signal handlingDavid Howells
2020-03-13afs: Fix handling of an abort from a service handlerDavid Howells
2020-03-13afs: Fix some tracing detailsDavid Howells
2020-03-13rxrpc: Fix call interruptibility handlingDavid Howells
2019-11-30Merge tag 'afs-next-20191121' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-21afs: Switch the naming of call->iter and call->_iterDavid Howells
2019-11-19afs: Fix missing timeout resetDavid Howells
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: Always get the reply timeDavid Howells
2019-05-16afs: Get rid of afs_call::reply[]David Howells
2019-05-16afs: Make some RPC operations non-interruptibleDavid Howells
2019-05-16rxrpc: Allow the kernel to mark a call as being 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-04-25afs: Split wait from afs_make_call()David Howells
2019-04-13afs: Differentiate abort due to unmarshalling from other errorsDavid Howells
2019-04-12afs: Check for rxrpc call completion in wait loopMarc Dionne
2019-04-12rxrpc: Make rxrpc_kernel_check_life() indicate if call completedMarc Dionne