aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-12SUNRPC: Fix a race in rpc_info_openTrond Myklebust1-1/+1
2010-08-14include: replace unifdef-y with header-ySam Ravnborg1-1/+1
2010-08-07Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+1
2010-08-04SUNRPC: Move the bound cred to struct rpc_rqstTrond Myklebust2-2/+1
2010-08-04SUNRPC: Clean up of rpc_bindcred()Trond Myklebust1-3/+3
2010-08-04SUNRPC: Move remaining RPC client related task initialisation into clnt.cTrond Myklebust1-0/+1
2010-08-04SUNRPC: Ensure that rpc_exit() always wakes up a sleeping taskTrond Myklebust1-6/+1
2010-08-04SUNRPC: Make the credential cache hashtable size configurableTrond Myklebust1-8/+1
2010-08-04SUNRPC: Store the hashtable size in struct rpc_cred_cacheTrond Myklebust1-0/+1
2010-08-04NFS: Ensure the AUTH_UNIX credcache is allocated dynamicallyTrond Myklebust1-3/+4
2010-08-03SUNRPC: The function rpc_restart_call() should return success/failureTrond Myklebust1-2/+2
2010-07-06sunrpc: make the cache cleaner workqueue deferrableArtem Bityutskiy1-0/+1
2010-05-14SUNRPC: Don't spam gssd with upcall requests when the kerberos key expiredTrond Myklebust2-0/+2
2010-05-14SUNRPC: Reorder the struct rpc_task fieldsTrond Myklebust1-6/+6
2010-05-14SUNRPC: Remove the 'tk_magic' debugging fieldTrond Myklebust1-3/+0
2010-05-14SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqstTrond Myklebust2-5/+5
2010-05-14NFS: Don't use GFP_KERNEL in rpcsec_gss downcallsTrond Myklebust2-3/+6
2010-05-14SUNRPC: Replace jiffies-based metrics with ktime-based metricsChuck Lever3-6/+9
2010-05-14SUNRPC: RPC metrics and RTT estimator should use same RTT valueChuck Lever1-1/+0
2010-05-14SUNRPC: Trivial cleanups in include/linux/sunrpc/xdr.hChuck Lever1-3/+5
2010-05-14SUNRPC: Fail over more quickly on connect errorsTrond Myklebust1-2/+1
2010-05-14gss_krb5: Add support for rc4-hmac encryptionKevin Coffman1-0/+9
2010-05-14gss_krb5: Use confounder length in wrap codeKevin Coffman1-0/+3
2010-05-14gssd_krb5: More arcfour-hmac supportKevin Coffman1-2/+3
2010-05-14gss_krb5: Save the raw session key in the contextKevin Coffman1-0/+1
2010-05-14gssd_krb5: arcfour-hmac supportKevin Coffman1-2/+2
2010-05-14gss_krb5: add remaining pieces to enable AES encryption supportKevin Coffman1-0/+20
2010-05-14gss_krb5: add support for new token formats in rfc4121Kevin Coffman1-0/+28
2010-05-14gss_krb5: add support for triple-des encryptionKevin Coffman1-0/+5
2010-05-14gss_krb5: Add upcall info indicating supported kerberos enctypesTrond Myklebust1-0/+2
2010-05-14gss_krb5: handle new context format from gssdKevin Coffman1-2/+21
2010-05-14gss_krb5: import functionality to derive keys into the kernelKevin Coffman1-0/+31
2010-05-14gss_krb5: add ability to have a keyed checksum (hmac)Kevin Coffman1-3/+8
2010-05-14gss_krb5: introduce encryption type frameworkKevin Coffman1-1/+24
2010-05-14gss_krb5: split up functions in preparation of adding new enctypesKevin Coffman1-0/+1
2010-05-14gss_krb5: Introduce encryption type frameworkKevin Coffman1-0/+25
2010-03-22SUNRPC: Fix a use after free bug with the NFSv4.1 backchannelTrond Myklebust1-1/+4
2010-02-10nfs41 do not allocate unused back channel pagesAndy Adamson1-0/+15
2009-12-16Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-1/+13
2009-12-16Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-10/+2
2009-12-15nfsd: remove unused field rq_reffhJ. Bruce Fields1-4/+0
2009-12-15rpc: add a new priority in RPC taskAlexandros Batsakis1-1/+12
2009-12-15rpc: add rpc_queue_empty functionAlexandros Batsakis1-0/+1
2009-12-14sunrpc: Clean never used include filesBoaz Harrosh2-3/+2
2009-12-03SUNRPC: Allow RPCs to fail quickly if the server is unreachableChuck Lever1-0/+2
2009-11-23Revert "knfsd: avoid overloading the CPU scheduler with enormous load averages"J. Bruce Fields1-3/+0
2009-09-23sunrpc: xdr_xcode_hyper helpers cannot presume 64-bit alignmentBenny Halevy1-2/+3
2009-09-15SUNRPC: Defer the auth_gss upcall when the RPC call is asynchronousTrond Myklebust1-2/+2
2009-09-13nfsd41: sunrpc: add new xprt class for nfsv4.1 backchannelAlexandros Batsakis4-16/+19
2009-09-11nfsd41: sunrpc: Added rpc server-side backchannel handlingRahul Iyer3-0/+3