summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: move bkl locking and xdr proc invocation into a common helperJ. Bruce Fields2007-07-191-0/+16
* knfsd: nfsd4: secinfo handling without secinfo= optionJ. Bruce Fields2007-07-171-0/+1
* knfsd: nfsd: set rq_client to ip-address-determined-domainJ. Bruce Fields2007-07-172-0/+2
* knfsd: nfsd4: store pseudoflavor in requestAndy Adamson2007-07-172-0/+2
* SUNRPC client: add interface for binding to a local addressFrank van Maarseveen2007-07-102-0/+2
* SUNRPC server: record the destination address of a requestFrank van Maarseveen2007-07-101-0/+1
* SUNRPC: cleanup transport creation argument passingFrank van Maarseveen2007-07-101-4/+11
* SUNRPC: Rename rpcb_getport to be consistent with new rpcb_getport_sync nameChuck Lever2007-07-101-1/+1
* SUNRPC: Rename rpcb_getport_external routineChuck Lever2007-07-101-5/+2
* SUNRPC: Remove the tk_auth macro...Trond Myklebust2007-07-101-1/+0
* SUNRPC: Convert gss_ctx_lock to an RCU lockTrond Myklebust2007-07-101-0/+1
* SUNRPC: Convert the credential garbage collector into a shrinker callbackTrond Myklebust2007-07-101-3/+3
* SUNRPC: Give credential cache a local spinlockTrond Myklebust2007-07-101-0/+3
* SUNRPC: Convert the credcache lookup code to use RCUTrond Myklebust2007-07-101-0/+3
* SUNRPC: cleanup rpc credential cache garbage collectionTrond Myklebust2007-07-101-0/+1
* SUNRPC: Enforce atomic updates of rpc_cred->cr_flagsTrond Myklebust2007-07-101-5/+5
* SUNRPC: Clean up rpc credential initialisationTrond Myklebust2007-07-102-5/+1
* SUNRPC: Mark auth and cred operation tables as constant.Trond Myklebust2007-07-102-10/+7
* SUNRPC: Rename rpcauth_destroy() to rpcauth_release()Trond Myklebust2007-07-101-1/+1
* SUNRPC: Add the helper function 'rpc_call_null()'Trond Myklebust2007-07-101-0/+2
* SUNRPC: Make rpc_ping() staticTrond Myklebust2007-07-101-1/+0
* SUNRPC: Fix a memory leak in the auth credcache codeTrond Myklebust2007-07-101-1/+2
* SUNRPC: Add a field to track the number of kernel users of an rpc_pipeTrond Myklebust2007-07-101-0/+1
* SUNRPC: Add a downcall queue to struct rpc_inodeTrond Myklebust2007-07-101-0/+1
* SUNRPC: Add a backpointer from the struct rpc_cred to the rpc_authTrond Myklebust2007-07-101-0/+4
* SUNRPC: Move rpc_register_client and friends into net/sunrpc/clnt.cTrond Myklebust2007-07-101-2/+0
* SUNRPC: Remove rpc_clnt->cl_countTrond Myklebust2007-07-101-3/+1
* SUNRPC: Kill rpc_clnt->cl_oneshotTrond Myklebust2007-07-101-6/+4
* SUNRPC: Kill rpc_clnt->cl_deadTrond Myklebust2007-07-101-2/+1
* SUNRPC: Convert rpc_clnt->cl_users to a krefTrond Myklebust2007-07-101-1/+1
* SUNRPC: Add a per-rpc_clnt spinlockTrond Myklebust2007-07-101-0/+1
* SUNRPC: Move rpc_task->tk_task list into struct rpc_clntTrond Myklebust2007-07-102-5/+4
* sendfile: convert nfsd to splice_direct_to_actor()Jens Axboe2007-07-101-1/+1
* SUNRPC: Fix sparse warningsTrond Myklebust2007-05-142-0/+4
* RPC: add wrapper for svc_reserve to account for checksumJeff Layton2007-05-091-0/+19
* knfsd: rename sk_defer_lock to sk_lockNeilBrown2007-05-091-1/+2
* SUNRPC: remove old portmapperChuck Lever2007-04-303-8/+0
* SUNRPC: introduce rpcbind: replacement for in-kernel portmapperChuck Lever2007-04-303-0/+5
* SUNRPC: Eliminate side effects from rpc_mallocChuck Lever2007-04-302-2/+2
* SUNRPC: RPC buffer size estimates are too largeChuck Lever2007-04-302-2/+5
* [PATCH] knfsd: fix recently introduced problem with shutting down a busy NFS ...NeilBrown2007-03-061-1/+1
* [PATCH] knfsd: remove CONFIG_IPV6 ifdefs from sunrpc server codeNeilBrown2007-03-061-2/+0
* [PATCH] Fix build errors if bitop functions are do {} while macrosRalf Baechle2007-02-201-6/+6
* [PATCH] sysctl: move CTL_SUNRPC to sysctl.h where it belongsEric W. Biederman2007-02-141-1/+0
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2007-02-122-10/+49
|\
| * [PATCH] knfsd: SUNRPC: support IPv6 addresses in RPC server's UDP receive pathChuck Lever2007-02-121-0/+5
| * [PATCH] knfsd: SUNRPC: Make rq_daddr field address-version independentChuck Lever2007-02-121-4/+11
| * [PATCH] knfsd: SUNRPC: Provide room in svc_rqst for larger addressesChuck Lever2007-02-121-2/+15
| * [PATCH] knfsd: SUNRPC: Use sockaddr_storage to store address in svc_deferred_reqChuck Lever2007-02-121-2/+3
| * [PATCH] knfsd: SUNRPC: Add a function to format the address in an svc_rqst fo...Chuck Lever2007-02-121-0/+3