Commit Graph

230 Commits (be15411d97b6b9b2883b7f1ec52ef03bc770a6d4)

Author SHA1 Message Date
J. Bruce Fields 92769108f5 sunrpc: skip portmap calls on sessions backchannel 13 years ago
Trond Myklebust 09acfea5d8 SUNRPC: Fix a few sparse warnings 13 years ago
Andy Adamson 15a4520621 SUNRPC: add sending,pending queue and max slot to xprt stats 13 years ago
Trond Myklebust 24ca9a8477 SUNRPC: Ensure we return EAGAIN in xs_nospace if congestion is cleared 13 years ago
Stanislav Kinsbursky 2aa13531bb SUNRPC: destroy freshly allocated transport in case of sockaddr init error 13 years ago
Trond Myklebust d9ba131d8f SUNRPC: Support dynamic slot allocation for TCP connections 14 years ago
Trond Myklebust 43cedbf0e8 SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slot 14 years ago
Trond Myklebust 9e00abc3c2 SUNRPC: sunrpc should not explicitly depend on NFS config options 14 years ago
Chuck Lever 176e21ee2e SUNRPC: Support for RPC over AF_LOCAL transports 14 years ago
Chuck Lever 61677eeec2 SUNRPC: Rename xs_encode_tcp_fragment_header() 14 years ago
Trond Myklebust fe19a96b10 SUNRPC: Deal with the lack of a SYN_SENT sk->sk_state_change callback... 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Trond Myklebust 246408dcd5 SUNRPC: Never reuse the socket port after an xs_close() 14 years ago
Ben Hutchings 4cea288aaf sunrpc: Propagate errors from xs_bind() through xs_create_sock() 14 years ago
J. Bruce Fields f0418aa4b1 rpc: allow xprt_class->setup to return a preexisting xprt 14 years ago
J. Bruce Fields 99de8ea962 rpc: keep backchannel xprt as long as server connection 14 years ago
J. Bruce Fields d75faea330 rpc: move sk_bc_xprt to svc_xprt 14 years ago
Tejun Heo afe2c511fb workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync() 14 years ago
Chuck Lever 9247685088 SUNRPC: Properly initialize sock_xprt.srcaddr in all cases 14 years ago
Chuck Lever 4232e8634a SUNRPC: Use conventional switch statement when reclassifying sockets 14 years ago
Pavel Emelyanov 50fa0d40a9 sunrpc: Remove dead "else" branch from bc xprt creation 15 years ago
Pavel Emelyanov 8c14ff2aaf sunrpc: Remove UDP worker wrappers 15 years ago
Pavel Emelyanov cdd518d524 sunrpc: Remove TCP worker wrappers 15 years ago
Pavel Emelyanov 7dfe1fc362 sunrpc: Pass family to setup_socket calls 15 years ago
Pavel Emelyanov 6bc9638ab4 sunrpc: Merge xs_create_sock code 15 years ago
Pavel Emelyanov beb59b6828 sunrpc: Merge the xs_bind code 15 years ago
Pavel Emelyanov 573018c07e sunrpc: Call xs_create_sockX directly from setup_socket 15 years ago
Pavel Emelyanov 22d44a7d8a sunrpc: Factor out v6 sockets creation 15 years ago
Pavel Emelyanov 22f793268d sunrpc: Factor out v4 sockets creation 15 years ago
Pavel Emelyanov b65c031061 sunrpc: Factor out udp sockets creation 15 years ago
Pavel Emelyanov 58dddac9c5 sunrpc: Remove duplicate xprt/transport arguments from calls 15 years ago
Pavel Emelyanov a9f5f0f7bf sunrpc: Get xprt pointer once in xs_tcp_setup_socket 15 years ago
Pavel Emelyanov baaf4e487a sunrpc: Remove unused sock arg from xs_next_srcport 15 years ago
Pavel Emelyanov 5d4ec93297 sunrpc: Remove unused sock arg from xs_get_srcport 15 years ago
Pavel Emelyanov 14ec63c333 sunrpc: Create sockets in net namespaces 15 years ago
Pavel Emelyanov 37aa213373 sunrpc: Tag rpc_xprt with net 15 years ago
Pavel Emelyanov e204e621b4 sunrpc: Factor out rpc_xprt freeing 15 years ago
Pavel Emelyanov bd1722d431 sunrpc: Factor out rpc_xprt allocation 15 years ago
Eric Dumazet f064af1e50 net: fix a lockdep splat 15 years ago
Rusty Russell 9bbb9e5a33 param: use ops in struct kernel_param, rather than get and set fns directly 15 years ago
Andy Chittenden 669502ff31 SUNRPC: fix NFS client over TCP hangs due to packet loss (Bug 16494) 15 years ago
Trond Myklebust b76ce56192 SUNRPC: Fix a re-entrancy bug in xs_tcp_read_calldir() 15 years ago
J. Bruce Fields 0a68b0bed0 sunrpc: fix leak on error on socket xprt setup 15 years ago
Joe Perches 3fa21e07e6 net: Remove unnecessary returns from void function()s 15 years ago
Trond Myklebust d60dbb20a7 SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqst 15 years ago
Trond Myklebust 712a433866 SUNRPC: Fix xs_setup_bc_tcp() 15 years ago
Chuck Lever bbc72cea58 SUNRPC: RPC metrics and RTT estimator should use same RTT value 15 years ago
Trond Myklebust a8ce4a8f37 SUNRPC: Fail over more quickly on connect errors 15 years ago
Trond Myklebust 0b9e794313 SUNRPC: Move the test for XPRT_CONNECTING into xprt_connect() 15 years ago
Trond Myklebust c9acb42ef1 SUNRPC: Fix a use after free bug with the NFSv4.1 backchannel 15 years ago