aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/backchannel_rqst.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-22SUNRPC: Make the rpciod and xprtiod slab allocation modes consistentGravatar Trond Myklebust 1-4/+4
2020-10-22Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-1/+1
2020-09-25net: sunrpc: delete repeated wordsGravatar Randy Dunlap 1-1/+1
2020-09-21Replace HTTP links with HTTPS ones: NFS, SUNRPC, and LOCKD clientsGravatar Alexander A. Klimov 1-1/+1
2019-10-30SUNRPC: Destroy the back channel when we destroy the host transportGravatar Trond Myklebust 1-1/+1
2019-10-30SUNRPC: The TCP back channel mustn't disappear while requests are outstandingGravatar Trond Myklebust 1-2/+3
2019-07-18SUNRPC: Fix up backchannel slot table accountingGravatar Trond Myklebust 1-18/+22
2019-03-02SUNRPC: Allow dynamic allocation of back channel slotsGravatar Trond Myklebust 1-16/+25
2019-02-20SUNRPC: Ensure rq_bytes_sent is reset before request transmissionGravatar Trond Myklebust 1-1/+0
2019-01-02SUNRPC: Fix some kernel doc complaintsGravatar Chuck Lever 1-1/+1
2018-09-30SUNRPC: Refactor xprt_transmit() to remove the reply queue codeGravatar Trond Myklebust 1-1/+0
2018-07-31sunrpc: whitespace fixesGravatar Stephen Hemminger 1-1/+0
2017-08-16SUNRPC: Don't hold the transport lock when receiving backchannel dataGravatar Trond Myklebust 1-2/+2
2016-09-19SUNRPC: Refactor rpc_xdr_buf_init()Gravatar Chuck Lever 1-7/+1
2015-12-07SUNRPC: Fix callback channelGravatar Trond Myklebust 1-8/+0
2015-11-23nfs4: limit callback decoding to received bytesGravatar Benjamin Coddington 1-0/+8
2015-11-02SUNRPC: Abstract backchannel operationsGravatar Chuck Lever 1-2/+22
2015-07-22SUNRPC: xprt_complete_bc_request must also decrement the free slot countGravatar Trond Myklebust 1-1/+1
2015-07-22SUNRPC: Fix a backchannel deadlockGravatar Trond Myklebust 1-2/+2
2015-06-05SUNRPC: Fix a backchannel raceGravatar Trond Myklebust 1-13/+24
2015-06-05SUNRPC: Clean up allocation and freeing of back channel requestsGravatar Trond Myklebust 1-40/+55
2015-06-02SUNRPC: Fix a memory leak in the backchannel codeGravatar Trond Myklebust 1-1/+1
2015-02-13SUNRPC: Always manipulate rpc_rqst::rq_bc_pa_list under xprt->bc_pa_lockGravatar Chuck Lever 1-1/+4
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