summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-28NFS: Simplify logic to compare socket addresses in client.cChuck Lever1-64/+52
2009-03-28NFS: Start PF_INET6 callback listener only if IPv6 support is availableChuck Lever3-2/+21
2009-03-28lockd: Start PF_INET6 listener only if IPv6 support is availableChuck Lever2-59/+22
2009-03-28SUNRPC: Remove CONFIG_SUNRPC_REGISTER_V4Chuck Lever1-22/+0
2009-03-28SUNRPC: rpcb_register() should handle errors silentlyChuck Lever2-8/+12
2009-03-28SUNRPC: Simplify kernel RPC service registrationChuck Lever1-45/+34
2009-03-28SUNRPC: Simplify svc_unregister()Chuck Lever1-21/+14
2009-03-28SUNRPC: Allow callers to pass rpcb_v4_register a NULL addressChuck Lever1-10/+28
2009-03-28SUNRPC: rpcbind actually interprets r_owner stringChuck Lever1-3/+10
2009-03-28SUNRPC: Clean up address type casts in rpcb_v4_register()Chuck Lever1-14/+12
2009-03-28SUNRPC: Don't return EPROTONOSUPPORT in svc_register()'s helpersChuck Lever1-2/+2
2009-03-28SUNRPC: Use IPv4 loopback for registering AF_INET6 kernel RPC servicesChuck Lever1-17/+6
2009-03-28SUNRPC: Set IPV6ONLY flag on PF_INET6 RPC listener socketsChuck Lever1-6/+4
2009-03-28NFS: Revert creation of IPv6 listeners for lockd and NFSv4 callbacksChuck Lever2-24/+3
2009-03-28SUNRPC: Remove @family argument from svc_create() and svc_create_pooled()Chuck Lever5-13/+9
2009-03-28SUNRPC: Change svc_create_xprt() to take a @family argumentChuck Lever6-13/+18
2009-03-28SUNRPC: svc_setup_socket() gets protocol family from socketChuck Lever1-3/+3
2009-03-28SUNRPC: Pass a family argument to svc_register()Chuck Lever3-13/+14
2009-03-28SUNRPC: Clean up svc_find_xprt() calling sequenceChuck Lever2-6/+13
2009-03-28NFSD: If port value written to /proc/fs/nfsd/portlist is invalid, return EINVALChuck Lever1-1/+3
2009-03-28SUNRPC: Clean up static inline functions in svc_xprt.hChuck Lever1-20/+26
2009-03-28SUNRPC: Don't flag empty RPCB_GETADDR reply as bogusChuck Lever1-3/+8
2009-03-19NFS: Optimise NFS close()Trond Myklebust7-21/+47
2009-03-19NFS: Fix the notifications when renaming onto an existing fileTrond Myklebust1-5/+4
2009-03-19NFS: Fix up a mismerged patchTrond Myklebust1-1/+1
2009-03-19SVCRDMA: fix recent printk format warnings.Tom Talpey1-1/+1
2009-03-19SUNRPC: Ensure we close the socket on EPIPE errors too...Trond Myklebust1-1/+1
2009-03-19SUNRPC: xs_tcp_connect_worker{4,6}: merge common codeTrond Myklebust1-68/+72
2009-03-19SUNRPC: Add a sysctl to control the duration of the socket linger timeoutTrond Myklebust1-2/+11
2009-03-19SUNRPC: Add the equivalent of the linger and linger2 timeouts to RPC socketsTrond Myklebust2-17/+82
2009-03-12NFS: Fix the fix to Bugzilla #11061, when IPv6 isn't defined...Trond Myklebust1-29/+39
2009-03-11SUNRPC: Ensure that xs_nospace return values are propagatedTrond Myklebust1-4/+7
2009-03-11SUNRPC: Delay, then retry on connection errors.Trond Myklebust1-18/+16
2009-03-11SUNRPC: Return EAGAIN instead of ENOTCONN when waking up xprt->pendingTrond Myklebust3-52/+41
2009-03-11SUNRPC: Handle socket errors correctlyTrond Myklebust1-7/+5
2009-03-11SUNRPC: Handle ECONNREFUSED correctly in xprt_transmit()Trond Myklebust3-37/+34
2009-03-11SUNRPC: Don't disconnect if a connection is still in progress.Trond Myklebust1-4/+14
2009-03-11SUNRPC: Ensure we set XPRT_CLOSING only after we've sent a tcp FIN...Trond Myklebust1-4/+1
2009-03-11SUNRPC: Avoid an unnecessary task reschedule on ENOTCONNTrond Myklebust1-8/+18
2009-03-11NFS: load the rpc/rdma transport module automaticallyTom Talpey1-1/+3
2009-03-11SUNRPC: dynamically load RPC transport modules on-demandTom Talpey2-0/+32
2009-03-11XPRTRDMA: correct an rpc/rdma inline send marshaling errorTom Talpey1-12/+14
2009-03-11SVCRDMA: remove faulty assertions in rpc/rdma chunk validation.Tom Talpey1-3/+5
2009-03-11NFS: Kill the "defined but not used" compile error on nommu machinesTrond Myklebust1-7/+5
2009-03-11NFS: Throttle page dirtying while we're flushing to diskTrond Myklebust7-29/+43
2009-03-11NFS: cleanup - remove struct nfs_inode->ncommitTrond Myklebust3-12/+17
2009-03-11NFSv4: Simplify some cache consistency post-op GETATTRsTrond Myklebust2-5/+13
2009-03-11NFSv4: A referral is assumed to always point to a directory.Trond Myklebust1-0/+14
2009-03-11NFSv4: Make decode_getfattr() set fattr->valid to reflect what was decodedTrond Myklebust1-19/+73
2009-03-11NFSv4: Clean up decode_getfattr()Trond Myklebust1-21/+57