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