summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/clnt.c
Commit message (Expand)AuthorAgeFilesLines
* NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2018-12-191-2/+2
* SUNRPC: add side channel to use non-generic cred for rpc call.NeilBrown2018-12-191-1/+1
* SUNRPC: introduce RPC_TASK_NULLCREDS to request auth_noneNeilBrown2018-12-191-13/+6
* NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().NeilBrown2018-12-191-0/+1
* SUNRPC: Fix disconnection racesTrond Myklebust2018-12-181-0/+1
* SUNRPC: Fix a memory leak in call_encode()Trond Myklebust2018-12-021-0/+1
* SUNRPC: call_connect_status() must handle tasks that got transmittedTrond Myklebust2018-12-021-0/+7
* SUNRPC: Add a bvec array to struct xdr_buf for use with iovec_iter()Trond Myklebust2018-09-301-1/+3
* SUNRPC: Clean up transport write space handlingTrond Myklebust2018-09-301-18/+10
* SUNRPC: Support for congestion control when queuing is enabledTrond Myklebust2018-09-301-0/+5
* SUNRPC: Move RPC retransmission stat counter to xprt_transmit()Trond Myklebust2018-09-301-6/+0
* SUNRPC: Don't reset the request 'bytes_sent' counter when releasing XPRT_LOCKTrond Myklebust2018-09-301-4/+0
* SUNRPC: Fix up the back channel transmitTrond Myklebust2018-09-301-14/+5
* SUNRPC: Refactor RPC call encodingTrond Myklebust2018-09-301-32/+49
* SUNRPC: Add a transmission queue for RPC requestsTrond Myklebust2018-09-301-4/+2
* SUNRPC: Minor cleanup for call_transmit()Trond Myklebust2018-09-301-17/+15
* SUNRPC: Refactor xprt_transmit() to remove wait for reply codeTrond Myklebust2018-09-301-9/+1
* SUNRPC: Refactor xprt_transmit() to remove the reply queue codeTrond Myklebust2018-09-301-0/+5
* SUNRPC: Avoid holding locks across the XDR encoding of the RPC messageTrond Myklebust2018-09-301-3/+3
* SUNRPC: Simplify identification of when the message send/receive is completeTrond Myklebust2018-09-301-12/+7
* SUNRPC: The transmitted message must lie in the RPCSEC window of validityTrond Myklebust2018-09-301-0/+3
* SUNRPC: If there is no reply expected, bail early from call_decodeTrond Myklebust2018-09-301-5/+8
* SUNRPC: Clean up initialisation of the struct rpc_rqstTrond Myklebust2018-09-301-1/+0
* sunrpc: whitespace fixesStephen Hemminger2018-07-311-1/+1
* NFSv4 client live hangs after live data migration recoveryBill Baker2018-07-311-8/+20
* SUNRPC: Initialize rpc_rqst outside of xprt->reserve_lockChuck Lever2018-05-071-0/+1
* Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2018-04-121-1/+7
|\
| * sunrpc: Add static trace point to report result of RPC pingChuck Lever2018-04-101-0/+6
| * sunrpc: Simplify synopsis of some trace pointsChuck Lever2018-04-101-1/+1
* | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-3/+3
|/
* SUNRPC: Remove rpc_protocol()Chuck Lever2018-01-141-16/+0
* SUNRPC: Handle ENETDOWN errorsTrond Myklebust2017-11-301-0/+5
* sunrpc: Add rpc_request static trace pointChuck Lever2017-11-171-2/+1
* net: sunrpc: mark expected switch fall-throughsGustavo A. R. Silva2017-11-171-0/+11
* SUNRPC: remove some dead code.NeilBrown2017-09-061-4/+0
* SUNRPC: ECONNREFUSED should cause a rebind.NeilBrown2017-08-201-0/+8
* sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig2017-05-151-2/+2
* sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig2017-05-151-2/+4
* sunrpc: properly type argument to kxdrdproc_tChristoph Hellwig2017-05-151-1/+2
* sunrpc: properly type argument to kxdreproc_tChristoph Hellwig2017-05-151-1/+2
* sunrpc: don't check for failure from mempool_alloc()NeilBrown2017-04-201-8/+0
* NFSv4: Set the connection timeout to match the lease periodTrond Myklebust2017-02-091-4/+6
* SUNRPC: Allow changing of the TCP timeout parameters on the flyTrond Myklebust2017-02-091-7/+23
* SUNRPC: Remove unused function rpc_get_timeout()Trond Myklebust2017-02-091-15/+0
* SUNRPC: cleanup ida information when removing sunrpc moduleKinglong Mee2017-01-241-0/+5
* sunrpc: Don't engage exponential backoff when connection attempt is rejected.NeilBrown2016-12-011-0/+2
* SUNRPC: Fix suspicious RCU usageAnna Schumaker2016-11-071-2/+5
* SUNRPC: Separate buffer pointers for RPC Call and Reply messagesChuck Lever2016-09-191-1/+1
* SUNRPC: Generalize the RPC buffer allocation APIChuck Lever2016-09-191-4/+8
* SUNRPC: Refactor rpc_xdr_buf_init()Chuck Lever2016-09-191-18/+6
OpenPOWER on IntegriCloud