aboutsummaryrefslogtreecommitdiff
path: root/fs/afs/rxrpc.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-06afs: Check for fatal error when in waiting for ack stateGravatar David Howells 1-1/+1
2016-09-08rxrpc: Rewrite the data and ack handling codeGravatar David Howells 1-48/+3
2016-09-08rxrpc: Preallocate peers, conns and calls for incoming service requestsGravatar David Howells 1-3/+68
2016-09-07rxrpc: Add tracepoint for working out where aborts happenGravatar David Howells 1-7/+10
2016-09-04fs/afs/rxrpc: Remove deprecated create_singlethread_workqueueGravatar Bhaktipriya Shridhar 1-1/+1
2016-09-01rxrpc: Don't expose skbs to in-kernel users [ver #2]Gravatar David Howells 1-281/+158
2016-08-30rxrpc: Pass struct socket * to more rxrpc kernel interface functionsGravatar David Howells 1-11/+15
2016-08-30rxrpc: Provide a way for AFS to ask for the peer address of a callGravatar David Howells 1-1/+1
2016-08-06rxrpc: Fix races between skb free, ACK generation and replyingGravatar David Howells 1-28/+45
2016-06-10rxrpc: Limit the listening backlogGravatar David Howells 1-15/+19
2016-04-11rxrpc: Differentiate local and remote abort codes in structsGravatar David Howells 1-3/+11
2016-04-11afs: Wait for outstanding async calls before closing rxrpc socketGravatar David Howells 1-3/+13
2015-05-11net: Add a struct net parameter to sock_create_kernGravatar Eric W. Biederman 1-1/+1
2015-04-01AFS: afs_send_empty_reply() doesn't require an iovec arrayGravatar David Howells 1-4/+1
2015-02-04rxrpc: make the users of rxrpc_kernel_send_data() set kvec-backed msg_iter pr...Gravatar Al Viro 1-7/+7
2014-12-09put iov_iter into msghdrGravatar Al Viro 1-8/+6
2014-05-23AFS: Pass an afs_call* to call->async_workfn() instead of a work_struct*Gravatar David Howells 1-10/+4
2014-05-23AFS: Fix kafs module unloadingGravatar Nathaniel Wesley Filardo 1-8/+9
2014-05-23AFS: Part of afs_end_call() is identical to code elsewhere, so split itGravatar Nathaniel Wesley Filardo 1-7/+13
2014-05-21AFS: Fix cache manager service handlersGravatar David Howells 1-22/+21
2014-03-07afs: don't use PREPARE_WORKGravatar Tejun Heo 1-2/+10
2012-03-16afs: Remote abort can cause BUG in rxrpc codeGravatar Anton Blanchard 1-0/+3
2011-01-14afs: add afs_wq and use it instead of the system workqueueGravatar Tejun Heo 1-1/+1
2010-08-11afs: destroy work queue on init failureGravatar Dan Carpenter 1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2007-10-17fs/afs/: possible cleanupsGravatar Adrian Bunk 1-1/+2
2007-07-20AFS: Use patched rxrpc_kernel_send_data() correctlyGravatar David Howells 1-11/+10
2007-05-10AFS: further write support fixesGravatar David Howells 1-1/+1
2007-05-09AFS: implement basic file write supportGravatar David Howells 1-4/+76
2007-04-27[AF_RXRPC/AFS]: Arch-specific fixes.Gravatar David Howells 1-1/+1
2007-04-26[AFS]: Add support for the CB.GetCapabilities operation.Gravatar David Howells 1-0/+39
2007-04-26[AFS]: Add security support.Gravatar David Howells 1-30/+107
2007-04-26[AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.Gravatar David Howells 1-0/+666