summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10NFS: Replace file->private_data with calls to nfs_file_open_context()Trond Myklebust10-27/+21
2007-10-10NFS: Add a helper to extract the nfs_open_context from a struct fileTrond Myklebust1-0/+5
2007-10-10NFS: Eliminate nfs_refresh_verifier()Chuck Lever1-11/+5
2007-10-10NFS: Eliminate nfs_renew_times()Chuck Lever1-20/+0
2007-10-10NFS: Don't call nfs_renew_times() in nfs_dentry_iput()Chuck Lever1-2/+0
2007-10-10SUNRPC: Fix bytes-per-op accounting for RPC over UDPChuck Lever1-0/+1
2007-10-10NFS: Show "nointr" mount optionChuck Lever1-1/+1
2007-10-10NFS: Verify server address before invoking in-kernel mount clientChuck Lever1-4/+8
2007-10-10SUNRPC: Add RDMA dependency to SUNRPC_XPRT_RDMA\"Talpey, Thomas\1-1/+1
2007-10-10RPCRDMA: rpc rdma verbs interface implementation\"Talpey, Thomas\1-32/+1621
2007-10-10RPCRDMA: rpc rdma protocol implementation\"Talpey, Thomas\1-4/+863
2007-10-10RPCRDMA: rpc rdma transport switch\"Talpey, Thomas\7-0/+1185
2007-10-10NFS: support RDMA mounts\"Talpey, Thomas\2-2/+21
2007-10-10RPCRDMA: Kconfig and header file with rpcrdma protocol definitions\"Talpey, Thomas\3-0/+209
2007-10-10NFS - print accurate transport protocol\"Talpey, Thomas\1-14/+2
2007-10-10NFS/SUNRPC: use transport protocol naming\"Talpey, Thomas\5-15/+20
2007-10-10NFS/SUNRPC: support transport protocol naming\"Talpey, Thomas\5-13/+19
2007-10-10SUNRPC: rearrange RPC sockets definitions\"Talpey, Thomas\4-23/+42
2007-10-10SUNRPC: rename the rpc_xprtsock_create structure\"Talpey, Thomas\4-10/+10
2007-10-10SUNRPC: Finish API to load RPC transport implementations dynamically\"Talpey, Thomas\2-16/+57
2007-10-10SUNRPC: Provide a new API for registering transport implementations\"Talpey, Thomas\2-0/+86
2007-10-10SUNRPC: add EXPORT_SYMBOL_GPL for generic transport functions\"Talpey, Thomas\5-0/+25
2007-10-10SUNRPC: mark bulk read/write data in xdrbuf\"Talpey, Thomas\5-1/+11
2007-10-10NFSv4: Fix a bug in nfs4_validate_mount_data()Trond Myklebust1-3/+3
2007-10-10NFS: use in-kernel mount argument structure for nfsv4 mounts\"Talpey, Thomas\3-100/+81
2007-10-10NFS: use in-kernel mount argument structure for nfsv[23] mounts\"Talpey, Thomas\3-75/+70
2007-10-10NFS: move nfs_parsed_mount_data structure definition\"Talpey, Thomas\2-31/+33
2007-10-10SUNRPC: export per-transport rpcbind netid's\"Talpey, Thomas\3-2/+10
2007-10-10SUNRPC: move per-transport rpcbind netid's\"Talpey, Thomas\2-23/+16
2007-10-10NFSD: Convert printk's to dprintk's in NFSD's nfs4xdrChuck Lever1-6/+10
2007-10-10LOCKD: Convert printk's to dprintk's in lockd XDR routinesChuck Lever2-8/+8
2007-10-10NFS: Convert printk's to dprintk's in fs/nfs/nfs?xdr.cChuck Lever3-42/+42
2007-10-10NFS: Add new 'mountaddr=' mount optionChuck Lever1-3/+5
2007-10-10[NFS] [PATCH] NFS: initialize default port in kernel mount clientJames Lentini1-2/+4
2007-10-10NFS: Kernel mount client should use async bindChuck Lever1-16/+5
2007-10-10SUNRPC: RPC bind failures should be permanent for NULL requestsChuck Lever1-0/+5
2007-10-10SUNRPC: Split another new rpcbind retry error code from EACCESChuck Lever2-3/+3
2007-10-10SUNRPC: Add a new error code for retry waiting for another binderChuck Lever2-1/+7
2007-10-10SUNRPC: Retry bad rpcbind repliesChuck Lever1-0/+4
2007-10-10SUNRPC: Make rpcb_decode_getaddr more picky about universal addressesChuck Lever1-5/+23
2007-10-10SUNRPC: Clean up in rpc_show_tasksChuck Lever1-2/+7
2007-10-10SUNRPC: Make sure server name is reasonable before trying to print itChuck Lever1-2/+8
2007-10-10SUNRPC: Use correct argument type in memcpy()Chuck Lever1-1/+1
2007-10-10SUNRPC: fix a signed v. unsigned comparison nit in rpc_bind_new_programChuck Lever2-2/+2
2007-10-10SUNRPC: Only one dprintk is needed during client creationChuck Lever1-3/+0
2007-10-10SUNRPC: Fix generation of universal addresses forChuck Lever1-11/+13
2007-10-10SUNRPC: Add support for formatted universal addressesChuck Lever2-0/+19
2007-10-10SUNRPC: Split xs_reclassify_socket into an IPv4 and IPv6 versionChuck Lever1-18/+20
2007-10-10SUNRPC: Add a helper for extracting the address using the correct typeChuck Lever1-6/+20
2007-10-10SUNRPC: Add IPv6 address support to net/sunrpc/xprtsock.cChuck Lever1-10/+47