summaryrefslogtreecommitdiffstats
path: root/fs/afs/rxrpc.c
AgeCommit message (Expand)Author
2020-01-27afs: Fix missing timeout resetDavid Howells
2018-11-27afs: Handle EIO from delivery functionDavid Howells
2018-10-15afs: Fix clearance of replyDavid Howells
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-08-03rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to callerDavid Howells
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland
2018-06-02Merge tag 'afs-fixes-20180514' into afs-procAl Viro
2018-05-23afs: Implement network namespacingDavid Howells
2018-05-14afs: Fix the non-encryption of callsDavid Howells
2018-05-14afs: Fix the handling of an unfound server in CM operationsDavid Howells
2018-05-14afs: Fix giving up callbacks on server destructionDavid Howells
2018-04-09afs: Trace protocol errorsDavid Howells
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-03-27rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells
2018-03-20sched/wait, fs/afs: Convert wait_on_atomic_t() usage to the new wait_var_even...Peter Zijlstra
2018-01-02afs: Potential uninitialized variable in afs_extract_data()Dan Carpenter
2017-11-13afs: Protect call->state changes against signalsDavid Howells
2017-11-13afs: Use a dynamic port if 7001 is in useMarc Dionne
2017-11-13afs: Trace the sending of pagesDavid Howells
2017-11-13afs: Trace the initiation and completion of client callsDavid Howells
2017-11-13afs: Fix total-length calculation for multiple-page sendDavid Howells
2017-11-13afs: Only progress call state at end of Tx phase from rxrpc callbackDavid Howells
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationDavid Howells
2017-11-13afs: Add an address list conceptDavid Howells
2017-11-13afs: Rename struct afs_call server member to cm_serverDavid Howells
2017-11-13afs: Potentially return call->reply[0] from afs_make_call()David Howells
2017-11-13afs: Condense afs_call's reply{,2,3,4} into an arrayDavid Howells
2017-11-13afs: Consolidate abort_to_error translatorsDavid Howells
2017-11-13afs: Allow IPv6 address specification of VL serversDavid Howells
2017-11-13afs: Keep and pass sockaddr_rxrpc addresses rather than in_addrDavid Howells
2017-11-13afs: Lay the groundwork for supporting network namespacesDavid Howells
2017-11-13Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells
2017-10-18rxrpc: Use MSG_WAITALL to tell sendmsg() to temporarily ignore signalsDavid Howells
2017-10-18rxrpc: Support service upgrade from a kernel serviceDavid Howells
2017-08-29rxrpc: Add notification of end-of-Tx phaseDavid Howells
2017-07-21rxrpc: Move the packet.h include file into net/rxrpc/David Howells
2017-06-07rxrpc: Provide a cmsg to specify the amount of Tx data for a callDavid Howells
2017-04-06rxrpc: Use negative error codes in rxrpc_call structDavid Howells
2017-03-16afs: Fix abort on signal while waiting for call completionDavid Howells
2017-03-16afs: Fix an off-by-one error in afs_send_pages()David Howells
2017-03-16afs: Better abort and net error handlingDavid Howells
2017-03-16afs: Invalid op ID should abort with RXGEN_OPCODEDavid Howells
2017-03-16afs: Use a bvec rather than a kvec in afs_send_pages()David Howells
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-03-02Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-01-09afs: Refcount the afs_call structDavid Howells
2017-01-09afs: Kill afs_wait_modeDavid Howells
2017-01-09afs: Add some tracepointsDavid Howells
2016-12-26afs_send_pages(): use ITER_BVECAl Viro