aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/backchannel_rqst.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-10Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+14
2022-07-27SUNRPC: Reinitialise the backchannel request buffers before reuseTrond Myklebust1-0/+14
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_149.RULEThomas Gleixner1-15/+1
2022-03-22SUNRPC: Make the rpciod and xprtiod slab allocation modes consistentTrond Myklebust1-4/+4
2020-10-22Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2020-09-25net: sunrpc: delete repeated wordsRandy Dunlap1-1/+1
2020-09-21Replace HTTP links with HTTPS ones: NFS, SUNRPC, and LOCKD clientsAlexander A. Klimov1-1/+1
2019-10-30SUNRPC: Destroy the back channel when we destroy the host transportTrond Myklebust1-1/+1
2019-10-30SUNRPC: The TCP back channel mustn't disappear while requests are outstandingTrond Myklebust1-2/+3
2019-07-18SUNRPC: Fix up backchannel slot table accountingTrond Myklebust1-18/+22
2019-03-02SUNRPC: Allow dynamic allocation of back channel slotsTrond Myklebust1-16/+25
2019-02-20SUNRPC: Ensure rq_bytes_sent is reset before request transmissionTrond Myklebust1-1/+0
2019-01-02SUNRPC: Fix some kernel doc complaintsChuck Lever1-1/+1
2018-09-30SUNRPC: Refactor xprt_transmit() to remove the reply queue codeTrond Myklebust1-1/+0
2018-07-31sunrpc: whitespace fixesStephen Hemminger1-1/+0
2017-08-16SUNRPC: Don't hold the transport lock when receiving backchannel dataTrond Myklebust1-2/+2
2016-09-19SUNRPC: Refactor rpc_xdr_buf_init()Chuck Lever1-7/+1
2015-12-07SUNRPC: Fix callback channelTrond Myklebust1-8/+0
2015-11-23nfs4: limit callback decoding to received bytesBenjamin Coddington1-0/+8
2015-11-02SUNRPC: Abstract backchannel operationsChuck Lever1-2/+22
2015-07-22SUNRPC: xprt_complete_bc_request must also decrement the free slot countTrond Myklebust1-1/+1
2015-07-22SUNRPC: Fix a backchannel deadlockTrond Myklebust1-2/+2
2015-06-05SUNRPC: Fix a backchannel raceTrond Myklebust1-13/+24
2015-06-05SUNRPC: Clean up allocation and freeing of back channel requestsTrond Myklebust1-40/+55
2015-06-02SUNRPC: Fix a memory leak in the backchannel codeTrond Myklebust1-1/+1
2015-02-13SUNRPC: Always manipulate rpc_rqst::rq_bc_pa_list under xprt->bc_pa_lockChuck Lever1-1/+4
2014-11-24sunrpc: eliminate RPC_DEBUGJeff Layton1-1/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-2/+2
2014-02-11SUNRPC: RPC callbacks may be split across several TCP segmentsTrond Myklebust1-29/+64
2014-02-11SUNRPC: Fix potential memory scribble in xprt_free_bc_request()Trond Myklebust1-2/+4
2012-11-04SUNRPC: remove two BUG_ON assertsWeston Andros Adamson1-2/+2
2012-11-04SUNRPC: remove BUG_ON from xprt_destroy_backchannelWeston Andros Adamson1-1/+4
2012-11-01SUNRPC: return proper errno from backchannel_rqstWeston Andros Adamson1-1/+1
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-4/+5
2012-03-11SUNRPC: Fix a few sparse warningsTrond Myklebust1-0/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-07-15SUNRPC: Convert the backchannel exports to EXPORT_SYMBOL_GPLTrond Myklebust1-2/+2
2011-07-15SUNRPC: sunrpc should not explicitly depend on NFS config optionsTrond Myklebust1-3/+0
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
2009-06-20nfs41: sunrpc: xprt_alloc_bc_request() should not use spin_lock_bh()Ricardo Labiaga1-2/+5
2009-06-17nfs41: Rename rq_received to rq_reply_bytes_recvdRicardo Labiaga1-1/+1
2009-06-17nfs41: New backchannel helper routinesRicardo Labiaga1-0/+278