aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | nfsd4: indentation cleanupJ. Bruce Fields2010-04-19
| * | | | | | | | | | | | nfsd4: consistent session flag settingJ. Bruce Fields2010-04-16
| * | | | | | | | | | | | nfsd4: remove probe task's reference on clientJ. Bruce Fields2010-04-02
| * | | | | | | | | | | | nfsd4: remove dprintkJ. Bruce Fields2010-04-02
| * | | | | | | | | | | | nfsd4: shutdown callbacks on expiryJ. Bruce Fields2010-04-02
| * | | | | | | | | | | | nfsd4: preallocate nfs4_rpc_argsJ. Bruce Fields2010-04-02
| * | | | | | | | | | | | nfsd: don't break lease while servicing a COMMITJeff Layton2010-03-22
| * | | | | | | | | | | | nfsd: factor out hash functions for export caches.NeilBrown2010-03-16
| * | | | | | | | | | | | Merge commit 'v2.6.34-rc1' into for-2.6.35-incomingJ. Bruce Fields2010-03-09
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | nfsd4: document lease/grace-period limitsJ. Bruce Fields2010-03-06
| * | | | | | | | | | | | | nfsd4: allow setting grace period timeJ. Bruce Fields2010-03-06
| * | | | | | | | | | | | | nfsd4: reshuffle lease-setting code to allow reuseJ. Bruce Fields2010-03-06
| * | | | | | | | | | | | | nfsd4: remove unnecessary lease-setting functionJ. Bruce Fields2010-03-06
| * | | | | | | | | | | | | nfsd4: simplify lease/grace interactionJ. Bruce Fields2010-03-06
| * | | | | | | | | | | | | nfsd4: simplify references to nfsd4 lease timeJ. Bruce Fields2010-03-06
* | | | | | | | | | | | | | Merge branch 'nfs-for-2.6.35' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2010-05-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | NFS: Don't call iput() in nfs_access_cache_shrinkerTrond Myklebust2010-05-14
| * | | | | | | | | | | | | | NFS: Clean up nfs_access_zap_cache()Trond Myklebust2010-05-14
| * | | | | | | | | | | | | | NFS: Don't run nfs_access_cache_shrinker() when the mask is GFP_NOFSTrond Myklebust2010-05-14
| * | | | | | | | | | | | | | NFS: Read requests can use GFP_KERNEL.Trond Myklebust2010-05-14
| * | | | | | | | | | | | | | NFS: Clean up nfs_create_request()Trond Myklebust2010-05-14
| * | | | | | | | | | | | | | NFSv4: Don't use GFP_KERNEL allocations in state recoveryTrond Myklebust2010-05-14
| * | | | | | | | | | | | | | NFS: Calldata for nfs4_renew_done()Chuck Lever2010-05-14
| * | | | | | | | | | | | | | NFS: Squelch compiler warning in nfs_add_server_stats()Chuck Lever2010-05-14
| * | | | | | | | | | | | | | NFS: Clean up fscache_uniq mount optionChuck Lever2010-05-14
| * | | | | | | | | | | | | | NFS: Squelch compiler warningChuck Lever2010-05-14
| * | | | | | | | | | | | | | NFSv4: Clean up the NFSv4 setclientid operationTrond Myklebust2010-05-14
| * | | | | | | | | | | | | | NFSv4: Allow attribute caching with 'noac' mounts if client holds a delegationTrond Myklebust2010-05-14
| * | | | | | | | | | | | | | NFSv4: Fix up the documentation for nfs_do_refmountTrond Myklebust2010-05-14
| * | | | | | | | | | | | | | NFS: Replace nfsroot on-stack filehandleTrond Myklebust2010-05-14
| * | | | | | | | | | | | | | NFS: Cleanup file handle allocations in fs/nfs/super.cTrond Myklebust2010-05-14
| * | | | | | | | | | | | | | NFS: Prevent the mount code from looping forever on broken exportsTrond Myklebust2010-05-14
| * | | | | | | | | | | | | | NFS: Reduce stack footprint of nfs3_proc_getacl() and nfs3_proc_setacl()Trond Myklebust2010-05-14
| * | | | | | | | | | | | | | NFS: Reduce stack footprint of nfs_statfs()Trond Myklebust2010-05-14
| * | | | | | | | | | | | | | NFS: Reduce stack footprint of nfs_setattr()Trond Myklebust2010-05-14
| * | | | | | | | | | | | | | NFS: Reduce stack footprint of nfs4_proc_create()Trond Myklebust2010-05-14
| * | | | | | | | | | | | | | NFS: Reduce the stack footprint of nfs_proc_symlink()Trond Myklebust2010-05-14
| * | | | | | | | | | | | | | NFS: Reduce the stack footprint of nfs_proc_createTrond Myklebust2010-05-14
| * | | | | | | | | | | | | | NFS: Reduce the stack footprint of nfs_rmdirTrond Myklebust2010-05-14
| * | | | | | | | | | | | | | NFS: Reduce stack footprint of nfs_proc_remove()Trond Myklebust2010-05-14
| * | | | | | | | | | | | | | NFS: Reduce stack footprint of nfs3_proc_readlink()Trond Myklebust2010-05-14
| * | | | | | | | | | | | | | NFS: Reduce the stack footprint of nfs_link()Trond Myklebust2010-05-14
| * | | | | | | | | | | | | | NFS: Reduce stack footprint of nfs_readdir()Trond Myklebust2010-05-14
| * | | | | | | | | | | | | | NFS: Reduce stack footprint of nfs3_proc_rename() and nfs4_proc_rename()Trond Myklebust2010-05-14
| * | | | | | | | | | | | | | NFS: Reduce stack footprint of nfs_revalidate_inode()Trond Myklebust2010-05-14
| * | | | | | | | | | | | | | NFSv4: Reduce stack footprint of nfs4_proc_access() and nfs3_proc_access()Trond Myklebust2010-05-14
| * | | | | | | | | | | | | | NFSv4: Reduce the stack footprint of nfs4_remote_referral_get_sbTrond Myklebust2010-05-14
| * | | | | | | | | | | | | | NFSv4: Reduce stack footprint of nfs4_get_root()Trond Myklebust2010-05-14
| * | | | | | | | | | | | | | NFS: Reduce the stack footprint of nfs_follow_remote_path()Trond Myklebust2010-05-14
| * | | | | | | | | | | | | | NFS: Reduce the stack footprint of nfs_lookupTrond Myklebust2010-05-14