aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c
Commit message (Expand)AuthorAge
* SUNRPC: attempt AF_LOCAL connect on setupJ. Bruce Fields2013-04-26
* Merge Trond's nfs-for-nextJ. Bruce Fields2013-04-26
|\
| * SUNRPC: Allow rpc_create() to request that TCP slots be unlimitedTrond Myklebust2013-04-14
| * SUNRPC: Report network/connection errors correctly for SOFTCONN rpc tasksTrond Myklebust2013-03-25
* | sunrpc: don't attempt to cancel unitialized workJ. Bruce Fields2013-03-09
|/
* Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-02-28
|\
| * SUNRPC: make AF_LOCAL connect synchronousJ. Bruce Fields2013-02-28
| * sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton2013-02-05
* | SUNRPC: Pass pointers to struct rpc_xprt to the congestion windowTrond Myklebust2013-02-01
* | SUNRPC: Fix an RCU dereference in xs_local_rpcbindTrond Myklebust2013-02-01
* | SUNRPC: Pass a pointer to struct rpc_xprt to the connect callbackTrond Myklebust2013-02-01
* | SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference()Trond Myklebust2013-02-01
|/
* SUNRPC: variable 'svsk' is unused in function bc_send_requestTrond Myklebust2012-12-15
* SUNRPC: Handle ECONNREFUSED in xs_local_setup_socketTrond Myklebust2012-12-15
* SUNRPC: remove BUG_ON from bc_mallocWeston Andros Adamson2012-11-04
* SUNRPC: remove BUG_ONs from *_reclassify_socket*Weston Andros Adamson2012-11-04
* SUNRPC: Get rid of the xs_error_report socket callbackTrond Myklebust2012-10-24
* SUNRPC: Prevent races in xs_abort_connection()Trond Myklebust2012-10-24
* Revert "SUNRPC: Ensure we close the socket on EPIPE errors too..."Trond Myklebust2012-10-24
* SUNRPC: Clear the connect flag when socket state is TCP_CLOSE_WAITTrond Myklebust2012-10-24
* SUNRPC: Get rid of the redundant xprt->shutdown bit fieldTrond Myklebust2012-09-28
* SUNRPC: Set alloc_slot for backchannel tcp opsBryan Schumaker2012-09-25
* SUNRPC: Ensure that the TCP socket is closed when in CLOSE_WAITTrond Myklebust2012-09-19
* SUNRPC: Fix a UDP transport regressionTrond Myklebust2012-09-07
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-31
|\
| * nfs: enable swap on NFSMel Gorman2012-07-31
* | Merge tag 'nfs-for-3.6-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-07-31
|\ \ | |/ |/|
| * nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton2012-07-30
* | sunrpc: Don't do a dst_confirm() on an input routes.David S. Miller2012-07-05
|/
* sunrpc: skip portmap calls on sessions backchannelJ. Bruce Fields2012-03-26
* SUNRPC: Fix a few sparse warningsTrond Myklebust2012-03-11
* SUNRPC: add sending,pending queue and max slot to xprt statsAndy Adamson2012-02-16
* SUNRPC: Ensure we return EAGAIN in xs_nospace if congestion is clearedTrond Myklebust2011-11-22
* SUNRPC: destroy freshly allocated transport in case of sockaddr init errorStanislav Kinsbursky2011-11-10
* SUNRPC: Support dynamic slot allocation for TCP connectionsTrond Myklebust2011-07-17
* SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slotTrond Myklebust2011-07-17
* SUNRPC: sunrpc should not explicitly depend on NFS config optionsTrond Myklebust2011-07-15
* SUNRPC: Support for RPC over AF_LOCAL transportsChuck Lever2011-05-27
* SUNRPC: Rename xs_encode_tcp_fragment_header()Chuck Lever2011-05-27
* SUNRPC: Deal with the lack of a SYN_SENT sk->sk_state_change callback...Trond Myklebust2011-05-27
* Fix common misspellingsLucas De Marchi2011-03-31
* SUNRPC: Never reuse the socket port after an xs_close()Trond Myklebust2011-03-22
* sunrpc: Propagate errors from xs_bind() through xs_create_sock()Ben Hutchings2011-03-10
* Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-01-14
|\
| * rpc: allow xprt_class->setup to return a preexisting xprtJ. Bruce Fields2011-01-11
| * rpc: keep backchannel xprt as long as server connectionJ. Bruce Fields2011-01-11
| * rpc: move sk_bc_xprt to svc_xprtJ. Bruce Fields2011-01-11
* | workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo2010-12-15
|/
* Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-10-26
|\
| * SUNRPC: Properly initialize sock_xprt.srcaddr in all casesChuck Lever2010-10-21