aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/rxrpc.c
Commit message (Expand)AuthorAge
* Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-10
|\
| * afs: Trace afs_server usageDavid Howells2019-06-20
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-30
|/
* afs: Always get the reply timeDavid Howells2019-05-16
* afs: Get rid of afs_call::reply[]David Howells2019-05-16
* afs: Make some RPC operations non-interruptibleDavid Howells2019-05-16
* rxrpc: Allow the kernel to mark a call as being non-interruptibleDavid Howells2019-05-16
* afs: Fix the maximum lifespan of VL and probe callsDavid Howells2019-05-16
* Merge tag 'afs-next-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-07
|\
| * afs: Split wait from afs_make_call()David Howells2019-04-25
* | Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-07
|\ \ | |/ |/|
| * afs: Mark expected switch fall-throughsGustavo A. R. Silva2019-04-08
* | afs: Differentiate abort due to unmarshalling from other errorsDavid Howells2019-04-13
* | afs: Check for rxrpc call completion in wait loopMarc Dionne2019-04-12
* | rxrpc: Make rxrpc_kernel_check_life() indicate if call completedMarc Dionne2019-04-12
|/
* afs: Fix race in async call refcountingDavid Howells2019-01-17
* afs: Provide a function to get a ref on a callDavid Howells2019-01-17
* rxrpc: Fix life checkDavid Howells2018-11-15
* afs: Probe multiple fileservers simultaneouslyDavid Howells2018-10-23
* afs: Eliminate the address pointer from the address list cursorDavid Howells2018-10-23
* afs: Calc callback expiry in op reply deliveryDavid Howells2018-10-23
* afs: Implement the YFS cache manager serviceDavid Howells2018-10-23
* afs: Add a couple of tracepoints to log I/O errorsDavid Howells2018-10-23
* afs: Handle EIO from delivery functionDavid Howells2018-10-23
* afs: Set up the iov_iter before calling afs_extract_data()David Howells2018-10-23
* afs: Better tracing of protocol errorsDavid Howells2018-10-23
* iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-23
* afs: Fix clearance of replyDavid Howells2018-10-15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-15
|\
| * rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to callerDavid Howells2018-08-03
* | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-21
|/
* Merge tag 'afs-fixes-20180514' into afs-procAl Viro2018-06-02
|\
| * afs: Fix the non-encryption of callsDavid Howells2018-05-14
| * afs: Fix the handling of an unfound server in CM operationsDavid Howells2018-05-14
| * afs: Fix giving up callbacks on server destructionDavid Howells2018-05-14
* | afs: Implement network namespacingDavid Howells2018-05-23
|/
* afs: Trace protocol errorsDavid Howells2018-04-09
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-04-03
|\
| * rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells2018-03-27
* | sched/wait, fs/afs: Convert wait_on_atomic_t() usage to the new wait_var_even...Peter Zijlstra2018-03-20
|/
* afs: Potential uninitialized variable in afs_extract_data()Dan Carpenter2018-01-02
* afs: Protect call->state changes against signalsDavid Howells2017-11-13
* afs: Use a dynamic port if 7001 is in useMarc Dionne2017-11-13
* afs: Trace the sending of pagesDavid Howells2017-11-13
* afs: Trace the initiation and completion of client callsDavid Howells2017-11-13
* afs: Fix total-length calculation for multiple-page sendDavid Howells2017-11-13
* afs: Only progress call state at end of Tx phase from rxrpc callbackDavid Howells2017-11-13
* afs: Overhaul volume and server record caching and fileserver rotationDavid Howells2017-11-13
* afs: Add an address list conceptDavid Howells2017-11-13
* afs: Rename struct afs_call server member to cm_serverDavid Howells2017-11-13