aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_unix.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-14SUNRPC: Ensure memory shrinker doesn't waste time in rpcauth_prune_expired()Trond Myklebust1-5/+7
2010-05-14SUNRPC: Dont run rpcauth_cache_shrinker() when gfp_mask is GFP_NOFSTrond Myklebust1-0/+2
2010-05-14NFS: Read requests can use GFP_KERNEL.Trond Myklebust1-2/+2
2010-05-14NFS: Clean up nfs_create_request()Trond Myklebust1-10/+4
2010-05-14NFS: Don't use GFP_KERNEL in rpcsec_gss downcallsTrond Myklebust8-30/+38
2010-05-14NFSv4: Don't use GFP_KERNEL allocations in state recoveryTrond Myklebust4-35/+39
2010-05-14SUNRPC: Fix xs_setup_bc_tcp()Trond Myklebust1-3/+0
2010-05-14SUNRPC: Replace jiffies-based metrics with ktime-based metricsChuck Lever6-28/+24
2010-05-14ktime: introduce ktime_to_ms()Chuck Lever1-2/+8
2010-05-14SUNRPC: RPC metrics and RTT estimator should use same RTT valueChuck Lever3-11/+4
2010-05-14NFS: Calldata for nfs4_renew_done()Chuck Lever1-6/+20
2010-05-14NFS: Squelch compiler warning in nfs_add_server_stats()Chuck Lever1-3/+3
2010-05-14NFS: Clean up fscache_uniq mount optionChuck Lever1-9/+9
2010-05-14NFS: Squelch compiler warningChuck Lever1-1/+2
2010-05-14SUNRPC: Trivial cleanups in include/linux/sunrpc/xdr.hChuck Lever1-3/+5
2010-05-14NFSv4: Clean up the NFSv4 setclientid operationTrond Myklebust6-24/+39
2010-05-14NFSv4: Allow attribute caching with 'noac' mounts if client holds a delegationTrond Myklebust2-9/+18
2010-05-14SUNRPC: Fail over more quickly on connect errorsTrond Myklebust4-21/+2
2010-05-14SUNRPC: Move the test for XPRT_CONNECTING into xprt_connect()Trond Myklebust3-30/+19
2010-05-14SUNRPC: Cleanup - make rpc_new_task() call rpc_release_calldata on failureTrond Myklebust2-18/+14
2010-05-14SUNRPC: Clean up xprt_release()Trond Myklebust1-16/+16
2010-05-14NFSv4: Fix up the documentation for nfs_do_refmountTrond Myklebust1-1/+1
2010-05-14NFS: Replace nfsroot on-stack filehandleTrond Myklebust1-6/+8
2010-05-14NFS: Cleanup file handle allocations in fs/nfs/super.cTrond Myklebust1-4/+4
2010-05-14NFS: Prevent the mount code from looping forever on broken exportsTrond Myklebust1-0/+73
2010-05-14NFS: Reduce stack footprint of nfs3_proc_getacl() and nfs3_proc_setacl()Trond Myklebust1-7/+16
2010-05-14NFS: Reduce stack footprint of nfs_statfs()Trond Myklebust1-5/+9
2010-05-14NFS: Reduce stack footprint of nfs_setattr()Trond Myklebust1-4/+10
2010-05-14NFS: Reduce stack footprint of nfs4_proc_create()Trond Myklebust1-10/+15
2010-05-14NFS: Reduce the stack footprint of nfs_proc_symlink()Trond Myklebust1-10/+16
2010-05-14NFS: Reduce the stack footprint of nfs_proc_createTrond Myklebust1-52/+66
2010-05-14NFS: Reduce the stack footprint of nfs_rmdirTrond Myklebust1-5/+10
2010-05-14NFS: Reduce stack footprint of nfs_proc_remove()Trond Myklebust6-12/+24
2010-05-14NFS: Reduce stack footprint of nfs3_proc_readlink()Trond Myklebust1-5/+10
2010-05-14NFS: Reduce the stack footprint of nfs_link()Trond Myklebust2-17/+21
2010-05-14NFS: Reduce stack footprint of nfs_readdir()Trond Myklebust2-12/+18
2010-05-14NFS: Reduce stack footprint of nfs3_proc_rename() and nfs4_proc_rename()Trond Myklebust2-17/+22
2010-05-14NFS: Reduce stack footprint of nfs_revalidate_inode()Trond Myklebust1-3/+9
2010-05-14NFSv4: Reduce stack footprint of nfs4_proc_access() and nfs3_proc_access()Trond Myklebust2-11/+17
2010-05-14NFSv4: Reduce the stack footprint of nfs4_remote_referral_get_sbTrond Myklebust1-4/+12
2010-05-14NFSv4: Reduce stack footprint of nfs4_get_root()Trond Myklebust1-30/+46
2010-05-14NFS: Reduce the stack footprint of nfs_follow_remote_path()Trond Myklebust1-6/+12
2010-05-14NFS: Reduce the stack footprint of nfs_lookupTrond Myklebust2-14/+41
2010-05-14NFSv4: Reduce the stack footprint of try_location()Trond Myklebust1-3/+7
2010-05-14NFS: Reduce the stack footprint of nfs_create_serverTrond Myklebust1-12/+39
2010-05-14NFS: Reduce the stack footprint of nfs_follow_mountpoint()Trond Myklebust1-6/+14
2010-05-14NFSv4: Eliminate nfs4_path_walk()Trond Myklebust3-98/+25
2010-05-14NFS: Add helper functions for allocating filehandles and fattr structsTrond Myklebust2-0/+34
2010-05-14gss_krb5: Advertise rc4-hmac enctype support in the rpcsec_gss/krb5 upcallTrond Myklebust1-1/+1
2010-05-14gss_krb5: Add support for rc4-hmac encryptionKevin Coffman7-13/+492