summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtsock.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-29SUNRPC: Get rid of the redundant xprt->shutdown bit fieldTrond Myklebust1-18/+0
2012-09-25SUNRPC: Set alloc_slot for backchannel tcp opsBryan Schumaker1-0/+1
2012-09-20SUNRPC: Ensure that the TCP socket is closed when in CLOSE_WAITTrond Myklebust1-5/+16
2012-09-07SUNRPC: Fix a UDP transport regressionTrond Myklebust1-0/+3
2012-08-01Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-0/+43
2012-08-01Merge tag 'nfs-for-3.6-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+10
2012-08-01nfs: enable swap on NFSMel Gorman1-0/+43
2012-07-31nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton1-0/+10
2012-07-05sunrpc: Don't do a dst_confirm() on an input routes.David S. Miller1-3/+0
2012-03-26sunrpc: skip portmap calls on sessions backchannelJ. Bruce Fields1-0/+1
2012-03-12SUNRPC: Fix a few sparse warningsTrond Myklebust1-5/+5
2012-02-16SUNRPC: add sending,pending queue and max slot to xprt statsAndy Adamson1-6/+17
2011-11-23SUNRPC: Ensure we return EAGAIN in xs_nospace if congestion is clearedTrond Myklebust1-2/+1
2011-11-10SUNRPC: destroy freshly allocated transport in case of sockaddr init errorStanislav Kinsbursky1-1/+3
2011-07-18SUNRPC: Support dynamic slot allocation for TCP connectionsTrond Myklebust1-7/+42
2011-07-18SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slotTrond Myklebust1-0/+2
2011-07-15SUNRPC: sunrpc should not explicitly depend on NFS config optionsTrond Myklebust1-3/+3
2011-05-28SUNRPC: Support for RPC over AF_LOCAL transportsChuck Lever1-3/+392
2011-05-28SUNRPC: Rename xs_encode_tcp_fragment_header()Chuck Lever1-12/+12
2011-05-28SUNRPC: Deal with the lack of a SYN_SENT sk->sk_state_change callback...Trond Myklebust1-3/+13
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-23SUNRPC: Never reuse the socket port after an xs_close()Trond Myklebust1-0/+2
2011-03-10sunrpc: Propagate errors from xs_bind() through xs_create_sock()Ben Hutchings1-1/+2
2011-01-15Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-10/+24
2011-01-11rpc: allow xprt_class->setup to return a preexisting xprtJ. Bruce Fields1-9/+9
2011-01-11rpc: keep backchannel xprt as long as server connectionJ. Bruce Fields1-10/+24
2011-01-11rpc: move sk_bc_xprt to svc_xprtJ. Bruce Fields1-1/+1
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo1-1/+1
2010-10-26Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-235/+123
2010-10-21SUNRPC: Properly initialize sock_xprt.srcaddr in all casesChuck Lever1-1/+32
2010-10-21SUNRPC: Use conventional switch statement when reclassifying socketsChuck Lever1-3/+7
2010-10-19sunrpc: Remove dead "else" branch from bc xprt creationPavel Emelyanov1-9/+4
2010-10-19sunrpc: Remove UDP worker wrappersPavel Emelyanov1-34/+7
2010-10-19sunrpc: Remove TCP worker wrappersPavel Emelyanov1-32/+7
2010-10-19sunrpc: Pass family to setup_socket callsPavel Emelyanov1-24/+8
2010-10-19sunrpc: Merge xs_create_sock codePavel Emelyanov1-25/+24
2010-10-19sunrpc: Merge the xs_bind codePavel Emelyanov1-47/+19
2010-10-19sunrpc: Call xs_create_sockX directly from setup_socketPavel Emelyanov1-32/+8
2010-10-19sunrpc: Factor out v6 sockets creationPavel Emelyanov1-37/+26
2010-10-19sunrpc: Factor out v4 sockets creationPavel Emelyanov1-37/+26
2010-10-19sunrpc: Factor out udp sockets creationPavel Emelyanov1-40/+56
2010-10-19sunrpc: Remove duplicate xprt/transport arguments from callsPavel Emelyanov1-6/+6
2010-10-19sunrpc: Get xprt pointer once in xs_tcp_setup_socketPavel Emelyanov1-6/+4
2010-10-19sunrpc: Remove unused sock arg from xs_next_srcportPavel Emelyanov1-3/+3
2010-10-19sunrpc: Remove unused sock arg from xs_get_srcportPavel Emelyanov1-3/+3
2010-10-02sunrpc: Create sockets in net namespacesPavel Emelyanov1-4/+4
2010-10-02sunrpc: Tag rpc_xprt with netPavel Emelyanov1-1/+1
2010-10-02sunrpc: Factor out rpc_xprt freeingPavel Emelyanov1-8/+4
2010-10-02sunrpc: Factor out rpc_xprt allocationPavel Emelyanov1-12/+3
2010-09-25net: fix a lockdep splatEric Dumazet1-14/+14