aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-17knfsd: nfsd4: secinfo handling without secinfo= optionJ. Bruce Fields1-0/+1
2007-07-17knfsd: nfsd: set rq_client to ip-address-determined-domainJ. Bruce Fields2-0/+2
2007-07-17knfsd: nfsd4: store pseudoflavor in requestAndy Adamson2-0/+2
2007-07-10SUNRPC client: add interface for binding to a local addressFrank van Maarseveen2-0/+2
2007-07-10SUNRPC server: record the destination address of a requestFrank van Maarseveen1-0/+1
2007-07-10SUNRPC: cleanup transport creation argument passingFrank van Maarseveen1-4/+11
2007-07-10SUNRPC: Rename rpcb_getport to be consistent with new rpcb_getport_sync nameChuck Lever1-1/+1
2007-07-10SUNRPC: Rename rpcb_getport_external routineChuck Lever1-5/+2
2007-07-10SUNRPC: Remove the tk_auth macro...Trond Myklebust1-1/+0
2007-07-10SUNRPC: Convert gss_ctx_lock to an RCU lockTrond Myklebust1-0/+1
2007-07-10SUNRPC: Convert the credential garbage collector into a shrinker callbackTrond Myklebust1-3/+3
2007-07-10SUNRPC: Give credential cache a local spinlockTrond Myklebust1-0/+3
2007-07-10SUNRPC: Convert the credcache lookup code to use RCUTrond Myklebust1-0/+3
2007-07-10SUNRPC: cleanup rpc credential cache garbage collectionTrond Myklebust1-0/+1
2007-07-10SUNRPC: Enforce atomic updates of rpc_cred->cr_flagsTrond Myklebust1-5/+5
2007-07-10SUNRPC: Clean up rpc credential initialisationTrond Myklebust2-5/+1
2007-07-10SUNRPC: Mark auth and cred operation tables as constant.Trond Myklebust2-10/+7
2007-07-10SUNRPC: Rename rpcauth_destroy() to rpcauth_release()Trond Myklebust1-1/+1
2007-07-10SUNRPC: Add the helper function 'rpc_call_null()'Trond Myklebust1-0/+2
2007-07-10SUNRPC: Make rpc_ping() staticTrond Myklebust1-1/+0
2007-07-10SUNRPC: Fix a memory leak in the auth credcache codeTrond Myklebust1-1/+2
2007-07-10SUNRPC: Add a field to track the number of kernel users of an rpc_pipeTrond Myklebust1-0/+1
2007-07-10SUNRPC: Add a downcall queue to struct rpc_inodeTrond Myklebust1-0/+1
2007-07-10SUNRPC: Add a backpointer from the struct rpc_cred to the rpc_authTrond Myklebust1-0/+4
2007-07-10SUNRPC: Move rpc_register_client and friends into net/sunrpc/clnt.cTrond Myklebust1-2/+0
2007-07-10SUNRPC: Remove rpc_clnt->cl_countTrond Myklebust1-3/+1
2007-07-10SUNRPC: Kill rpc_clnt->cl_oneshotTrond Myklebust1-6/+4
2007-07-10SUNRPC: Kill rpc_clnt->cl_deadTrond Myklebust1-2/+1
2007-07-10SUNRPC: Convert rpc_clnt->cl_users to a krefTrond Myklebust1-1/+1
2007-07-10SUNRPC: Add a per-rpc_clnt spinlockTrond Myklebust1-0/+1
2007-07-10SUNRPC: Move rpc_task->tk_task list into struct rpc_clntTrond Myklebust2-5/+4
2007-07-10sendfile: convert nfsd to splice_direct_to_actor()Jens Axboe1-1/+1
2007-05-14SUNRPC: Fix sparse warningsTrond Myklebust2-0/+4
2007-05-09RPC: add wrapper for svc_reserve to account for checksumJeff Layton1-0/+19
2007-05-09knfsd: rename sk_defer_lock to sk_lockNeilBrown1-1/+2
2007-04-30SUNRPC: remove old portmapperChuck Lever3-8/+0
2007-04-30SUNRPC: introduce rpcbind: replacement for in-kernel portmapperChuck Lever3-0/+5
2007-04-30SUNRPC: Eliminate side effects from rpc_mallocChuck Lever2-2/+2
2007-04-30SUNRPC: RPC buffer size estimates are too largeChuck Lever2-2/+5
2007-03-06[PATCH] knfsd: fix recently introduced problem with shutting down a busy NFS serverNeilBrown1-1/+1
2007-03-06[PATCH] knfsd: remove CONFIG_IPV6 ifdefs from sunrpc server codeNeilBrown1-2/+0
2007-02-20[PATCH] Fix build errors if bitop functions are do {} while macrosRalf Baechle1-6/+6
2007-02-14[PATCH] sysctl: move CTL_SUNRPC to sysctl.h where it belongsEric W. Biederman1-1/+0
2007-02-12Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2-10/+49
2007-02-12NFS: disconnect before retrying NFSv4 requests over TCPChuck Lever1-0/+2
2007-02-12[PATCH] knfsd: SUNRPC: support IPv6 addresses in RPC server's UDP receive pathChuck Lever1-0/+5
2007-02-12[PATCH] knfsd: SUNRPC: Make rq_daddr field address-version independentChuck Lever1-4/+11
2007-02-12[PATCH] knfsd: SUNRPC: Provide room in svc_rqst for larger addressesChuck Lever1-2/+15
2007-02-12[PATCH] knfsd: SUNRPC: Use sockaddr_storage to store address in svc_deferred_reqChuck Lever1-2/+3
2007-02-12[PATCH] knfsd: SUNRPC: Add a function to format the address in an svc_rqst for printingChuck Lever1-0/+3