aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtsock.c
AgeCommit message (Expand)Author
2013-02-01SUNRPC: Pass pointers to struct rpc_xprt to the congestion windowTrond Myklebust
2013-02-01SUNRPC: Fix an RCU dereference in xs_local_rpcbindTrond Myklebust
2013-02-01SUNRPC: Pass a pointer to struct rpc_xprt to the connect callbackTrond Myklebust
2013-02-01SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference()Trond Myklebust
2012-12-15SUNRPC: variable 'svsk' is unused in function bc_send_requestTrond Myklebust
2012-12-15SUNRPC: Handle ECONNREFUSED in xs_local_setup_socketTrond Myklebust
2012-11-04SUNRPC: remove BUG_ON from bc_mallocWeston Andros Adamson
2012-11-04SUNRPC: remove BUG_ONs from *_reclassify_socket*Weston Andros Adamson
2012-10-24SUNRPC: Get rid of the xs_error_report socket callbackTrond Myklebust
2012-10-24SUNRPC: Prevent races in xs_abort_connection()Trond Myklebust
2012-10-24Revert "SUNRPC: Ensure we close the socket on EPIPE errors too..."Trond Myklebust
2012-10-24SUNRPC: Clear the connect flag when socket state is TCP_CLOSE_WAITTrond Myklebust
2012-09-28SUNRPC: Get rid of the redundant xprt->shutdown bit fieldTrond Myklebust
2012-09-25SUNRPC: Set alloc_slot for backchannel tcp opsBryan Schumaker
2012-09-19SUNRPC: Ensure that the TCP socket is closed when in CLOSE_WAITTrond Myklebust
2012-09-07SUNRPC: Fix a UDP transport regressionTrond Myklebust
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-07-31Merge tag 'nfs-for-3.6-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2012-07-31nfs: enable swap on NFSMel Gorman
2012-07-30nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton
2012-07-05sunrpc: Don't do a dst_confirm() on an input routes.David S. Miller
2012-03-26sunrpc: skip portmap calls on sessions backchannelJ. Bruce Fields
2012-03-11SUNRPC: Fix a few sparse warningsTrond Myklebust
2012-02-16SUNRPC: add sending,pending queue and max slot to xprt statsAndy Adamson
2011-11-22SUNRPC: Ensure we return EAGAIN in xs_nospace if congestion is clearedTrond Myklebust
2011-11-10SUNRPC: destroy freshly allocated transport in case of sockaddr init errorStanislav Kinsbursky
2011-07-17SUNRPC: Support dynamic slot allocation for TCP connectionsTrond Myklebust
2011-07-17SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slotTrond Myklebust
2011-07-15SUNRPC: sunrpc should not explicitly depend on NFS config optionsTrond Myklebust
2011-05-27SUNRPC: Support for RPC over AF_LOCAL transportsChuck Lever
2011-05-27SUNRPC: Rename xs_encode_tcp_fragment_header()Chuck Lever
2011-05-27SUNRPC: Deal with the lack of a SYN_SENT sk->sk_state_change callback...Trond Myklebust
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-22SUNRPC: Never reuse the socket port after an xs_close()Trond Myklebust
2011-03-10sunrpc: Propagate errors from xs_bind() through xs_create_sock()Ben Hutchings
2011-01-14Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2011-01-11rpc: allow xprt_class->setup to return a preexisting xprtJ. Bruce Fields
2011-01-11rpc: keep backchannel xprt as long as server connectionJ. Bruce Fields
2011-01-11rpc: move sk_bc_xprt to svc_xprtJ. Bruce Fields
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo
2010-10-26Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2010-10-21SUNRPC: Properly initialize sock_xprt.srcaddr in all casesChuck Lever
2010-10-21SUNRPC: Use conventional switch statement when reclassifying socketsChuck Lever
2010-10-19sunrpc: Remove dead "else" branch from bc xprt creationPavel Emelyanov
2010-10-19sunrpc: Remove UDP worker wrappersPavel Emelyanov
2010-10-19sunrpc: Remove TCP worker wrappersPavel Emelyanov
2010-10-19sunrpc: Pass family to setup_socket callsPavel Emelyanov
2010-10-19sunrpc: Merge xs_create_sock codePavel Emelyanov
2010-10-19sunrpc: Merge the xs_bind codePavel Emelyanov
2010-10-19sunrpc: Call xs_create_sockX directly from setup_socketPavel Emelyanov