aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/rxrpc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-16afs: Fix abort on signal while waiting for call completionDavid Howells1-13/+6
2017-03-16afs: Fix an off-by-one error in afs_send_pages()David Howells1-1/+1
2017-03-16afs: Better abort and net error handlingDavid Howells1-8/+27
2017-03-16afs: Invalid op ID should abort with RXGEN_OPCODEDavid Howells1-1/+1
2017-03-16afs: Use a bvec rather than a kvec in afs_send_pages()David Howells1-45/+52
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2017-03-02Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+7
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+2
2017-01-09afs: Refcount the afs_call structDavid Howells1-59/+94
2017-01-09afs: Kill afs_wait_modeDavid Howells1-39/+12
2017-01-09afs: Add some tracepointsDavid Howells1-0/+6
2016-12-26afs_send_pages(): use ITER_BVECAl Viro1-8/+7
2016-10-13afs: call->operation_ID sometimes used as __be32 sometimes as u32David Howells1-1/+2
2016-10-06afs: Check for fatal error when in waiting for ack stateDavid Howells1-1/+1
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells1-48/+3
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