summaryrefslogtreecommitdiffstats
path: root/fs/afs/rxrpc.c
Commit message (Expand)AuthorAgeFilesLines
* afs: Handle EIO from delivery functionDavid Howells2018-11-271-1/+4
* 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
* afs: Potentially return call->reply[0] from afs_make_call()David Howells2017-11-131-10/+16
* afs: Condense afs_call's reply{,2,3,4} into an arrayDavid Howells2017-11-131-1/+1
* afs: Consolidate abort_to_error translatorsDavid Howells2017-11-131-3/+2Star
* afs: Allow IPv6 address specification of VL serversDavid Howells2017-11-131-6/+5Star
* afs: Keep and pass sockaddr_rxrpc addresses rather than in_addrDavid Howells2017-11-131-14/+4Star
* afs: Lay the groundwork for supporting network namespacesDavid Howells2017-11-131-67/+65Star
* Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells2017-11-131-7/+1Star
* rxrpc: Use MSG_WAITALL to tell sendmsg() to temporarily ignore signalsDavid Howells2017-10-181-5/+26
* rxrpc: Support service upgrade from a kernel serviceDavid Howells2017-10-181-4/+7
* rxrpc: Add notification of end-of-Tx phaseDavid Howells2017-08-291-11/+35
* rxrpc: Move the packet.h include file into net/rxrpc/David Howells2017-07-211-1/+0Star
* rxrpc: Provide a cmsg to specify the amount of Tx data for a callDavid Howells2017-06-071-1/+17
* rxrpc: Use negative error codes in rxrpc_call structDavid Howells2017-04-061-6/+6
* afs: Fix abort on signal while waiting for call completionDavid Howells2017-03-161-13/+6Star
* afs: Fix an off-by-one error in afs_send_pages()David Howells2017-03-161-1/+1
* afs: Better abort and net error handlingDavid Howells2017-03-161-8/+27
* afs: Invalid op ID should abort with RXGEN_OPCODEDavid Howells2017-03-161-1/+1
* afs: Use a bvec rather than a kvec in afs_send_pages()David Howells2017-03-161-45/+52
* Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-031-0/+2
|\
| * sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+2
* | Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-03-031-8/+7Star
|\ \ | |/ |/|
| * afs_send_pages(): use ITER_BVECAl Viro2016-12-271-8/+7Star
* | afs: Refcount the afs_call structDavid Howells2017-01-091-59/+94
* | afs: Kill afs_wait_modeDavid Howells2017-01-091-39/+12Star
* | afs: Add some tracepointsDavid Howells2017-01-091-0/+6
|/
* afs: call->operation_ID sometimes used as __be32 sometimes as u32David Howells2016-10-131-1/+2