Age | Commit message (Expand) | Author | Files | Lines |
2007-07-11 | SUNRPC client: add interface for binding to a local address | Frank van Maarseveen | 2 | -0/+2 |
2007-07-11 | SUNRPC server: record the destination address of a request | Frank van Maarseveen | 1 | -0/+1 |
2007-07-11 | SUNRPC: cleanup transport creation argument passing | Frank van Maarseveen | 1 | -4/+11 |
2007-07-11 | SUNRPC: Rename rpcb_getport to be consistent with new rpcb_getport_sync name | Chuck Lever | 1 | -1/+1 |
2007-07-11 | SUNRPC: Rename rpcb_getport_external routine | Chuck Lever | 1 | -5/+2 |
2007-07-11 | SUNRPC: Remove the tk_auth macro... | Trond Myklebust | 1 | -1/+0 |
2007-07-11 | SUNRPC: Convert gss_ctx_lock to an RCU lock | Trond Myklebust | 1 | -0/+1 |
2007-07-11 | SUNRPC: Convert the credential garbage collector into a shrinker callback | Trond Myklebust | 1 | -3/+3 |
2007-07-11 | SUNRPC: Give credential cache a local spinlock | Trond Myklebust | 1 | -0/+3 |
2007-07-11 | SUNRPC: Convert the credcache lookup code to use RCU | Trond Myklebust | 1 | -0/+3 |
2007-07-11 | SUNRPC: cleanup rpc credential cache garbage collection | Trond Myklebust | 1 | -0/+1 |
2007-07-11 | SUNRPC: Enforce atomic updates of rpc_cred->cr_flags | Trond Myklebust | 1 | -5/+5 |
2007-07-11 | SUNRPC: Clean up rpc credential initialisation | Trond Myklebust | 2 | -5/+1 |
2007-07-11 | SUNRPC: Mark auth and cred operation tables as constant. | Trond Myklebust | 2 | -10/+7 |
2007-07-11 | SUNRPC: Rename rpcauth_destroy() to rpcauth_release() | Trond Myklebust | 1 | -1/+1 |
2007-07-11 | SUNRPC: Add the helper function 'rpc_call_null()' | Trond Myklebust | 1 | -0/+2 |
2007-07-11 | SUNRPC: Make rpc_ping() static | Trond Myklebust | 1 | -1/+0 |
2007-07-11 | SUNRPC: Fix a memory leak in the auth credcache code | Trond Myklebust | 1 | -1/+2 |
2007-07-11 | SUNRPC: Add a field to track the number of kernel users of an rpc_pipe | Trond Myklebust | 1 | -0/+1 |
2007-07-11 | SUNRPC: Add a downcall queue to struct rpc_inode | Trond Myklebust | 1 | -0/+1 |
2007-07-11 | SUNRPC: Add a backpointer from the struct rpc_cred to the rpc_auth | Trond Myklebust | 1 | -0/+4 |
2007-07-11 | SUNRPC: Move rpc_register_client and friends into net/sunrpc/clnt.c | Trond Myklebust | 1 | -2/+0 |
2007-07-11 | SUNRPC: Remove rpc_clnt->cl_count | Trond Myklebust | 1 | -3/+1 |
2007-07-11 | SUNRPC: Kill rpc_clnt->cl_oneshot | Trond Myklebust | 1 | -6/+4 |
2007-07-11 | SUNRPC: Kill rpc_clnt->cl_dead | Trond Myklebust | 1 | -2/+1 |
2007-07-11 | SUNRPC: Convert rpc_clnt->cl_users to a kref | Trond Myklebust | 1 | -1/+1 |
2007-07-11 | SUNRPC: Add a per-rpc_clnt spinlock | Trond Myklebust | 1 | -0/+1 |
2007-07-11 | SUNRPC: Move rpc_task->tk_task list into struct rpc_clnt | Trond Myklebust | 2 | -5/+4 |
2007-07-10 | sendfile: convert nfsd to splice_direct_to_actor() | Jens Axboe | 1 | -1/+1 |
2007-05-15 | SUNRPC: Fix sparse warnings | Trond Myklebust | 2 | -0/+4 |
2007-05-09 | RPC: add wrapper for svc_reserve to account for checksum | Jeff Layton | 1 | -0/+19 |
2007-05-09 | knfsd: rename sk_defer_lock to sk_lock | NeilBrown | 1 | -1/+2 |
2007-05-01 | SUNRPC: remove old portmapper | Chuck Lever | 3 | -8/+0 |
2007-05-01 | SUNRPC: introduce rpcbind: replacement for in-kernel portmapper | Chuck Lever | 3 | -0/+5 |
2007-05-01 | SUNRPC: Eliminate side effects from rpc_malloc | Chuck Lever | 2 | -2/+2 |
2007-05-01 | SUNRPC: RPC buffer size estimates are too large | Chuck Lever | 2 | -2/+5 |
2007-03-06 | [PATCH] knfsd: fix recently introduced problem with shutting down a busy NFS ... | NeilBrown | 1 | -1/+1 |
2007-03-06 | [PATCH] knfsd: remove CONFIG_IPV6 ifdefs from sunrpc server code | NeilBrown | 1 | -2/+0 |
2007-02-21 | [PATCH] Fix build errors if bitop functions are do {} while macros | Ralf Baechle | 1 | -6/+6 |
2007-02-14 | [PATCH] sysctl: move CTL_SUNRPC to sysctl.h where it belongs | Eric W. Biederman | 1 | -1/+0 |
2007-02-13 | Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ | Trond Myklebust | 2 | -10/+49 |
2007-02-13 | NFS: disconnect before retrying NFSv4 requests over TCP | Chuck Lever | 1 | -0/+2 |
2007-02-12 | [PATCH] knfsd: SUNRPC: support IPv6 addresses in RPC server's UDP receive path | Chuck Lever | 1 | -0/+5 |
2007-02-12 | [PATCH] knfsd: SUNRPC: Make rq_daddr field address-version independent | Chuck Lever | 1 | -4/+11 |
2007-02-12 | [PATCH] knfsd: SUNRPC: Provide room in svc_rqst for larger addresses | Chuck Lever | 1 | -2/+15 |
2007-02-12 | [PATCH] knfsd: SUNRPC: Use sockaddr_storage to store address in svc_deferred_req | Chuck Lever | 1 | -2/+3 |
2007-02-12 | [PATCH] knfsd: SUNRPC: Add a function to format the address in an svc_rqst fo... | Chuck Lever | 1 | -0/+3 |
2007-02-12 | [PATCH] knfsd: SUNRPC: Cache remote peer's address in svc_sock | Chuck Lever | 1 | -0/+3 |
2007-02-12 | [PATCH] knfsd: SUNRPC: allow creating an RPC service without registering with... | Chuck Lever | 1 | -1/+1 |
2007-02-12 | [PATCH] knfsd: SUNRPC: update internal API: separate pmap register and temp s... | Chuck Lever | 1 | -0/+7 |