summaryrefslogtreecommitdiff
path: root/fs/afs/rxrpc.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
* Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-051-19/+26
|\
| * afs: Reorganise volume and server trees to be rooted on the cellDavid Howells2020-06-041-3/+2
| * afs: Build an abstraction around an "operation" conceptDavid Howells2020-06-041-12/+16
| * afs: Remove the error argument from afs_protocol_error()David Howells2020-05-311-3/+3
| * afs: Set error flag rather than return error from file status decodeDavid Howells2020-05-311-0/+4
| * afs: Split the usage count on struct afs_serverDavid Howells2020-05-311-1/+1
* | rxrpc: add rxrpc_sock_set_min_security_levelChristoph Hellwig2020-05-281-4/+2
|/
* afs: Fix client call Rx-phase signal handlingDavid Howells2020-03-131-32/+2
* afs: Fix handling of an abort from a service handlerDavid Howells2020-03-131-29/+4
* afs: Fix some tracing detailsDavid Howells2020-03-131-2/+2
* rxrpc: Fix call interruptibility handlingDavid Howells2020-03-131-1/+2
* Merge tag 'afs-next-20191121' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-11-301-6/+6
|\
| * afs: Switch the naming of call->iter and call->_iterDavid Howells2019-11-211-6/+6
* | afs: Fix missing timeout resetDavid Howells2019-11-191-0/+1
|/
* Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-101-1/+1
|\
| * afs: Trace afs_server usageDavid Howells2019-06-201-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* afs: Always get the reply timeDavid Howells2019-05-161-2/+2
* afs: Get rid of afs_call::reply[]David Howells2019-05-161-5/+4
* afs: Make some RPC operations non-interruptibleDavid Howells2019-05-161-2/+2
* rxrpc: Allow the kernel to mark a call as being non-interruptibleDavid Howells2019-05-161-0/+1
* afs: Fix the maximum lifespan of VL and probe callsDavid Howells2019-05-161-0/+4
* Merge tag 'afs-next-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-071-17/+16
|\
| * afs: Split wait from afs_make_call()David Howells2019-04-251-17/+16
* | Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-071-0/+1
|\ \ | |/ |/|
| * afs: Mark expected switch fall-throughsGustavo A. R. Silva2019-04-081-0/+1
* | afs: Differentiate abort due to unmarshalling from other errorsDavid Howells2019-04-131-1/+5
* | afs: Check for rxrpc call completion in wait loopMarc Dionne2019-04-121-6/+16
* | rxrpc: Make rxrpc_kernel_check_life() indicate if call completedMarc Dionne2019-04-121-2/+2
|/
* afs: Fix race in async call refcountingDavid Howells2019-01-171-5/+30
* afs: Provide a function to get a ref on a callDavid Howells2019-01-171-6/+12
* rxrpc: Fix life checkDavid Howells2018-11-151-1/+10
* afs: Probe multiple fileservers simultaneouslyDavid Howells2018-10-241-18/+26
* afs: Eliminate the address pointer from the address list cursorDavid Howells2018-10-241-1/+1
* afs: Calc callback expiry in op reply deliveryDavid Howells2018-10-241-0/+6
* afs: Implement the YFS cache manager serviceDavid Howells2018-10-241-0/+15
* afs: Add a couple of tracepoints to log I/O errorsDavid Howells2018-10-241-1/+1
* afs: Handle EIO from delivery functionDavid Howells2018-10-241-1/+4
* afs: Set up the iov_iter before calling afs_extract_data()David Howells2018-10-241-27/+14
* afs: Better tracing of protocol errorsDavid Howells2018-10-241-2/+3
* iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-8/+7
* afs: Fix clearance of replyDavid Howells2018-10-151-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-151-11/+17
|\
| * rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to callerDavid Howells2018-08-031-11/+17
* | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-1/+1
|/
* Merge tag 'afs-fixes-20180514' into afs-procAl Viro2018-06-021-6/+12
|\
| * afs: Fix the non-encryption of callsDavid Howells2018-05-141-0/+7
| * afs: Fix the handling of an unfound server in CM operationsDavid Howells2018-05-141-5/+0
| * afs: Fix giving up callbacks on server destructionDavid Howells2018-05-141-1/+5