aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
2010-08-07Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2010-08-07Merge branch 'nfs-for-2.6.36' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds
2010-08-06net: sunrpc: removed duplicated #includeAndrea Gelmini
2010-08-04SUNRPC: Defer deleting the security context until gss_do_free_ctx()Trond Myklebust
2010-08-04SUNRPC: prevent task_cleanup running on freed xprtJ. Bruce Fields
2010-08-04SUNRPC: Reduce asynchronous RPC task stack usageTrond Myklebust
2010-08-04SUNRPC: Move the bound cred to struct rpc_rqstTrond Myklebust
2010-08-04SUNRPC: Clean up of rpc_bindcred()Trond Myklebust
2010-08-04SUNRPC: Move remaining RPC client related task initialisation into clnt.cTrond Myklebust
2010-08-04SUNRPC: Ensure that rpc_exit() always wakes up a sleeping taskTrond Myklebust
2010-08-04SUNRPC: Make the credential cache hashtable size configurableTrond Myklebust
2010-08-04SUNRPC: Store the hashtable size in struct rpc_cred_cacheTrond Myklebust
2010-08-04NFS: Ensure the AUTH_UNIX credcache is allocated dynamicallyTrond Myklebust
2010-08-03SUNRPC: The function rpc_restart_call() should return success/failureTrond Myklebust
2010-07-21mm: add context argument to shrinker callback to remaining shrinkersDave Chinner
2010-07-06sunrpc: make the cache cleaner workqueue deferrableArtem Bityutskiy
2010-06-22SUNRPC: Fix a re-entrancy bug in xs_tcp_read_calldir()Trond Myklebust
2010-05-26sunrpc: fix leak on error on socket xprt setupJ. Bruce Fields
2010-05-25sunrpc: use formatting of module name in SUNRPCAlex Riesen
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds
2010-05-22sunrpc: Pushdown the bkl from sunrpc cache ioctlFrederic Weisbecker
2010-05-22sunrpc: Pushdown the bkl from ioctlFrederic Weisbecker
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-05-19Merge branch 'for-2.6.35' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2010-05-19Merge branch 'nfs-for-2.6.35' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds
2010-05-19Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Linus Torvalds
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches
2010-05-17sunrpc: Include missing smp_lock.hFrederic Weisbecker
2010-05-17procfs: Push down the bkl from ioctlFrederic Weisbecker
2010-05-14SUNRPC: Don't spam gssd with upcall requests when the kerberos key expiredTrond Myklebust
2010-05-14SUNRPC: Remove the 'tk_magic' debugging fieldTrond Myklebust
2010-05-14SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqstTrond Myklebust
2010-05-14SUNRPC: Ensure rpcauth_prune_expired() respects the nr_to_scan parameterTrond Myklebust
2010-05-14SUNRPC: Ensure memory shrinker doesn't waste time in rpcauth_prune_expired()Trond Myklebust
2010-05-14SUNRPC: Dont run rpcauth_cache_shrinker() when gfp_mask is GFP_NOFSTrond Myklebust
2010-05-14NFS: Don't use GFP_KERNEL in rpcsec_gss downcallsTrond Myklebust
2010-05-14SUNRPC: Fix xs_setup_bc_tcp()Trond Myklebust
2010-05-14SUNRPC: Replace jiffies-based metrics with ktime-based metricsChuck Lever
2010-05-14SUNRPC: RPC metrics and RTT estimator should use same RTT valueChuck Lever
2010-05-14SUNRPC: Fail over more quickly on connect errorsTrond Myklebust
2010-05-14SUNRPC: Move the test for XPRT_CONNECTING into xprt_connect()Trond Myklebust
2010-05-14SUNRPC: Cleanup - make rpc_new_task() call rpc_release_calldata on failureTrond Myklebust
2010-05-14SUNRPC: Clean up xprt_release()Trond Myklebust
2010-05-14gss_krb5: Advertise rc4-hmac enctype support in the rpcsec_gss/krb5 upcallTrond Myklebust
2010-05-14gss_krb5: Add support for rc4-hmac encryptionKevin Coffman
2010-05-14gss_krb5: Use confounder length in wrap codeKevin Coffman
2010-05-14gssd_krb5: More arcfour-hmac supportKevin Coffman
2010-05-14gss_krb5: Save the raw session key in the contextKevin Coffman
2010-05-14gssd_krb5: arcfour-hmac supportKevin Coffman