aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/rxrpc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-13afs: Trace the sending of pagesDavid Howells1-0/+3
2017-11-13afs: Trace the initiation and completion of client callsDavid Howells1-7/+18
2017-11-13afs: Fix total-length calculation for multiple-page sendDavid Howells1-2/+11
2017-11-13afs: Only progress call state at end of Tx phase from rxrpc callbackDavid Howells1-9/+0
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationDavid Howells1-19/+26
2017-11-13afs: Add an address list conceptDavid Howells1-1/+2
2017-11-13afs: Rename struct afs_call server member to cm_serverDavid Howells1-0/+1
2017-11-13afs: Potentially return call->reply[0] from afs_make_call()David Howells1-10/+16
2017-11-13afs: Condense afs_call's reply{,2,3,4} into an arrayDavid Howells1-1/+1
2017-11-13afs: Consolidate abort_to_error translatorsDavid Howells1-3/+2
2017-11-13afs: Allow IPv6 address specification of VL serversDavid Howells1-6/+5
2017-11-13afs: Keep and pass sockaddr_rxrpc addresses rather than in_addrDavid Howells1-14/+4
2017-11-13afs: Lay the groundwork for supporting network namespacesDavid Howells1-67/+65
2017-11-13Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells1-7/+1
2017-10-18rxrpc: Use MSG_WAITALL to tell sendmsg() to temporarily ignore signalsDavid Howells1-5/+26
2017-10-18rxrpc: Support service upgrade from a kernel serviceDavid Howells1-4/+7
2017-08-29rxrpc: Add notification of end-of-Tx phaseDavid Howells1-11/+35
2017-07-21rxrpc: Move the packet.h include file into net/rxrpc/David Howells1-1/+0
2017-06-07rxrpc: Provide a cmsg to specify the amount of Tx data for a callDavid Howells1-1/+17
2017-04-06rxrpc: Use negative error codes in rxrpc_call structDavid Howells1-6/+6
2017-03-16afs: Fix abort on signal while waiting for call completionDavid Howells1-13/+6
2017-03-16afs: Fix an off-by-one error in afs_send_pages()David Howells1-1/+1
2017-03-16afs: Better abort and net error handlingDavid Howells1-8/+27
2017-03-16afs: Invalid op ID should abort with RXGEN_OPCODEDavid Howells1-1/+1
2017-03-16afs: Use a bvec rather than a kvec in afs_send_pages()David Howells1-45/+52
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2017-03-02Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+7
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+2
2017-01-09afs: Refcount the afs_call structDavid Howells1-59/+94
2017-01-09afs: Kill afs_wait_modeDavid Howells1-39/+12
2017-01-09afs: Add some tracepointsDavid Howells1-0/+6
2016-12-26afs_send_pages(): use ITER_BVECAl Viro1-8/+7
2016-10-13afs: call->operation_ID sometimes used as __be32 sometimes as u32David Howells1-1/+2
2016-10-06afs: Check for fatal error when in waiting for ack stateDavid Howells1-1/+1
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells1-48/+3
2016-09-08rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells1-3/+68
2016-09-07rxrpc: Add tracepoint for working out where aborts happenDavid Howells1-7/+10
2016-09-04fs/afs/rxrpc: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1