aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-20Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-6/+27
2012-12-17nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields1-3/+3
2012-12-06SUNRPC: Don't allow low priority tasks to pre-empt higher priority onesTrond Myklebust1-1/+0
2012-12-04svcrpc: track rpc data length separately from sk_tcplenJ. Bruce Fields1-2/+9
2012-12-04svcrpc: don't byte-swap sk_reclen in placeJ. Bruce Fields1-1/+11
2012-11-15svcrpc: Revert "sunrpc/cache.h: replace simple_strtoul"J. Bruce Fields1-1/+5
2012-10-17UAPI: Remove empty non-UAPI Kbuild filesDavid Howells1-0/+0
2012-10-13Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-45/+3
2012-10-09nfs: disintegrate UAPI for nfsJ. Bruce Fields3-39/+4
2012-10-09UAPI: (Scripted) Disintegrate include/linux/sunrpcDavid Howells2-39/+1
2012-10-01SUNRPC: Introduce rpc_clone_client_set_auth()Chuck Lever1-0/+2
2012-09-28SUNRPC: Get rid of the redundant xprt->shutdown bit fieldTrond Myklebust1-2/+1
2012-09-10nfsd: remove unused listener-removal interfacesJ. Bruce Fields1-3/+0
2012-09-07SUNRPC: Fix a UDP transport regressionTrond Myklebust1-0/+3
2012-08-21svcrpc: make svc_xprt_received staticJ. Bruce Fields1-1/+0
2012-08-21svcrpc: don't bother checking bad svc_addr_len resultJ. Bruce Fields1-2/+1
2012-08-21svcrpc: share some setup of listening socketsJ. Bruce Fields1-0/+1
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