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