| Commit message (Expand) | Author | Age | Files | Lines |
* | SUNRPC: service shutdown function in network namespace context introduced | Stanislav Kinsbursky | 2012-02-15 | 1 | -13/+20 |
* | SUNRPC: service destruction in network namespace context | Stanislav Kinsbursky | 2012-02-15 | 2 | -12/+28 |
* | SUNRPC: clear svc transports lists helper introduced | Stanislav Kinsbursky | 2012-02-15 | 1 | -8/+11 |
* | SUNRPC: clear svc pools lists helper introduced | Stanislav Kinsbursky | 2012-02-15 | 1 | -6/+13 |
* | SUNRPC: remove an unneeded NULL check in xprt_connect() | Dan Carpenter | 2012-02-06 | 1 | -3/+1 |
* | SUNRPC: Adding status trace points | Steve Dickson | 2012-02-06 | 1 | -0/+4 |
* | SUNRPC: fixup for namespace changes | Trond Myklebust | 2012-01-31 | 1 | -1/+1 |
* | SUNRPC: Add trace events to the sunrpc subsystem | Trond Myklebust | 2012-01-31 | 1 | -0/+12 |
* | SUNRPC: constify the rpc_program | Trond Myklebust | 2012-01-31 | 2 | -14/+14 |
* | SUNRPC: constify rpc_program->name | Trond Myklebust | 2012-01-31 | 1 | -2/+3 |
* | SUNRPC: constify rpc_clnt fields cl_server and cl_protname | Trond Myklebust | 2012-01-31 | 2 | -18/+13 |
* | SUNRPC: search for service transports in network namespace context | Stanislav Kinsbursky | 2012-01-31 | 1 | -1/+5 |
* | SUNRPC: register service stats /proc entries in passed network namespace context | Stanislav Kinsbursky | 2012-01-31 | 1 | -4/+4 |
* | SUNRPC: register RPC stats /proc entries in passed network namespace context | Stanislav Kinsbursky | 2012-01-31 | 1 | -7/+8 |
* | SUNRPC: generic cache register routines removed | Stanislav Kinsbursky | 2012-01-31 | 1 | -12/+0 |
* | SUNRPC: ip map cache per network namespace cleanup | Stanislav Kinsbursky | 2012-01-31 | 1 | -41/+30 |
* | SUNRPC: create GSS auth cache per network namespace | Stanislav Kinsbursky | 2012-01-31 | 4 | -50/+139 |
* | SUNRPC: create unix gid cache per network namespace | Stanislav Kinsbursky | 2012-01-31 | 3 | -18/+52 |
* | SUNRPC: cache creation and destruction routines introduced | Stanislav Kinsbursky | 2012-01-31 | 1 | -0/+26 |
* | SUNRPC: unregister service on creation in current network namespace | Stanislav Kinsbursky | 2012-01-31 | 1 | -7/+7 |
* | SUNRPC: register service on creation in current network namespace | Stanislav Kinsbursky | 2012-01-31 | 1 | -4/+5 |
* | SUNRPC: pass network namespace to service registering routines | Stanislav Kinsbursky | 2012-01-31 | 2 | -20/+25 |
* | SUNRPC: use proper network namespace in rpcbind RPCBPROC_GETADDR procedure | Stanislav Kinsbursky | 2012-01-31 | 1 | -1/+2 |
* | SUNRPC: parametrize rpc_uaddr2sockaddr() by network context | Stanislav Kinsbursky | 2012-01-31 | 2 | -4/+6 |
* | SUNRPC: parametrize rpc_pton() by network context | Stanislav Kinsbursky | 2012-01-31 | 2 | -4/+5 |
* | SUNRPC: parametrize rpc_pton6() by network context | Stanislav Kinsbursky | 2012-01-31 | 1 | -4/+4 |
* | SUNRPC: parametrize rpc_parse_scope_id() by network context | Stanislav Kinsbursky | 2012-01-31 | 1 | -4/+5 |
* | SUNRPC: parametrize local rpcbind clients creation with net ns | Stanislav Kinsbursky | 2012-01-31 | 2 | -6/+5 |
* | SUNRPC: register rpcbind programs in passed network namespase context | Stanislav Kinsbursky | 2012-01-31 | 2 | -9/+9 |
* | SUNRPC: create rpcbind client in passed network namespace context | Stanislav Kinsbursky | 2012-01-31 | 1 | -5/+6 |
* | SUNRPC: optimize net_ns dereferencing in rpcbind registering calls | Stanislav Kinsbursky | 2012-01-31 | 1 | -9/+9 |
* | SUNRPC: optimize net_ns dereferencing in rpcbind creation calls | Stanislav Kinsbursky | 2012-01-31 | 1 | -16/+19 |
* | SUNRPC: move rpcbind internals to sunrpc part of network namespace context | Stanislav Kinsbursky | 2012-01-31 | 2 | -29/+40 |
* | SUNRPC: Fix potential races in xprt_lock_write_next() | Trond Myklebust | 2012-01-31 | 2 | -32/+59 |
* | SUNRPC: kernel PipeFS mount point creation routines removed | Stanislav Kinsbursky | 2012-01-31 | 1 | -21/+0 |
* | NFS: idmap PipeFS notifier introduced | Stanislav Kinsbursky | 2012-01-31 | 2 | -0/+17 |
* | SUNRPC: fix pipe->ops cleanup on pipe dentry unlink | Stanislav Kinsbursky | 2012-01-31 | 1 | -31/+20 |
* | SUNRPC: split cache creation and PipeFS registration | Stanislav Kinsbursky | 2012-01-31 | 1 | -7/+5 |
* | SUNRPC: remove RPC PipeFS mount point reference from RPC client | Stanislav Kinsbursky | 2012-01-31 | 2 | -15/+14 |
* | SUNRPC: remove RPC pipefs mount point manipulations from RPC clients code | Stanislav Kinsbursky | 2012-01-31 | 1 | -16/+3 |
* | SUNRPC: remove RPC client pipefs dentries after unregister | Stanislav Kinsbursky | 2012-01-31 | 1 | -1/+1 |
* | SUNRPC: subscribe RPC clients to pipefs notifications | Stanislav Kinsbursky | 2012-01-31 | 4 | -10/+90 |
* | SUNRPC: make SUNPRC clients list per network namespace context | Stanislav Kinsbursky | 2012-01-31 | 4 | -12/+24 |
* | SUNRPC: handle GSS AUTH pipes by network namespace aware routines | Stanislav Kinsbursky | 2012-01-31 | 1 | -22/+73 |
* | SUNRPC: handle RPC client pipefs dentries by network namespace aware routines | Stanislav Kinsbursky | 2012-01-31 | 1 | -33/+64 |
* | SUNRPC: split SUNPRC PipeFS dentry and private pipe data creation | Stanislav Kinsbursky | 2012-01-31 | 2 | -41/+67 |
* | SUNRPC: cleanup GSS pipes usage | Stanislav Kinsbursky | 2012-01-31 | 1 | -38/+38 |
* | SUNPRC: cleanup RPC PipeFS pipes upcall interface | Stanislav Kinsbursky | 2012-01-31 | 2 | -4/+2 |
* | SUNRPC: cleanup PipeFS redundant RPC inode usage | Stanislav Kinsbursky | 2012-01-31 | 1 | -47/+46 |
* | SUNRPC: split SUNPRC PipeFS pipe data and inode creation | Stanislav Kinsbursky | 2012-01-31 | 2 | -119/+135 |