summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: constify the rpc_programTrond Myklebust2012-02-0117-54/+54
* SUNRPC: constify rpc_program->nameTrond Myklebust2012-02-012-4/+5
* SUNRPC: constify rpc_clnt fields cl_server and cl_protnameTrond Myklebust2012-02-013-23/+17Star
* SUNRPC: search for service transports in network namespace contextStanislav Kinsbursky2012-02-014-5/+10
* NFS: remove unused nfs4_find_client_no_ident functionStanislav Kinsbursky2012-02-012-28/+0Star
* SUNRPC: register service stats /proc entries in passed network namespace contextStanislav Kinsbursky2012-02-013-10/+11
* sunrpc: fix stats.h for CONFIG_PROC_FS not enabledRandy Dunlap2012-02-011-2/+2
* SUNRPC: register RPC stats /proc entries in passed network namespace contextStanislav Kinsbursky2012-02-013-14/+15
* NFS: decode destination address in proper network namespace contextStanislav Kinsbursky2012-02-011-3/+4
* NFS: parse DNS cache in proper network namespace contextStanislav Kinsbursky2012-02-011-1/+1
* SUNRPC: generic cache register routines removedStanislav Kinsbursky2012-02-012-14/+0Star
* SUNRPC: ip map cache per network namespace cleanupStanislav Kinsbursky2012-02-011-41/+30Star
* SUNRPC: create GSS auth cache per network namespaceStanislav Kinsbursky2012-02-015-50/+141
* SUNRPC: create unix gid cache per network namespaceStanislav Kinsbursky2012-02-013-18/+52
* SUNRPC: cache creation and destruction routines introducedStanislav Kinsbursky2012-02-012-0/+30
* SUNRPC: unregister service on creation in current network namespaceStanislav Kinsbursky2012-02-013-13/+14
* SUNRPC: register service on creation in current network namespaceStanislav Kinsbursky2012-02-011-4/+5
* SUNRPC: pass network namespace to service registering routinesStanislav Kinsbursky2012-02-013-21/+26
* SUNRPC: use proper network namespace in rpcbind RPCBPROC_GETADDR procedureStanislav Kinsbursky2012-02-011-1/+2
* SUNRPC: parametrize rpc_uaddr2sockaddr() by network contextStanislav Kinsbursky2012-02-014-6/+8
* SUNRPC: parametrize rpc_pton() by network contextStanislav Kinsbursky2012-02-018-12/+13
* SUNRPC: parametrize rpc_pton6() by network contextStanislav Kinsbursky2012-02-011-4/+4
* SUNRPC: parametrize rpc_parse_scope_id() by network contextStanislav Kinsbursky2012-02-011-4/+5
* SUNRPC: parametrize local rpcbind clients creation with net nsStanislav Kinsbursky2012-02-013-8/+7Star
* SUNRPC: register rpcbind programs in passed network namespase contextStanislav Kinsbursky2012-02-013-11/+12
* SUNRPC: create rpcbind client in passed network namespace contextStanislav Kinsbursky2012-02-011-5/+6
* SUNRPC: optimize net_ns dereferencing in rpcbind registering callsStanislav Kinsbursky2012-02-011-9/+9
* SUNRPC: optimize net_ns dereferencing in rpcbind creation callsStanislav Kinsbursky2012-02-011-16/+19
* SUNRPC: move rpcbind internals to sunrpc part of network namespace contextStanislav Kinsbursky2012-02-012-29/+40
* SUNRPC: Fix potential races in xprt_lock_write_next()Trond Myklebust2012-02-016-46/+79
* NFS: Ensure that mmapped pages remain stable during writebackTrond Myklebust2012-02-011-0/+2
* NFS: Optimise away unnecessary setattrs for open(O_TRUNC);Trond Myklebust2012-02-013-11/+28
* NFS: Move struct nfs_unique_id into struct nfs_seqid_counterTrond Myklebust2012-02-013-12/+16
* NFSv4: Move contents of struct rpc_sequence into struct nfs_seqid_counterTrond Myklebust2012-02-012-26/+26
* NFSv41: Add a new helper nfs4_init_sequence()Trond Myklebust2012-02-016-46/+65
* NFSv4: Replace lock_owner->ld_id with an ida based allocatorTrond Myklebust2012-02-015-76/+15Star
* NFSv4: Replace state_owner->so_owner_id with an ida based allocatorTrond Myklebust2012-02-015-9/+19
* NFSv4: Clean up nfs4_get_state_ownerTrond Myklebust2012-02-013-15/+14Star
* NFS: Remove unnecessary includes from linux/nfs_fs_i.hTrond Myklebust2012-02-013-5/+1Star
* SUNRPC: kernel PipeFS mount point creation routines removedStanislav Kinsbursky2012-02-012-23/+0Star
* NFS: remove RPC PipeFS mount point reference from blocklayout routinesStanislav Kinsbursky2012-02-011-8/+1Star
* NFS: blocklayout PipeFS notifier introducedStanislav Kinsbursky2012-02-011-1/+49
* NFS: blocklayout pipe creation per network namespace context introducedStanislav Kinsbursky2012-02-016-24/+47
* NFS: handle blocklayout pipe PipeFS dentry by network namespace aware routinesStanislav Kinsbursky2012-02-011-12/+49
* NFS: idmap PipeFS notifier introducedStanislav Kinsbursky2012-02-017-12/+116
* NFS: handle NFS idmap pipe PipeFS dentries by network namespace aware routinesStanislav Kinsbursky2012-02-011-8/+53
* NFS: create callback transports in parent transport network namespaceStanislav Kinsbursky2012-02-011-5/+5
* NFS: pass NFS client owner network namespace to RPC client creation routineStanislav Kinsbursky2012-02-014-3/+5
* NFS: make NFS client allocated per network namespace contextStanislav Kinsbursky2012-02-014-3/+18
* SUNRPC: fix pipe->ops cleanup on pipe dentry unlinkStanislav Kinsbursky2012-02-011-31/+20Star