aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/rxrpc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-08rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells1-3/+68
2016-09-07rxrpc: Add tracepoint for working out where aborts happenDavid Howells1-7/+10
2016-09-04fs/afs/rxrpc: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-09-01rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells1-281/+158
2016-08-30rxrpc: Pass struct socket * to more rxrpc kernel interface functionsDavid Howells1-11/+15
2016-08-30rxrpc: Provide a way for AFS to ask for the peer address of a callDavid Howells1-1/+1
2016-08-06rxrpc: Fix races between skb free, ACK generation and replyingDavid Howells1-28/+45
2016-06-10rxrpc: Limit the listening backlogDavid Howells1-15/+19
2016-04-11rxrpc: Differentiate local and remote abort codes in structsDavid Howells1-3/+11
2016-04-11afs: Wait for outstanding async calls before closing rxrpc socketDavid Howells1-3/+13
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman1-1/+1
2015-04-01AFS: afs_send_empty_reply() doesn't require an iovec arrayDavid Howells1-4/+1
2015-02-04rxrpc: make the users of rxrpc_kernel_send_data() set kvec-backed msg_iter properlyAl Viro1-7/+7
2014-12-09put iov_iter into msghdrAl Viro1-8/+6
2014-05-23AFS: Pass an afs_call* to call->async_workfn() instead of a work_struct*David Howells1-10/+4
2014-05-23AFS: Fix kafs module unloadingNathaniel Wesley Filardo1-8/+9
2014-05-23AFS: Part of afs_end_call() is identical to code elsewhere, so split itNathaniel Wesley Filardo1-7/+13
2014-05-21AFS: Fix cache manager service handlersDavid Howells1-22/+21
2014-03-07afs: don't use PREPARE_WORKTejun Heo1-2/+10
2012-03-16afs: Remote abort can cause BUG in rxrpc codeAnton Blanchard1-0/+3
2011-01-14afs: add afs_wq and use it instead of the system workqueueTejun Heo1-1/+1
2010-08-11afs: destroy work queue on init failureDan Carpenter1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2007-10-17fs/afs/: possible cleanupsAdrian Bunk1-1/+2
2007-07-20AFS: Use patched rxrpc_kernel_send_data() correctlyDavid Howells1-11/+10
2007-05-10AFS: further write support fixesDavid Howells1-1/+1
2007-05-09AFS: implement basic file write supportDavid Howells1-4/+76
2007-04-27[AF_RXRPC/AFS]: Arch-specific fixes.David Howells1-1/+1
2007-04-26[AFS]: Add support for the CB.GetCapabilities operation.David Howells1-0/+39
2007-04-26[AFS]: Add security support.David Howells1-30/+107
2007-04-26[AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.David Howells1-0/+666