aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2010-07-19mm: add context argument to shrinker callbackGravatar Dave Chinner 2-2/+3
2010-06-22NFSv4: Fix an embarassing typo in encode_attrs()Gravatar Trond Myklebust 1-2/+2
2010-06-22NFSv4: Ensure that /proc/self/mountinfo displays the minor version numberGravatar Trond Myklebust 1-4/+18
2010-06-22NFSv4.1: Ensure that we initialise the session when following a referralGravatar Trond Myklebust 1-71/+51
2010-06-22nfs4 use mandatory attribute file type in nfs4_get_rootGravatar Andy Adamson 1-1/+1
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 2-4/+7
2010-05-26NFS: Fix another nfs_wb_page() deadlockGravatar Trond Myklebust 1-2/+5
2010-05-26NFS: Ensure that we mark the inode as dirty if we exit early from commitGravatar Trond Myklebust 1-2/+11
2010-05-26NFS: Fix a lock imbalance typo in nfs_access_cache_shrinkerGravatar Trond Myklebust 1-0/+1
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Gravatar Alexey Dobriyan 1-2/+2
2010-05-14NFS: Don't call iput() in nfs_access_cache_shrinkerGravatar Trond Myklebust 1-15/+4
2010-05-14NFS: Clean up nfs_access_zap_cache()Gravatar Trond Myklebust 1-29/+31
2010-05-14NFS: Don't run nfs_access_cache_shrinker() when the mask is GFP_NOFSGravatar Trond Myklebust 1-0/+2
2010-05-14NFS: Read requests can use GFP_KERNEL.Gravatar Trond Myklebust 1-2/+2
2010-05-14NFS: Clean up nfs_create_request()Gravatar Trond Myklebust 1-10/+4
2010-05-14NFSv4: Don't use GFP_KERNEL allocations in state recoveryGravatar Trond Myklebust 4-35/+39
2010-05-14NFS: Calldata for nfs4_renew_done()Gravatar Chuck Lever 1-6/+20
2010-05-14NFS: Squelch compiler warning in nfs_add_server_stats()Gravatar Chuck Lever 1-3/+3
2010-05-14NFS: Clean up fscache_uniq mount optionGravatar Chuck Lever 1-9/+9
2010-05-14NFS: Squelch compiler warningGravatar Chuck Lever 1-1/+2
2010-05-14NFSv4: Clean up the NFSv4 setclientid operationGravatar Trond Myklebust 4-23/+34
2010-05-14NFSv4: Allow attribute caching with 'noac' mounts if client holds a delegationGravatar Trond Myklebust 2-9/+18
2010-05-14NFSv4: Fix up the documentation for nfs_do_refmountGravatar Trond Myklebust 1-1/+1
2010-05-14NFS: Replace nfsroot on-stack filehandleGravatar Trond Myklebust 1-6/+8
2010-05-14NFS: Cleanup file handle allocations in fs/nfs/super.cGravatar Trond Myklebust 1-4/+4
2010-05-14NFS: Prevent the mount code from looping forever on broken exportsGravatar Trond Myklebust 1-0/+73
2010-05-14NFS: Reduce stack footprint of nfs3_proc_getacl() and nfs3_proc_setacl()Gravatar Trond Myklebust 1-7/+16
2010-05-14NFS: Reduce stack footprint of nfs_statfs()Gravatar Trond Myklebust 1-5/+9
2010-05-14NFS: Reduce stack footprint of nfs_setattr()Gravatar Trond Myklebust 1-4/+10
2010-05-14NFS: Reduce stack footprint of nfs4_proc_create()Gravatar Trond Myklebust 1-10/+15
2010-05-14NFS: Reduce the stack footprint of nfs_proc_symlink()Gravatar Trond Myklebust 1-10/+16
2010-05-14NFS: Reduce the stack footprint of nfs_proc_createGravatar Trond Myklebust 1-52/+66
2010-05-14NFS: Reduce the stack footprint of nfs_rmdirGravatar Trond Myklebust 1-5/+10
2010-05-14NFS: Reduce stack footprint of nfs_proc_remove()Gravatar Trond Myklebust 5-11/+23
2010-05-14NFS: Reduce stack footprint of nfs3_proc_readlink()Gravatar Trond Myklebust 1-5/+10
2010-05-14NFS: Reduce the stack footprint of nfs_link()Gravatar Trond Myklebust 2-17/+21
2010-05-14NFS: Reduce stack footprint of nfs_readdir()Gravatar Trond Myklebust 2-12/+18
2010-05-14NFS: Reduce stack footprint of nfs3_proc_rename() and nfs4_proc_rename()Gravatar Trond Myklebust 2-17/+22
2010-05-14NFS: Reduce stack footprint of nfs_revalidate_inode()Gravatar Trond Myklebust 1-3/+9
2010-05-14NFSv4: Reduce stack footprint of nfs4_proc_access() and nfs3_proc_access()Gravatar Trond Myklebust 2-11/+17
2010-05-14NFSv4: Reduce the stack footprint of nfs4_remote_referral_get_sbGravatar Trond Myklebust 1-4/+12
2010-05-14NFSv4: Reduce stack footprint of nfs4_get_root()Gravatar Trond Myklebust 1-30/+46
2010-05-14NFS: Reduce the stack footprint of nfs_follow_remote_path()Gravatar Trond Myklebust 1-6/+12
2010-05-14NFS: Reduce the stack footprint of nfs_lookupGravatar Trond Myklebust 2-14/+41
2010-05-14NFSv4: Reduce the stack footprint of try_location()Gravatar Trond Myklebust 1-3/+7
2010-05-14NFS: Reduce the stack footprint of nfs_create_serverGravatar Trond Myklebust 1-12/+39
2010-05-14NFS: Reduce the stack footprint of nfs_follow_mountpoint()Gravatar Trond Myklebust 1-6/+14
2010-05-14NFSv4: Eliminate nfs4_path_walk()Gravatar Trond Myklebust 3-98/+25
2010-05-14NFS: Add helper functions for allocating filehandles and fattr structsGravatar Trond Myklebust 1-0/+20
2010-05-01NFS: Fix RCU issues in the NFSv4 delegation codeGravatar David Howells 1-21/+23