aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/afs/rxrpc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-11/+17
2018-08-03rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to callerDavid Howells1-11/+17
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland1-1/+1
2018-06-02Merge tag 'afs-fixes-20180514' into afs-procAl Viro1-6/+12
2018-05-23afs: Implement network namespacingDavid Howells1-1/+1
2018-05-14afs: Fix the non-encryption of callsDavid Howells1-0/+7
2018-05-14afs: Fix the handling of an unfound server in CM operationsDavid Howells1-5/+0
2018-05-14afs: Fix giving up callbacks on server destructionDavid Howells1-1/+5
2018-04-09afs: Trace protocol errorsDavid Howells1-0/+9
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+8
2018-03-27rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells1-4/+8
2018-03-20sched/wait, fs/afs: Convert wait_on_atomic_t() usage to the new wait_var_event() APIPeter Zijlstra1-3/+3
2018-01-02afs: Potential uninitialized variable in afs_extract_data()Dan Carpenter1-1/+1
2017-11-13afs: Protect call->state changes against signalsDavid Howells1-46/+54
2017-11-13afs: Use a dynamic port if 7001 is in useMarc Dionne1-0/+4