summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c
Commit message (Expand)AuthorAgeFilesLines
...
* | SUNRPC: Pass a pointer to struct rpc_xprt to the connect callbackTrond Myklebust2013-02-011-2/+2
* | SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference()Trond Myklebust2013-02-011-1/+1
|/
* SUNRPC: variable 'svsk' is unused in function bc_send_requestTrond Myklebust2012-12-151-2/+0
* SUNRPC: Handle ECONNREFUSED in xs_local_setup_socketTrond Myklebust2012-12-151-0/+4
* SUNRPC: remove BUG_ON from bc_mallocWeston Andros Adamson2012-11-041-2/+4
* SUNRPC: remove BUG_ONs from *_reclassify_socket*Weston Andros Adamson2012-11-041-3/+4
* SUNRPC: Get rid of the xs_error_report socket callbackTrond Myklebust2012-10-241-25/+0
* SUNRPC: Prevent races in xs_abort_connection()Trond Myklebust2012-10-241-5/+8
* Revert "SUNRPC: Ensure we close the socket on EPIPE errors too..."Trond Myklebust2012-10-241-1/+1
* SUNRPC: Clear the connect flag when socket state is TCP_CLOSE_WAITTrond Myklebust2012-10-241-0/+1
* SUNRPC: Get rid of the redundant xprt->shutdown bit fieldTrond Myklebust2012-09-281-18/+0
* SUNRPC: Set alloc_slot for backchannel tcp opsBryan Schumaker2012-09-251-0/+1
* SUNRPC: Ensure that the TCP socket is closed when in CLOSE_WAITTrond Myklebust2012-09-191-5/+16
* SUNRPC: Fix a UDP transport regressionTrond Myklebust2012-09-071-0/+3
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-311-0/+43
|\
| * nfs: enable swap on NFSMel Gorman2012-07-311-0/+43
* | Merge tag 'nfs-for-3.6-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-07-311-0/+10
|\ \ | |/ |/|
| * nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton2012-07-301-0/+10
* | sunrpc: Don't do a dst_confirm() on an input routes.David S. Miller2012-07-051-3/+0
|/
* sunrpc: skip portmap calls on sessions backchannelJ. Bruce Fields2012-03-261-0/+1
* SUNRPC: Fix a few sparse warningsTrond Myklebust2012-03-111-5/+5
* SUNRPC: add sending,pending queue and max slot to xprt statsAndy Adamson2012-02-161-6/+17
* SUNRPC: Ensure we return EAGAIN in xs_nospace if congestion is clearedTrond Myklebust2011-11-221-2/+1
* SUNRPC: destroy freshly allocated transport in case of sockaddr init errorStanislav Kinsbursky2011-11-101-1/+3
* SUNRPC: Support dynamic slot allocation for TCP connectionsTrond Myklebust2011-07-171-7/+42
* SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slotTrond Myklebust2011-07-171-0/+2
* SUNRPC: sunrpc should not explicitly depend on NFS config optionsTrond Myklebust2011-07-151-3/+3
* SUNRPC: Support for RPC over AF_LOCAL transportsChuck Lever2011-05-271-3/+392
* SUNRPC: Rename xs_encode_tcp_fragment_header()Chuck Lever2011-05-271-12/+12
* SUNRPC: Deal with the lack of a SYN_SENT sk->sk_state_change callback...Trond Myklebust2011-05-271-3/+13
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* SUNRPC: Never reuse the socket port after an xs_close()Trond Myklebust2011-03-221-0/+2
* sunrpc: Propagate errors from xs_bind() through xs_create_sock()Ben Hutchings2011-03-101-1/+2
* Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-01-141-10/+24
|\
| * rpc: allow xprt_class->setup to return a preexisting xprtJ. Bruce Fields2011-01-111-9/+9
| * rpc: keep backchannel xprt as long as server connectionJ. Bruce Fields2011-01-111-10/+24
| * rpc: move sk_bc_xprt to svc_xprtJ. Bruce Fields2011-01-111-1/+1
* | workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo2010-12-151-1/+1
|/
* Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-10-261-235/+123
|\
| * SUNRPC: Properly initialize sock_xprt.srcaddr in all casesChuck Lever2010-10-211-1/+32
| * SUNRPC: Use conventional switch statement when reclassifying socketsChuck Lever2010-10-211-3/+7
| * sunrpc: Remove dead "else" branch from bc xprt creationPavel Emelyanov2010-10-191-9/+4
| * sunrpc: Remove UDP worker wrappersPavel Emelyanov2010-10-191-34/+7
| * sunrpc: Remove TCP worker wrappersPavel Emelyanov2010-10-191-32/+7
| * sunrpc: Pass family to setup_socket callsPavel Emelyanov2010-10-191-24/+8
| * sunrpc: Merge xs_create_sock codePavel Emelyanov2010-10-191-25/+24
| * sunrpc: Merge the xs_bind codePavel Emelyanov2010-10-191-47/+19
| * sunrpc: Call xs_create_sockX directly from setup_socketPavel Emelyanov2010-10-191-32/+8
| * sunrpc: Factor out v6 sockets creationPavel Emelyanov2010-10-191-37/+26
| * sunrpc: Factor out v4 sockets creationPavel Emelyanov2010-10-191-37/+26
OpenPOWER on IntegriCloud