summaryrefslogtreecommitdiffstats
path: root/fs/afs/rxrpc.c
Commit message (Expand)AuthorAge
* 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
* afs: Use a bvec rather than a kvec in afs_send_pages()David Howells2017-03-16
* Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-03
|\
| * sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
* | Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-03-02
|\ \ | |/ |/|
| * afs_send_pages(): use ITER_BVECAl Viro2016-12-26
* | afs: Refcount the afs_call structDavid Howells2017-01-09
* | afs: Kill afs_wait_modeDavid Howells2017-01-09
* | afs: Add some tracepointsDavid Howells2017-01-09
|/
* afs: call->operation_ID sometimes used as __be32 sometimes as u32David Howells2016-10-13
* afs: Check for fatal error when in waiting for ack stateDavid Howells2016-10-06
* rxrpc: Rewrite the data and ack handling codeDavid Howells2016-09-08
* rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells2016-09-08
* rxrpc: Add tracepoint for working out where aborts happenDavid Howells2016-09-07
* fs/afs/rxrpc: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-09-04
* rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells2016-09-01
* rxrpc: Pass struct socket * to more rxrpc kernel interface functionsDavid Howells2016-08-30
* rxrpc: Provide a way for AFS to ask for the peer address of a callDavid Howells2016-08-30
* rxrpc: Fix races between skb free, ACK generation and replyingDavid Howells2016-08-06
* rxrpc: Limit the listening backlogDavid Howells2016-06-10
* rxrpc: Differentiate local and remote abort codes in structsDavid Howells2016-04-11
* afs: Wait for outstanding async calls before closing rxrpc socketDavid Howells2016-04-11
* net: Add a struct net parameter to sock_create_kernEric W. Biederman2015-05-11
* AFS: afs_send_empty_reply() doesn't require an iovec arrayDavid Howells2015-04-01
* rxrpc: make the users of rxrpc_kernel_send_data() set kvec-backed msg_iter pr...Al Viro2015-02-04
* put iov_iter into msghdrAl Viro2014-12-09
* AFS: Pass an afs_call* to call->async_workfn() instead of a work_struct*David Howells2014-05-23
* AFS: Fix kafs module unloadingNathaniel Wesley Filardo2014-05-23
* AFS: Part of afs_end_call() is identical to code elsewhere, so split itNathaniel Wesley Filardo2014-05-23
* AFS: Fix cache manager service handlersDavid Howells2014-05-21
* afs: don't use PREPARE_WORKTejun Heo2014-03-07
* afs: Remote abort can cause BUG in rxrpc codeAnton Blanchard2012-03-16
* afs: add afs_wq and use it instead of the system workqueueTejun Heo2011-01-14
* afs: destroy work queue on init failureDan Carpenter2010-08-11
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* fs/afs/: possible cleanupsAdrian Bunk2007-10-17
* AFS: Use patched rxrpc_kernel_send_data() correctlyDavid Howells2007-07-20
* AFS: further write support fixesDavid Howells2007-05-10
* AFS: implement basic file write supportDavid Howells2007-05-09
* [AF_RXRPC/AFS]: Arch-specific fixes.David Howells2007-04-27
* [AFS]: Add support for the CB.GetCapabilities operation.David Howells2007-04-26