Age | Commit message (Expand) | Author |
2012-10-24 | SUNRPC: Get rid of the xs_error_report socket callback | Trond Myklebust |
2012-10-24 | SUNRPC: Prevent races in xs_abort_connection() | Trond Myklebust |
2012-10-24 | Revert "SUNRPC: Ensure we close the socket on EPIPE errors too..." | Trond Myklebust |
2012-10-24 | SUNRPC: Clear the connect flag when socket state is TCP_CLOSE_WAIT | Trond Myklebust |
2012-09-28 | SUNRPC: Get rid of the redundant xprt->shutdown bit field | Trond Myklebust |
2012-09-25 | SUNRPC: Set alloc_slot for backchannel tcp ops | Bryan Schumaker |
2012-09-19 | SUNRPC: Ensure that the TCP socket is closed when in CLOSE_WAIT | Trond Myklebust |
2012-09-07 | SUNRPC: Fix a UDP transport regression | Trond Myklebust |
2012-07-31 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds |
2012-07-31 | Merge tag 'nfs-for-3.6-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2012-07-31 | nfs: enable swap on NFS | Mel Gorman |
2012-07-30 | nfs: skip commit in releasepage if we're freeing memory for fs-related reasons | Jeff Layton |
2012-07-05 | sunrpc: Don't do a dst_confirm() on an input routes. | David S. Miller |
2012-03-26 | sunrpc: skip portmap calls on sessions backchannel | J. Bruce Fields |
2012-03-11 | SUNRPC: Fix a few sparse warnings | Trond Myklebust |
2012-02-16 | SUNRPC: add sending,pending queue and max slot to xprt stats | Andy Adamson |
2011-11-22 | SUNRPC: Ensure we return EAGAIN in xs_nospace if congestion is cleared | Trond Myklebust |
2011-11-10 | SUNRPC: destroy freshly allocated transport in case of sockaddr init error | Stanislav Kinsbursky |
2011-07-17 | SUNRPC: Support dynamic slot allocation for TCP connections | Trond Myklebust |
2011-07-17 | SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slot | Trond Myklebust |
2011-07-15 | SUNRPC: sunrpc should not explicitly depend on NFS config options | Trond Myklebust |
2011-05-27 | SUNRPC: Support for RPC over AF_LOCAL transports | Chuck Lever |
2011-05-27 | SUNRPC: Rename xs_encode_tcp_fragment_header() | Chuck Lever |
2011-05-27 | SUNRPC: Deal with the lack of a SYN_SENT sk->sk_state_change callback... | Trond Myklebust |
2011-03-31 | Fix common misspellings | Lucas De Marchi |
2011-03-22 | SUNRPC: Never reuse the socket port after an xs_close() | Trond Myklebust |
2011-03-10 | sunrpc: Propagate errors from xs_bind() through xs_create_sock() | Ben Hutchings |
2011-01-14 | Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2011-01-11 | rpc: allow xprt_class->setup to return a preexisting xprt | J. Bruce Fields |
2011-01-11 | rpc: keep backchannel xprt as long as server connection | J. Bruce Fields |
2011-01-11 | rpc: move sk_bc_xprt to svc_xprt | J. Bruce Fields |
2010-12-15 | workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela... | Tejun Heo |
2010-10-26 | Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2010-10-21 | SUNRPC: Properly initialize sock_xprt.srcaddr in all cases | Chuck Lever |
2010-10-21 | SUNRPC: Use conventional switch statement when reclassifying sockets | Chuck Lever |
2010-10-19 | sunrpc: Remove dead "else" branch from bc xprt creation | Pavel Emelyanov |
2010-10-19 | sunrpc: Remove UDP worker wrappers | Pavel Emelyanov |
2010-10-19 | sunrpc: Remove TCP worker wrappers | Pavel Emelyanov |
2010-10-19 | sunrpc: Pass family to setup_socket calls | Pavel Emelyanov |
2010-10-19 | sunrpc: Merge xs_create_sock code | Pavel Emelyanov |
2010-10-19 | sunrpc: Merge the xs_bind code | Pavel Emelyanov |
2010-10-19 | sunrpc: Call xs_create_sockX directly from setup_socket | Pavel Emelyanov |
2010-10-19 | sunrpc: Factor out v6 sockets creation | Pavel Emelyanov |
2010-10-19 | sunrpc: Factor out v4 sockets creation | Pavel Emelyanov |
2010-10-19 | sunrpc: Factor out udp sockets creation | Pavel Emelyanov |
2010-10-19 | sunrpc: Remove duplicate xprt/transport arguments from calls | Pavel Emelyanov |
2010-10-19 | sunrpc: Get xprt pointer once in xs_tcp_setup_socket | Pavel Emelyanov |
2010-10-19 | sunrpc: Remove unused sock arg from xs_next_srcport | Pavel Emelyanov |
2010-10-19 | sunrpc: Remove unused sock arg from xs_get_srcport | Pavel Emelyanov |
2010-10-01 | sunrpc: Create sockets in net namespaces | Pavel Emelyanov |