aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/rxrpc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-15rxrpc: Fix life checkDavid Howells1-1/+10
2018-10-24afs: Probe multiple fileservers simultaneouslyDavid Howells1-18/+26
2018-10-24afs: Eliminate the address pointer from the address list cursorDavid Howells1-1/+1
2018-10-24afs: Calc callback expiry in op reply deliveryDavid Howells1-0/+6
2018-10-24afs: Implement the YFS cache manager serviceDavid Howells1-0/+15
2018-10-24afs: Add a couple of tracepoints to log I/O errorsDavid Howells1-1/+1
2018-10-24afs: Handle EIO from delivery functionDavid Howells1-1/+4
2018-10-24afs: Set up the iov_iter before calling afs_extract_data()David Howells1-27/+14
2018-10-24afs: Better tracing of protocol errorsDavid Howells1-2/+3
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-8/+7
2018-10-15afs: Fix clearance of replyDavid Howells1-2/+0
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-11/+17
2018-08-03rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to callerDavid Howells1-11/+17
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland1-1/+1
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