summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/clnt.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Fix RPC client cleaned up the freed pipefs dentriesfelix4 days1-1/+4
* SUNRPC: remove the maximum number of retries in call_bind_statusDai Ngo2023-05-171-3/+0
* SUNRPC: Fix missing release socket in rpc_sockname()Wang ShaoBo2023-01-181-1/+1
* net :sunrpc :clnt :Fix xps refcount imbalance on the error pathLin Yi2019-07-141-0/+1
* SUNRPC: Clean up initialisation of the struct rpc_rqstTrond Myklebust2019-07-031-1/+0
* SUNRPC: Always drop the XPRT_LOCK on XPRT_CLOSE_WAITBenjamin Coddington2019-02-151-2/+4
* 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
* SUNRPC: rpc_clnt_add_xprt setup function for NFS layerAndy Adamson2016-09-191-0/+64
* SUNRPC search xprt switch for sockaddrAndy Adamson2016-09-191-0/+15
* SUNRPC rpc_clnt_xprt_switch_add_xprtAndy Adamson2016-09-191-0/+7
* SUNRPC rpc_clnt_xprt_switch_putAndy Adamson2016-09-191-0/+6
* SUNRPC remove rpc_task_release_client from rpc_task_set_clientAndy Adamson2016-09-191-1/+0
* sunrpc: Remove unnecessary variableAmitoj Kaur Chawla2016-09-191-2/+1
* SUNRPC: Silence WARN_ON when NFSv4.1 over RDMA is in useChuck Lever2016-08-241-2/+2
* NFSv4: Cap the transport reconnection timer at 1/2 lease periodTrond Myklebust2016-08-051-0/+21
* SUNRPC: Limit the reconnect backoff timer to the max RPC message timeoutTrond Myklebust2016-08-051-0/+3
* Merge branch 'sunrpc'Trond Myklebust2016-07-241-1/+1
|\
| * SUNRPC: Fix a compiler warning in fs/nfs/clnt.cTrond Myklebust2016-07-241-1/+1
* | rpc: share one xps between all backchannelsJ. Bruce Fields2016-06-151-4/+14
* | nfsd4/rpc: move backchannel create logic into rpc codeJ. Bruce Fields2016-06-151-2/+10
* | SUNRPC: fix xprt leak on xps allocation failureJ. Bruce Fields2016-06-151-2/+3
|/
* sunrpc: Advertise maximum backchannel payload sizeChuck Lever2016-05-171-0/+17
* SUNRPC: Allow addition of new transports to a struct rpc_clntTrond Myklebust2016-02-051-2/+131
* SUNRPC: Make NFS swap work with multipathTrond Myklebust2016-02-051-42/+24