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