aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-26sunrpc: skip portmap calls on sessions backchannelJ. Bruce Fields1-0/+1
2012-03-26sunrpc: create nfsd dir in rpc_pipefsJeff Layton1-0/+5
2012-03-26Merge nfs containerization work from Trond's treeJ. Bruce Fields28-733/+1559
2012-03-21xprtrdma: Remove assumption that each segment is <= PAGE_SIZETom Tucker1-5/+12
2012-03-21xprtrdma: The transport should not bug-check when a dup reply is receivedTom Tucker1-2/+7
2012-03-21SUNRPC/LOCKD: Fix build warnings when CONFIG_SUNRPC_DEBUG is undefinedTrond Myklebust1-14/+13
2012-03-20SUNRPC/NFS: Add Kbuild dependencies for NFS_DEBUG/RPC_DEBUGTrond Myklebust1-0/+13
2012-03-19SUNRPC: We must not use list_for_each_entry_safe() in rpc_wake_up()Trond Myklebust1-4/+11
2012-03-12SUNRPC: Don't use variable length automatic arrays in kernel codeTrond Myklebust1-2/+5
2012-03-11SUNRPC: Fix a few sparse warningsTrond Myklebust7-12/+10
2012-03-03Merge commit 'nfs-for-3.3-4' into nfs-for-nextTrond Myklebust2-3/+12
2012-03-02SUNRPC: Add API to acquire source addressChuck Lever1-0/+149
2012-03-02SUNRPC: Move clnt->cl_server into struct rpc_xprtTrond Myklebust4-49/+61
2012-03-02SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldTrond Myklebust5-28/+110
2012-02-27SUNRPC: move waitq from RPC pipe to RPC inodeStanislav Kinsbursky1-13/+26
2012-02-27SUNRPC: check RPC inode's pipe reference before dereferencingStanislav Kinsbursky1-13/+19
2012-02-27SUNRPC: release per-net clients lock before calling PipeFS dentries creationStanislav Kinsbursky1-4/+20
2012-02-17svcrdma: Cleanup sparse warnings in the svcrdma moduleTom Tucker6-80/+50
2012-02-17NFS: include filelayout DS rpc stats in mountstatsWeston Andros Adamson2-5/+8
2012-02-16SUNRPC: add sending,pending queue and max slot to xprt statsAndy Adamson2-7/+23
2012-02-16SUNRPC: init per-net rpcbind spinlockStanislav Kinsbursky1-0/+1
2012-02-15SUNRPC: Ensure that we can trace waitqueues when !defined(CONFIG_SYSCTL)Trond Myklebust1-3/+1
2012-02-15Lockd: per-net up and down routines introducedStanislav Kinsbursky1-1/+2
2012-02-15SUNRPC: service shutdown function in network namespace context introducedStanislav Kinsbursky1-13/+20
2012-02-15SUNRPC: service destruction in network namespace contextStanislav Kinsbursky2-12/+28
2012-02-15SUNRPC: clear svc transports lists helper introducedStanislav Kinsbursky1-8/+11
2012-02-15SUNRPC: clear svc pools lists helper introducedStanislav Kinsbursky1-6/+13
2012-02-06SUNRPC: remove an unneeded NULL check in xprt_connect()Dan Carpenter1-3/+1
2012-02-06SUNRPC: Adding status trace pointsSteve Dickson1-0/+4
2012-02-03SUNPRC: remove marking service temporary sockets with XPT_CHNGBUFStanislav Kinsbursky1-2/+0
2012-02-03nfsd: remove some unneeded checksDan Carpenter1-1/+1
2012-02-03nfsd: don't allow zero length strings in cache_parse()Dan Carpenter1-0/+2
2012-02-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds2-3/+12
2012-02-02ceph: initialize client debugfs outside of monc->mutexSage Weil2-3/+12
2012-01-31SUNRPC: fixup for namespace changesTrond Myklebust1-1/+1
2012-01-31SUNRPC: Add trace events to the sunrpc subsystemTrond Myklebust1-0/+12
2012-01-31SUNRPC: constify the rpc_programTrond Myklebust2-14/+14
2012-01-31SUNRPC: constify rpc_program->nameTrond Myklebust1-2/+3
2012-01-31SUNRPC: constify rpc_clnt fields cl_server and cl_protnameTrond Myklebust2-18/+13
2012-01-31SUNRPC: search for service transports in network namespace contextStanislav Kinsbursky1-1/+5
2012-01-31SUNRPC: register service stats /proc entries in passed network namespace contextStanislav Kinsbursky1-4/+4
2012-01-31SUNRPC: register RPC stats /proc entries in passed network namespace contextStanislav Kinsbursky1-7/+8
2012-01-31SUNRPC: generic cache register routines removedStanislav Kinsbursky1-12/+0
2012-01-31SUNRPC: ip map cache per network namespace cleanupStanislav Kinsbursky1-41/+30
2012-01-31SUNRPC: create GSS auth cache per network namespaceStanislav Kinsbursky4-50/+139
2012-01-31SUNRPC: create unix gid cache per network namespaceStanislav Kinsbursky3-18/+52
2012-01-31SUNRPC: cache creation and destruction routines introducedStanislav Kinsbursky1-0/+26
2012-01-31SUNRPC: unregister service on creation in current network namespaceStanislav Kinsbursky1-7/+7
2012-01-31SUNRPC: register service on creation in current network namespaceStanislav Kinsbursky1-4/+5
2012-01-31SUNRPC: pass network namespace to service registering routinesStanislav Kinsbursky2-20/+25