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