summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: make sunrpc/xprtsock.c:xs_setup_{udp,tcp}() staticAdrian Bunk2007-11-261-6/+0Star
* SUNRPC: remove NFS/RDMA client's binary sysctlsJames Lentini2007-11-261-5/+0Star
* SUNRPC endianness annotationsAl Viro2007-10-291-16/+16
* Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2007-10-158-27/+292
|\
| * RPCRDMA: rpc rdma transport switch\"Talpey, Thomas\2007-10-091-0/+5
| * RPCRDMA: Kconfig and header file with rpcrdma protocol definitions\"Talpey, Thomas\2007-10-092-0/+201
| * NFS/SUNRPC: support transport protocol naming\"Talpey, Thomas\2007-10-092-3/+13
| * SUNRPC: rearrange RPC sockets definitions\"Talpey, Thomas\2007-10-092-22/+40
| * SUNRPC: rename the rpc_xprtsock_create structure\"Talpey, Thomas\2007-10-091-5/+5
| * SUNRPC: Provide a new API for registering transport implementations\"Talpey, Thomas\2007-10-091-0/+11
| * SUNRPC: mark bulk read/write data in xdrbuf\"Talpey, Thomas\2007-10-091-1/+4
| * SUNRPC: export per-transport rpcbind netid's\"Talpey, Thomas\2007-10-091-0/+1
| * SUNRPC: move per-transport rpcbind netid's\"Talpey, Thomas\2007-10-091-0/+13
| * SUNRPC: fix a signed v. unsigned comparison nit in rpc_bind_new_programChuck Lever2007-10-091-1/+1
| * SUNRPC: Add support for formatted universal addressesChuck Lever2007-10-091-0/+1
| * SUNRPC: Add hex-formatted address support to rpc_peeraddr2str()Chuck Lever2007-10-091-0/+2
* | nfsd: remove unused cache_for_each macroJ. Bruce Fields2007-10-101-10/+0Star
|/
* 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-112-0/+2
* SUNRPC server: record the destination address of a requestFrank van Maarseveen2007-07-111-0/+1
* SUNRPC: cleanup transport creation argument passingFrank van Maarseveen2007-07-111-4/+11
* SUNRPC: Rename rpcb_getport to be consistent with new rpcb_getport_sync nameChuck Lever2007-07-111-1/+1
* SUNRPC: Rename rpcb_getport_external routineChuck Lever2007-07-111-5/+2Star
* SUNRPC: Remove the tk_auth macro...Trond Myklebust2007-07-111-1/+0Star
* SUNRPC: Convert gss_ctx_lock to an RCU lockTrond Myklebust2007-07-111-0/+1
* SUNRPC: Convert the credential garbage collector into a shrinker callbackTrond Myklebust2007-07-111-3/+3
* SUNRPC: Give credential cache a local spinlockTrond Myklebust2007-07-111-0/+3
* SUNRPC: Convert the credcache lookup code to use RCUTrond Myklebust2007-07-111-0/+3
* SUNRPC: cleanup rpc credential cache garbage collectionTrond Myklebust2007-07-111-0/+1
* SUNRPC: Enforce atomic updates of rpc_cred->cr_flagsTrond Myklebust2007-07-111-5/+5
* SUNRPC: Clean up rpc credential initialisationTrond Myklebust2007-07-112-5/+1Star
* SUNRPC: Mark auth and cred operation tables as constant.Trond Myklebust2007-07-112-10/+7Star
* SUNRPC: Rename rpcauth_destroy() to rpcauth_release()Trond Myklebust2007-07-111-1/+1
* SUNRPC: Add the helper function 'rpc_call_null()'Trond Myklebust2007-07-111-0/+2
* SUNRPC: Make rpc_ping() staticTrond Myklebust2007-07-111-1/+0Star
* SUNRPC: Fix a memory leak in the auth credcache codeTrond Myklebust2007-07-111-1/+2
* SUNRPC: Add a field to track the number of kernel users of an rpc_pipeTrond Myklebust2007-07-111-0/+1
* SUNRPC: Add a downcall queue to struct rpc_inodeTrond Myklebust2007-07-111-0/+1
* SUNRPC: Add a backpointer from the struct rpc_cred to the rpc_authTrond Myklebust2007-07-111-0/+4
* SUNRPC: Move rpc_register_client and friends into net/sunrpc/clnt.cTrond Myklebust2007-07-111-2/+0Star
* SUNRPC: Remove rpc_clnt->cl_countTrond Myklebust2007-07-111-3/+1Star
* SUNRPC: Kill rpc_clnt->cl_oneshotTrond Myklebust2007-07-111-6/+4Star
* SUNRPC: Kill rpc_clnt->cl_deadTrond Myklebust2007-07-111-2/+1Star
* SUNRPC: Convert rpc_clnt->cl_users to a krefTrond Myklebust2007-07-111-1/+1
* SUNRPC: Add a per-rpc_clnt spinlockTrond Myklebust2007-07-111-0/+1
* SUNRPC: Move rpc_task->tk_task list into struct rpc_clntTrond Myklebust2007-07-112-5/+4Star
* sendfile: convert nfsd to splice_direct_to_actor()Jens Axboe2007-07-101-1/+1