summaryrefslogtreecommitdiffstats
path: root/fs/afs/rxrpc.c
Commit message (Expand)AuthorAgeFilesLines
* afs: call->operation_ID sometimes used as __be32 sometimes as u32David Howells2016-10-131-1/+2
* afs: Check for fatal error when in waiting for ack stateDavid Howells2016-10-061-1/+1
* rxrpc: Rewrite the data and ack handling codeDavid Howells2016-09-081-48/+3
* rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells2016-09-081-3/+68
* rxrpc: Add tracepoint for working out where aborts happenDavid Howells2016-09-071-7/+10
* fs/afs/rxrpc: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-09-041-1/+1
* rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells2016-09-011-281/+158
* rxrpc: Pass struct socket * to more rxrpc kernel interface functionsDavid Howells2016-08-301-11/+15
* rxrpc: Provide a way for AFS to ask for the peer address of a callDavid Howells2016-08-301-1/+1
* rxrpc: Fix races between skb free, ACK generation and replyingDavid Howells2016-08-061-28/+45
* rxrpc: Limit the listening backlogDavid Howells2016-06-101-15/+19
* rxrpc: Differentiate local and remote abort codes in structsDavid Howells2016-04-111-3/+11
* afs: Wait for outstanding async calls before closing rxrpc socketDavid Howells2016-04-111-3/+13
* net: Add a struct net parameter to sock_create_kernEric W. Biederman2015-05-111-1/+1
* AFS: afs_send_empty_reply() doesn't require an iovec arrayDavid Howells2015-04-011-4/+1
* rxrpc: make the users of rxrpc_kernel_send_data() set kvec-backed msg_iter pr...Al Viro2015-02-041-7/+7
* put iov_iter into msghdrAl Viro2014-12-091-8/+6
* AFS: Pass an afs_call* to call->async_workfn() instead of a work_struct*David Howells2014-05-231-10/+4
* AFS: Fix kafs module unloadingNathaniel Wesley Filardo2014-05-231-8/+9
* AFS: Part of afs_end_call() is identical to code elsewhere, so split itNathaniel Wesley Filardo2014-05-231-7/+13
* AFS: Fix cache manager service handlersDavid Howells2014-05-211-22/+21
* afs: don't use PREPARE_WORKTejun Heo2014-03-071-2/+10
* afs: Remote abort can cause BUG in rxrpc codeAnton Blanchard2012-03-161-0/+3
* afs: add afs_wq and use it instead of the system workqueueTejun Heo2011-01-141-1/+1
* afs: destroy work queue on init failureDan Carpenter2010-08-111-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* fs/afs/: possible cleanupsAdrian Bunk2007-10-171-1/+2
* AFS: Use patched rxrpc_kernel_send_data() correctlyDavid Howells2007-07-201-11/+10
* AFS: further write support fixesDavid Howells2007-05-101-1/+1
* AFS: implement basic file write supportDavid Howells2007-05-091-4/+76
* [AF_RXRPC/AFS]: Arch-specific fixes.David Howells2007-04-271-1/+1
* [AFS]: Add support for the CB.GetCapabilities operation.David Howells2007-04-261-0/+39
* [AFS]: Add security support.David Howells2007-04-261-30/+107
* [AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.David Howells2007-04-261-0/+666
OpenPOWER on IntegriCloud