aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
2009-03-28SUNRPC: Pass a family argument to svc_register()Chuck Lever
2009-03-28SUNRPC: Clean up svc_find_xprt() calling sequenceChuck Lever
2009-03-28SUNRPC: Don't flag empty RPCB_GETADDR reply as bogusChuck Lever
2009-03-19SVCRDMA: fix recent printk format warnings.Tom Talpey
2009-03-19SUNRPC: Ensure we close the socket on EPIPE errors too...Trond Myklebust
2009-03-19SUNRPC: xs_tcp_connect_worker{4,6}: merge common codeTrond Myklebust
2009-03-19SUNRPC: Add a sysctl to control the duration of the socket linger timeoutTrond Myklebust
2009-03-19SUNRPC: Add the equivalent of the linger and linger2 timeouts to RPC socketsTrond Myklebust
2009-03-11SUNRPC: Ensure that xs_nospace return values are propagatedTrond Myklebust
2009-03-11SUNRPC: Delay, then retry on connection errors.Trond Myklebust
2009-03-11SUNRPC: Return EAGAIN instead of ENOTCONN when waking up xprt->pendingTrond Myklebust
2009-03-11SUNRPC: Handle socket errors correctlyTrond Myklebust
2009-03-11SUNRPC: Handle ECONNREFUSED correctly in xprt_transmit()Trond Myklebust
2009-03-11SUNRPC: Don't disconnect if a connection is still in progress.Trond Myklebust
2009-03-11SUNRPC: Ensure we set XPRT_CLOSING only after we've sent a tcp FIN...Trond Myklebust
2009-03-11SUNRPC: Avoid an unnecessary task reschedule on ENOTCONNTrond Myklebust
2009-03-11SUNRPC: dynamically load RPC transport modules on-demandTom Talpey
2009-03-11XPRTRDMA: correct an rpc/rdma inline send marshaling errorTom Talpey
2009-03-11SVCRDMA: remove faulty assertions in rpc/rdma chunk validation.Tom Talpey
2009-03-11SUNRPC: Avoid spurious wake-up during UDP connect processingChuck Lever
2009-03-11SUNRPC: xprt_connect() don't abort the task if the transport isn't boundTrond Myklebust
2009-03-11SUNRPC: Fix an Oops due to socket not set up yet...Trond Myklebust
2009-03-10SUNRPC: Tighten up the task locking rules in __rpc_execute()Trond Myklebust
2009-02-03sunrpc: fix rdma dependenciesRandy Dunlap
2009-01-27nfs: note that CONFIG_SUNRPC_XPRT_RDMA turns on server side support tooJ. Bruce Fields
2009-01-22fs/Kconfig: move sunrpc outAlexey Dobriyan
2009-01-07SUNRPC: The sunrpc server code should not be used by out-of-tree modulesTrond Myklebust
2009-01-07svc: Clean up deferred requests on transport destructionTom Tucker
2009-01-07svc: Move kfree of deferral record to common codeTom Tucker
2009-01-06SUNRPC: Ensure the server closes sockets in a timely fashionTrond Myklebust
2009-01-06sunrpc: add sv_maxconn field to svc_serv (try #3)Jeff Layton
2009-01-05zero i_uid/i_gid on inode allocationAl Viro
2008-12-30Merge branch 'devel' into nextTrond Myklebust
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2008-12-23rpc: add service field to new upcallOlga Kornievskaia
2008-12-23rpc: add target field to new upcallOlga Kornievskaia
2008-12-23nfsd: support callbacks with gss flavorsOlga Kornievskaia
2008-12-23rpc: allow gss callbacks to clientOlga Kornievskaia
2008-12-23rpc: pass target name down to rpc level on callbacksOlga Kornievskaia
2008-12-23nfsd: pass client principal name in rsc downcallOlga Kornievskaia
2008-12-23rpc: implement new upcall\"J. Bruce Fields\
2008-12-23rpc: store pointer to pipe inode in gss upcall message\"J. Bruce Fields\
2008-12-23rpc: use count of pipe openers to wait for first open\"J. Bruce Fields\
2008-12-23rpc: track number of users of the gss upcall pipe\"J. Bruce Fields\
2008-12-23rpc: call release_pipe only on last close\"J. Bruce Fields\
2008-12-23rpc: add an rpc_pipe_open method\"J. Bruce Fields\
2008-12-23rpc: minor gss_alloc_msg cleanup\"J. Bruce Fields\
2008-12-23rpc: factor out warning code from gss_pipe_destroy_msg\"J. Bruce Fields\
2008-12-23rpc: remove unnecessary assignment\"J. Bruce Fields\
2008-12-23sunrpc: fix code that makes auth_gss send destroy_cred message (try #2)Jeff Layton