aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/backchannel_rqst.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-24sunrpc: eliminate RPC_DEBUGGravatar Jeff Layton 1-1/+1
2014-04-18arch: Mass conversion of smp_mb__*()Gravatar Peter Zijlstra 1-2/+2
2014-02-11SUNRPC: RPC callbacks may be split across several TCP segmentsGravatar Trond Myklebust 1-29/+64
2014-02-11SUNRPC: Fix potential memory scribble in xprt_free_bc_request()Gravatar Trond Myklebust 1-2/+4
2012-11-04SUNRPC: remove two BUG_ON assertsGravatar Weston Andros Adamson 1-2/+2
2012-11-04SUNRPC: remove BUG_ON from xprt_destroy_backchannelGravatar Weston Andros Adamson 1-1/+4
2012-11-01SUNRPC: return proper errno from backchannel_rqstGravatar Weston Andros Adamson 1-1/+1
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsGravatar Ben Hutchings 1-4/+5
2012-03-11SUNRPC: Fix a few sparse warningsGravatar Trond Myklebust 1-0/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesGravatar Paul Gortmaker 1-0/+1
2011-07-15SUNRPC: Convert the backchannel exports to EXPORT_SYMBOL_GPLGravatar Trond Myklebust 1-2/+2
2011-07-15SUNRPC: sunrpc should not explicitly depend on NFS config optionsGravatar Trond Myklebust 1-3/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-06-20nfs41: sunrpc: xprt_alloc_bc_request() should not use spin_lock_bh()Gravatar Ricardo Labiaga 1-2/+5
2009-06-17nfs41: Rename rq_received to rq_reply_bytes_recvdGravatar Ricardo Labiaga 1-1/+1
2009-06-17nfs41: New backchannel helper routinesGravatar Ricardo Labiaga 1-0/+278