summaryrefslogtreecommitdiffstats
path: root/fs/afs/rxrpc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-111-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/+1Star
|/
* afs: Always get the reply timeDavid Howells2019-05-161-2/+2
* afs: Get rid of afs_call::reply[]David Howells2019-05-161-5/+4Star
* 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-081-17/+16Star
|\
| * afs: Split wait from afs_make_call()David Howells2019-04-251-17/+16Star
* | 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-091-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-131-6/+16
* | rxrpc: Make rxrpc_kernel_check_life() indicate if call completedMarc Dionne2019-04-131-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/+14Star
* 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/+7Star
* afs: Fix clearance of replyDavid Howells2018-10-151-2/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-161-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-031-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/+0Star
| * afs: Fix giving up callbacks on server destructionDavid Howells2018-05-141-1/+5
* | afs: Implement network namespacingDavid Howells2018-05-231-1/+1
|/
* afs: Trace protocol errorsDavid Howells2018-04-091-0/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-04-031-4/+8
|\
| * rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells2018-03-281-4/+8
* | sched/wait, fs/afs: Convert wait_on_atomic_t() usage to the new wait_var_even...Peter Zijlstra2018-03-201-3/+3
|/
* afs: Potential uninitialized variable in afs_extract_data()Dan Carpenter2018-01-021-1/+1
* afs: Protect call->state changes against signalsDavid Howells2017-11-131-46/+54
* afs: Use a dynamic port if 7001 is in useMarc Dionne2017-11-131-0/+4
* afs: Trace the sending of pagesDavid Howells2017-11-131-0/+3
* afs: Trace the initiation and completion of client callsDavid Howells2017-11-131-7/+18
* afs: Fix total-length calculation for multiple-page sendDavid Howells2017-11-131-2/+11
* afs: Only progress call state at end of Tx phase from rxrpc callbackDavid Howells2017-11-131-9/+0Star
* afs: Overhaul volume and server record caching and fileserver rotationDavid Howells2017-11-131-19/+26
* afs: Add an address list conceptDavid Howells2017-11-131-1/+2
* afs: Rename struct afs_call server member to cm_serverDavid Howells2017-11-131-0/+1