summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/clnt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* SUNRPC: Add a helper to apply a function to all the rpc_clnt's transportsTrond Myklebust2016-02-051-0/+51
* SUNRPC: Use the multipath iterator to assign a transport to each taskTrond Myklebust2016-02-051-18/+20
* SUNRPC: Make rpc_clnt store the multipath iteratorsTrond Myklebust2016-02-051-3/+29
* SUNRPC: Remove unused function rpc_task_reset_clientTrond Myklebust2016-01-311-8/+0
* SUNRPC: Fix a missing break in rpc_anyaddr()Trond Myklebust2015-12-301-0/+1
* SUNRPC: Don't reencode message if transmission failed with ENOBUFSTrond Myklebust2015-07-031-2/+3
* SUNRPC: Handle connection issues correctly on the back channelTrond Myklebust2015-06-191-1/+7
* SUNRPC: Transport fault injectionChuck Lever2015-06-101-0/+1
* sunrpc: turn swapper_enable/disable functions into rpc_xprt_opsJeff Layton2015-06-101-2/+2
* sunrpc: make xprt->swapper an atomic_tJeff Layton2015-06-101-2/+2
* sunrpc: keep a count of swapfiles associated with the rpc_clntJeff Layton2015-06-101-9/+58
* SUNRPC: Remove unused argument 'tk_ops' in rpc_run_bc_taskTrond Myklebust2015-06-051-4/+2
* SUNRPC: Backchannel handle socket nospaceTrond Myklebust2015-06-021-11/+16
* sunrpc: make debugfs file creation failure non-fatalJeff Layton2015-03-311-3/+1
* SUNRPC: Handle EADDRINUSE on connectTrond Myklebust2015-02-081-0/+3
OpenPOWER on IntegriCloud