summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: xs_sock_mark_closed() does not need to trigger socket autocloseTrond Myklebust2015-09-191-1/+0Star
* SUNRPC: Ensure that we wait for connections to complete before retryingTrond Myklebust2015-09-181-3/+8
* SUNRPC: Fix races between socket connection and destroy codeTrond Myklebust2015-09-171-0/+3
* SUNRPC: Prevent SYN+SYNACK+RST stormsTrond Myklebust2015-08-301-0/+2
* SUNRPC: xs_reset_transport must mark the connection as disconnectedTrond Myklebust2015-08-291-0/+1
* SUNRPC: Allow sockets to do GFP_NOIO allocationsTrond Myklebust2015-08-201-3/+3
* SUNRPC: Fix a thinko in xs_connect()Trond Myklebust2015-08-171-4/+5
* Merge tag 'nfs-for-4.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-07-281-8/+17
|\
| * SUNRPC: Report TCP errors to the callerTrond Myklebust2015-07-271-7/+6Star
| * sunrpc: translate -EAGAIN to -ENOBUFS when socket is writable.NeilBrown2015-07-271-0/+9
| * SUNRPC: Don't confuse ENOBUFS with a write_space issueTrond Myklebust2015-07-031-1/+2
* | Merge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-07-021-43/+108
|\|
| * SUNRPC: Set the TCP user timeout option on client socketsTrond Myklebust2015-06-201-0/+7
| * SUNRPC: Ensure we release the TCP socket once it has been closedTrond Myklebust2015-06-201-18/+22
| * SUNRPC: Transport fault injectionChuck Lever2015-06-111-0/+10
| * sunrpc: turn swapper_enable/disable functions into rpc_xprt_opsJeff Layton2015-06-111-6/+25
| * sunrpc: lock xprt before trying to set memalloc on the socketsJeff Layton2015-06-111-8/+27
| * sunrpc: if we're closing down a socket, clear memalloc on it firstJeff Layton2015-06-111-0/+3
| * sunrpc: make xprt->swapper an atomic_tJeff Layton2015-06-111-13/+25
| * sunrpc: keep a count of swapfiles associated with the rpc_clntJeff Layton2015-06-111-2/+1Star
| * SUNRPC: drop stale doc comments in xprtsock.cStefan Hajnoczi2015-06-021-8/+0Star
* | kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-281-3/+3
|/
* SUNRPC: Cleanup to remove xs_tcp_close()Trond Myklebust2015-02-101-6/+1Star
* SUNRPC: Fix stupid typo in xs_sock_set_reuseportTrond Myklebust2015-02-091-2/+3
* SUNRPC: Define xs_tcp_fin_timeout only if CONFIG_SUNRPC_DEBUGTrond Myklebust2015-02-091-2/+2
* SUNRPC: Handle connection reset more efficiently.Trond Myklebust2015-02-091-16/+18
* SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flagTrond Myklebust2015-02-091-1/+0Star
* SUNRPC: Make xs_tcp_close() do a socket shutdown rather than a sock_releaseTrond Myklebust2015-02-091-5/+1Star
* SUNRPC: Ensure xs_tcp_shutdown() requests a full close of the connectionTrond Myklebust2015-02-091-2/+2
* SUNRPC: Cleanup to remove remaining uses of XPRT_CONNECTION_ABORTTrond Myklebust2015-02-091-3/+0Star
* SUNRPC: Remove TCP socket linger codeTrond Myklebust2015-02-091-35/+0Star
* SUNRPC: Remove TCP client connection reset hackTrond Myklebust2015-02-091-66/+1Star
* SUNRPC: TCP/UDP always close the old socket before reconnectingTrond Myklebust2015-02-091-2/+3
* SUNRPC: Add helpers to prevent socket create from racingTrond Myklebust2015-02-091-2/+5
* SUNRPC: Ensure xs_reset_transport() resets the close connection flagsTrond Myklebust2015-02-091-16/+13Star
* SUNRPC: Do not clear the source port in xs_reset_transportTrond Myklebust2015-02-091-2/+0Star
* SUNRPC: Handle EADDRINUSE on connectTrond Myklebust2015-02-091-0/+2
* SUNRPC: Set SO_REUSEPORT socket option for TCP connectionsTrond Myklebust2015-02-091-4/+49
* sunrpc: eliminate RPC_DEBUGJeff Layton2014-11-241-4/+4
* sunrpc: add tracepoints in xs_tcp_data_recvJeff Layton2014-11-241-59/+2Star
* sunrpc: add new tracepoints in xprt handling codeJeff Layton2014-11-241-1/+7
* NFS/SUNRPC: Remove other deadlock-avoidance mechanisms in nfs_release_page()NeilBrown2014-09-251-10/+0Star
* rpc: Add -EPERM processing for xs_udp_send_request()Jason Baron2014-09-251-0/+6
* rpc: return sent and err from xs_sendpages()Jason Baron2014-09-251-39/+42
* SUNRPC: Don't wake tasks during connection abortBenjamin Coddington2014-09-251-0/+4
* rpc: xs_bind - do not bind when requesting a random ephemeral portChris Perl2014-09-101-2/+18
* replace strict_strto callsDaniel Walter2014-07-131-2/+2
* SUNRPC: Ensure that we handle ENOBUFS errors correctly.Trond Myklebust2014-06-301-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-3/+0Star
|\
| * sunrpc: Remove sk_no_check settingTom Herbert2014-05-231-3/+0Star