summaryrefslogtreecommitdiffstats
path: root/fs/afs/rxrpc.c
Commit message (Expand)AuthorAge
* rxrpc: Fix life checkDavid Howells2018-11-15
* afs: Probe multiple fileservers simultaneouslyDavid Howells2018-10-23
* afs: Eliminate the address pointer from the address list cursorDavid Howells2018-10-23
* afs: Calc callback expiry in op reply deliveryDavid Howells2018-10-23
* afs: Implement the YFS cache manager serviceDavid Howells2018-10-23
* afs: Add a couple of tracepoints to log I/O errorsDavid Howells2018-10-23
* afs: Handle EIO from delivery functionDavid Howells2018-10-23
* afs: Set up the iov_iter before calling afs_extract_data()David Howells2018-10-23
* afs: Better tracing of protocol errorsDavid Howells2018-10-23
* iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-23
* afs: Fix clearance of replyDavid Howells2018-10-15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-15
|\
| * rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to callerDavid Howells2018-08-03
* | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-21
|/
* Merge tag 'afs-fixes-20180514' into afs-procAl Viro2018-06-02
|\
| * afs: Fix the non-encryption of callsDavid Howells2018-05-14
| * afs: Fix the handling of an unfound server in CM operationsDavid Howells2018-05-14
| * afs: Fix giving up callbacks on server destructionDavid Howells2018-05-14
* | afs: Implement network namespacingDavid Howells2018-05-23
|/
* afs: Trace protocol errorsDavid Howells2018-04-09
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-04-03
|\
| * rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells2018-03-27
* | sched/wait, fs/afs: Convert wait_on_atomic_t() usage to the new wait_var_even...Peter Zijlstra2018-03-20
|/
* afs: Potential uninitialized variable in afs_extract_data()Dan Carpenter2018-01-02
* afs: Protect call->state changes against signalsDavid Howells2017-11-13
* afs: Use a dynamic port if 7001 is in useMarc Dionne2017-11-13
* afs: Trace the sending of pagesDavid Howells2017-11-13
* afs: Trace the initiation and completion of client callsDavid Howells2017-11-13
* afs: Fix total-length calculation for multiple-page sendDavid Howells2017-11-13
* afs: Only progress call state at end of Tx phase from rxrpc callbackDavid Howells2017-11-13
* afs: Overhaul volume and server record caching and fileserver rotationDavid Howells2017-11-13
* afs: Add an address list conceptDavid Howells2017-11-13
* afs: Rename struct afs_call server member to cm_serverDavid Howells2017-11-13
* afs: Potentially return call->reply[0] from afs_make_call()David Howells2017-11-13
* afs: Condense afs_call's reply{,2,3,4} into an arrayDavid Howells2017-11-13
* afs: Consolidate abort_to_error translatorsDavid Howells2017-11-13
* afs: Allow IPv6 address specification of VL serversDavid Howells2017-11-13
* afs: Keep and pass sockaddr_rxrpc addresses rather than in_addrDavid Howells2017-11-13
* afs: Lay the groundwork for supporting network namespacesDavid Howells2017-11-13
* Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells2017-11-13
* rxrpc: Use MSG_WAITALL to tell sendmsg() to temporarily ignore signalsDavid Howells2017-10-18
* rxrpc: Support service upgrade from a kernel serviceDavid Howells2017-10-18
* rxrpc: Add notification of end-of-Tx phaseDavid Howells2017-08-29
* rxrpc: Move the packet.h include file into net/rxrpc/David Howells2017-07-21
* rxrpc: Provide a cmsg to specify the amount of Tx data for a callDavid Howells2017-06-07
* rxrpc: Use negative error codes in rxrpc_call structDavid Howells2017-04-06
* afs: Fix abort on signal while waiting for call completionDavid Howells2017-03-16
* afs: Fix an off-by-one error in afs_send_pages()David Howells2017-03-16
* afs: Better abort and net error handlingDavid Howells2017-03-16
* afs: Invalid op ID should abort with RXGEN_OPCODEDavid Howells2017-03-16