aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-07SUNRPC: Fix a UDP transport regressionTrond Myklebust1-0/+3
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-0/+3
2012-07-31nfs: enable swap on NFSMel Gorman1-0/+3
2012-07-31Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-8/+28
2012-07-27SUNRPC: service request network namespace helper introducedStanislav Kinsbursky1-0/+2
2012-07-25nfsd: add get_uint for u32'sJ. Bruce Fields1-0/+16
2012-07-16SUNRPC: Add rpcauth_list_flavors()Chuck Lever2-1/+4
2012-07-11sunrpc/cache.h: replace simple_strtoulEldad Zack1-5/+1
2012-07-11sunrpc/cache.h: fix coding styleEldad Zack1-4/+10
2012-06-28SUNRPC: Remove unused function xdr_encode_pagesTrond Myklebust1-2/+0
2012-06-28SUNRPC: Add the helper xdr_stream_posTrond Myklebust1-0/+1
2012-06-28SUNRPC: xdr_read_pages should return the amount of XDR encoded page dataTrond Myklebust1-1/+1
2012-06-28SUNRPC: Don't decode beyond the end of the RPC reply messageTrond Myklebust1-0/+1
2012-05-31nfsd4: move rq_flavor into svc_credJ. Bruce Fields2-1/+1
2012-05-31nfsd4: move principal name into svc_credJ. Bruce Fields2-1/+9
2012-05-31SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky1-0/+1
2012-04-12nfsd: make expkey cache allocated per network namespace contextStanislav Kinsbursky1-1/+1
2012-04-11svcauth: remove unused defineSimo Sorce1-1/+0
2012-03-26Merge nfs containerization work from Trond's treeJ. Bruce Fields16-74/+148
2012-03-21SUNRPC: Kill compiler warning when RPC_DEBUG is unsetChuck Lever1-2/+2
2012-03-20SUNRPC/NFS: Add Kbuild dependencies for NFS_DEBUG/RPC_DEBUGTrond Myklebust1-1/+1
2012-03-11SUNRPC: Fix a few sparse warningsTrond Myklebust3-13/+4
2012-03-06svcrdma: silence a Sparse warningDan Carpenter1-1/+1
2012-03-02SUNRPC: Add API to acquire source addressChuck Lever1-0/+1
2012-03-02SUNRPC: Move clnt->cl_server into struct rpc_xprtTrond Myklebust2-1/+2
2012-03-02SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldTrond Myklebust2-1/+16
2012-02-27SUNRPC: move waitq from RPC pipe to RPC inodeStanislav Kinsbursky1-1/+1
2012-02-17svcrdma: Cleanup sparse warnings in the svcrdma moduleTom Tucker1-1/+1
2012-02-17NFS: include filelayout DS rpc stats in mountstatsWeston Andros Adamson2-2/+5
2012-02-16SUNRPC: Use KERN_DEFAULT for debugging printk'sChuck Lever1-1/+5
2012-02-16SUNRPC: add sending,pending queue and max slot to xprt statsAndy Adamson1-2/+5
2012-02-15SUNRPC: Ensure that we can trace waitqueues when !defined(CONFIG_SYSCTL)Trond Myklebust2-2/+16
2012-02-15Lockd: per-net up and down routines introducedStanislav Kinsbursky1-0/+2
2012-02-15SUNRPC: service destruction in network namespace contextStanislav Kinsbursky1-1/+1
2012-02-06SUNRPC: Change the default limit to the number of TCP slotsTrond Myklebust1-1/+1
2012-01-31SUNRPC: Add trace events to the sunrpc subsystemTrond Myklebust1-1/+1
2012-01-31SUNRPC: constify the rpc_programTrond Myklebust2-7/+7
2012-01-31SUNRPC: constify rpc_program->nameTrond Myklebust1-2/+2
2012-01-31SUNRPC: constify rpc_clnt fields cl_server and cl_protnameTrond Myklebust1-5/+4
2012-01-31SUNRPC: search for service transports in network namespace contextStanislav Kinsbursky1-1/+2
2012-01-31SUNRPC: register service stats /proc entries in passed network namespace contextStanislav Kinsbursky1-4/+4
2012-01-31sunrpc: fix stats.h for CONFIG_PROC_FS not enabledRandy Dunlap1-2/+2
2012-01-31SUNRPC: register RPC stats /proc entries in passed network namespace contextStanislav Kinsbursky1-4/+4
2012-01-31SUNRPC: generic cache register routines removedStanislav Kinsbursky1-2/+0
2012-01-31SUNRPC: create GSS auth cache per network namespaceStanislav Kinsbursky1-0/+2
2012-01-31SUNRPC: cache creation and destruction routines introducedStanislav Kinsbursky1-0/+4
2012-01-31SUNRPC: unregister service on creation in current network namespaceStanislav Kinsbursky1-4/+5
2012-01-31SUNRPC: pass network namespace to service registering routinesStanislav Kinsbursky1-1/+1
2012-01-31SUNRPC: parametrize rpc_uaddr2sockaddr() by network contextStanislav Kinsbursky1-1/+1
2012-01-31SUNRPC: parametrize rpc_pton() by network contextStanislav Kinsbursky1-1/+1