aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/getroot.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-24Merge branch 'nfs-for-2.6.39' into nfs-for-nextGravatar Trond Myklebust 1-0/+4
2011-03-22nfs4: Fix NULL dereference at d_alloc_and_lookup()Gravatar Gusev Vitaliy 1-0/+4
2011-03-16nfs: store devname at disconnected NFS rootsGravatar Al Viro 1-4/+32
2011-03-16nfs: propagate devname to nfs{,4}_get_root()Gravatar Al Viro 1-2/+4
2011-01-12switch nfs to ->s_d_opGravatar Al Viro 1-6/+0
2011-01-07fs: dcache per-inode inode alias lockingGravatar Nick Piggin 1-2/+2
2011-01-07fs: dcache reduce branches in lookup pathGravatar Nick Piggin 1-2/+2
2011-01-07fs: dcache remove dcache_lockGravatar Nick Piggin 1-2/+0
2011-01-07fs: scale inode alias listGravatar Nick Piggin 1-0/+4
2010-10-25new helper: ihold()Gravatar Al Viro 1-2/+1
2010-06-22nfs4 use mandatory attribute file type in nfs4_get_rootGravatar Andy Adamson 1-1/+1
2010-05-14NFSv4: Reduce stack footprint of nfs4_get_root()Gravatar Trond Myklebust 1-30/+46
2010-05-14NFSv4: Eliminate nfs4_path_walk()Gravatar Trond Myklebust 1-93/+22
2009-07-08headers: mnt_namespace.h reduxGravatar Alexey Dobriyan 1-1/+0
2009-03-11NFS: Fix the type of struct nfs_fattr->modeGravatar Trond Myklebust 1-2/+2
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasGravatar Christoph Hellwig 1-8/+6
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)Gravatar David Howells 1-2/+2
2007-12-12NFS: Fix an Oops in NFS unmountGravatar Trond Myklebust 1-0/+11
2007-11-17NFS: Fix the ustat() regressionGravatar Trond Myklebust 1-54/+27
2007-09-28NFS: Fix an Oops in encode_lookup()Gravatar Trond Myklebust 1-0/+3
2007-05-09NFS: Kill the obsolete NFS_PARANOIAGravatar Jesper Juhl 1-1/+0
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2007-02-03NFSv4: Don't require that NFSv4 mount paths begin with '/'Gravatar Trond Myklebust 1-5/+6
2006-12-08[PATCH] rename struct namespace to struct mnt_namespaceGravatar Kirill Korotaev 1-1/+1
2006-10-04Remove all inclusions of <linux/config.h>Gravatar Dave Jones 1-1/+0
2006-09-22NFS: Secure the roots of the NFS subtrees in a shared superblockGravatar David Howells 1-0/+5
2006-09-22NFS: Share NFS superblocks per-protocol per-server per-FSIDGravatar David Howells 1-0/+306