summaryrefslogtreecommitdiffstats
path: root/fs/afs/rxrpc.c
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix life checkDavid Howells2018-11-151-1/+10
* afs: Probe multiple fileservers simultaneouslyDavid Howells2018-10-241-18/+26
* afs: Eliminate the address pointer from the address list cursorDavid Howells2018-10-241-1/+1
* afs: Calc callback expiry in op reply deliveryDavid Howells2018-10-241-0/+6
* afs: Implement the YFS cache manager serviceDavid Howells2018-10-241-0/+15
* afs: Add a couple of tracepoints to log I/O errorsDavid Howells2018-10-241-1/+1
* afs: Handle EIO from delivery functionDavid Howells2018-10-241-1/+4
* afs: Set up the iov_iter before calling afs_extract_data()David Howells2018-10-241-27/+14
* afs: Better tracing of protocol errorsDavid Howells2018-10-241-2/+3
* iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-8/+7
* afs: Fix clearance of replyDavid Howells2018-10-151-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-151-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-021-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/+0
| * 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-271-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/+0
* 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/+2
* afs: Allow IPv6 address specification of VL serversDavid Howells2017-11-131-6/+5
* afs: Keep and pass sockaddr_rxrpc addresses rather than in_addrDavid Howells2017-11-131-14/+4
* afs: Lay the groundwork for supporting network namespacesDavid Howells2017-11-131-67/+65
* Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells2017-11-131-7/+1
* 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/+0
* 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/+6
* 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