aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-30[PATCH] svcrpc: auth_domain documentationNeil Brown1-6/+8
2005-03-10NFS,RPC: RPC client now advertises maximum payload sizeTrond Myklebust2-0/+4
2005-03-10RPC: remove broken_suid mount optionTrond Myklebust3-8/+3
2005-03-10RPC: Remove dependency of RPCSEC_GSS upcalls on the credential cacheTrond Myklebust1-0/+2
2005-03-10RPCSEC_GSS: Enable expiring of credentialsTrond Myklebust1-0/+1
2005-03-10RPCSEC_GSS: Misc little cleanups.Trond Myklebust1-3/+1
2005-03-10RPCSEC_GSS: cleanup gss_cred.Trond Myklebust1-1/+1
2005-03-10RPC: Document the format of the gssd downcallsTrond Myklebust1-1/+1
2005-03-10RPC: clean up the RPCSEC_GSS kerberos and spkm3 context import functionsTrond Myklebust1-4/+6
2005-03-10RPC: Shrink struct rpc_auth for those flavours that don't use the cacheTrond Myklebust1-4/+8
2005-03-10RPC: Convert RPC credcache to use hlistsTrond Myklebust1-2/+2
2005-03-10RPC: kill cr_authTrond Myklebust1-1/+1
2005-03-10RPC: Make rpc_auth credential cache optional.Trond Myklebust1-0/+1
2005-03-04[PATCH] nfsd: discard CACHE_HASHED flag, keeping information in refcount inst...Neil Brown1-14/+5
2005-03-04[PATCH] nfsd: nfsd: remove pg_authenticate fieldNeil Brown1-2/+0
2005-03-04[PATCH] nfsd: svcrpc: move export table checks to a per-program pg_add_client...Neil Brown1-0/+1
2005-03-04[PATCH] nfsd: svcrpc: rename pg_authenticateNeil Brown1-1/+1
2005-03-04[PATCH] nfsd: svcrpc: add a per-flavor set_client methodNeil Brown1-0/+2
2005-01-04 RPC: Optimize away unnecessary del_timer_sync() operations, when weTrond Myklebust1-0/+1
2005-01-04RPC: The RPCAUTH_CRED_DEAD flag had been unused for some time before ITrond Myklebust1-2/+0
2005-01-04RPC: Remove the rpc_queue_lock global spinlock. Replace it with per-rpc_queueTrond Myklebust1-0/+4
2005-01-04RPC: Convert rpciod into a work queue for greater flexibility.Trond Myklebust1-18/+43
2004-12-27[SUNRPC]: Staticize, kill unused functions, and remove unneeded exports.Adrian Bunk6-19/+0
2004-10-05Remove test for __linux__ in auth_gss.h.Linus Torvalds1-2/+0
2004-08-23RPC,NFSv4: NFSv4 operations that create or destroy state on theTrond Myklebust1-0/+2
2004-08-23NFSv4: Add support for a delegation callback server.Trond Myklebust1-0/+10
2004-08-23RPCSEC_GSS: Add the spkm3 common and client-side code.Trond Myklebust1-0/+61
2004-08-23RPCSEC_GSS: Remove an unused parameter.Trond Myklebust1-1/+0
2004-08-22[PATCH] nfsd: simplify auth_domain_lookupNeil Brown1-0/+4
2004-08-22[PATCH] nfsd: make cache_init initialize reference count to 1Neil Brown1-1/+0
2004-07-15[PATCH] sparse: iovec cleanups - sunrpc, nfs and nfsdAlexander Viro2-12/+12
2004-07-04[PATCH] gcc 3.5 fixesAnton Blanchard1-1/+0
2004-06-04[PATCH] kNFSd: gss_svc locking and refcounting fixesNeil Brown1-0/+1
2004-05-24[PATCH] Prevent scary warnings from knfsdAndrew Morton1-0/+1
2004-05-21[PATCH] gss_api build fixAndrew Morton1-1/+1
2004-05-20RPCSEC_GSS: Fix module reference counting.Trond Myklebust1-42/+28
2004-05-20RPCSEC_GSS: Make a couple functions in the krb5 code moreTrond Myklebust2-3/+2
2004-05-20Following a suggestion by Jamie LokierTrond Myklebust1-5/+5
2004-05-19[PATCH] kNFSd: Add a warning when upcalls fail,Andrew Morton1-1/+2
2004-05-19[PATCH] kNFSd: Make sure CACHE_NEGATIVE is cleared when a cache entry is upda...Andrew Morton1-2/+5
2004-04-21[PATCH] sunrpc rmmod oops fixAndrew Morton1-0/+1
2004-04-12Merge NFS conflictsLinus Torvalds3-98/+68
2004-04-11[PATCH] knfsd: Add data integrity to serve rside gssAndrew Morton1-9/+0
2004-04-11[PATCH] knfsd: Export a symbol needed by auth_gssAndrew Morton1-0/+1
2004-04-11[PATCH] knfsd: Remove name_lookup.h that noone is using anymore.Andrew Morton1-38/+0
2004-04-10RPC: Ensure that we only schedule one RPC request at a time.Trond Myklebust1-2/+5
2004-04-10RPC: add a field to the xdr_buf that explicitly contains the maximum bufferTrond Myklebust2-79/+6
2004-04-10RPCSEC_GSS: Fix RPC padding in two instances of RPCSEC_GSS code.Trond Myklebust1-1/+7
2004-04-10RPC: add fair queueing to the RPC scheduler.Trond Myklebust1-16/+50
2004-03-13RPC: patch by Chuck Lever to make the number of RPC slots a tunable parameter.Trond Myklebust2-11/+15