summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2013-03-03Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+1
2013-03-01Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds5-158/+178
2013-03-01SUNRPC: add call to get configured timeoutWeston Andros Adamson1-0/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2-5/+6
2013-02-15SUNRPC: remove "cache_request" argument in sunrpc_cache_pipe_upcall() functionStanislav Kinsbursky1-5/+1
2013-02-15SUNRPC: introduce cache_detail->cache_request callbackStanislav Kinsbursky1-0/+4
2013-02-13sunrpc: Use kuid_t and kgid_t where appropriateEric W. Biederman2-5/+6
2013-02-09sunrpc: trim off trailing checksum before returning decrypted or integrity au...Jeff Layton1-0/+1
2013-02-05sunrpc: fix comment in struct xdr_buf definitionJeff Layton1-1/+1
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton2-155/+170
2013-02-05sunrpc: copy scope ID in __rpc_copy_addr6Jeff Layton1-0/+1
2013-02-04nfsd: fix IPv6 address handling in the DRCJeff Layton1-1/+3
2013-02-01SUNRPC: Nuke the tk_xprt macroTrond Myklebust1-1/+0
2013-02-01SUNRPC: Pass pointers to struct rpc_xprt to the congestion windowTrond Myklebust1-2/+2
2013-02-01SUNRPC: Pass a pointer to struct rpc_xprt to the connect callbackTrond Myklebust1-1/+1
2013-01-24sunrpc: Fix lockd sleeping until timeoutAndriy Skulysh1-0/+1
2012-12-21Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-6/+27
2012-12-18nfsd4: 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-10nfs: disintegrate UAPI for nfsJ. Bruce Fields3-39/+4
2012-10-09UAPI: (Scripted) Disintegrate include/linux/sunrpcDavid Howells2-39/+1
2012-10-02SUNRPC: Introduce rpc_clone_client_set_auth()Chuck Lever1-0/+2
2012-09-29SUNRPC: 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-22svcrpc: make svc_xprt_received staticJ. Bruce Fields1-1/+0
2012-08-22svcrpc: don't bother checking bad svc_addr_len resultJ. Bruce Fields1-2/+1
2012-08-22svcrpc: share some setup of listening socketsJ. Bruce Fields1-0/+1
2012-08-01Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-0/+3
2012-08-01nfs: enable swap on NFSMel Gorman1-0/+3
2012-08-01Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-8/+28
2012-07-28SUNRPC: 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-12sunrpc/cache.h: replace simple_strtoulEldad Zack1-5/+1
2012-07-12sunrpc/cache.h: fix coding styleEldad Zack1-4/+10
2012-06-29SUNRPC: Remove unused function xdr_encode_pagesTrond Myklebust1-2/+0
2012-06-29SUNRPC: Add the helper xdr_stream_posTrond Myklebust1-0/+1
2012-06-29SUNRPC: xdr_read_pages should return the amount of XDR encoded page dataTrond Myklebust1-1/+1
2012-06-29SUNRPC: Don't decode beyond the end of the RPC reply messageTrond Myklebust1-0/+1
2012-06-01nfsd4: move rq_flavor into svc_credJ. Bruce Fields2-1/+1
2012-06-01nfsd4: move principal name into svc_credJ. Bruce Fields2-1/+9
2012-06-01SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky1-0/+1
2012-04-12nfsd: make expkey cache allocated per network namespace contextStanislav Kinsbursky1-1/+1
2012-04-12svcauth: remove unused defineSimo Sorce1-1/+0