aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/getroot.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-15NFS: Attach supplementary error information to fs_context.Scott Mayhew1-0/+3
2020-01-15NFS: Additional refactoring for fs_context conversionScott Mayhew1-34/+36
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-2/+2
2014-11-19switch d_materialise_unique() users to d_splice_alias()Al Viro1-1/+1
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-1/+1
2014-08-07dcache: d_obtain_alias callers don't all want DISCONNECTEDJ. Bruce Fields1-1/+1
2014-04-15NFS: Fix memroy leak for double mountsKinglong Mee1-1/+2
2013-06-08NFS:Add labels to client function prototypesDavid Quigley1-1/+1
2013-02-17nfs: remove kfree() redundant null checksTim Gardner1-2/+1
2012-10-02nfs: include internal.h in getroot.hStanislav Kinsbursky1-0/+2
2012-07-17NFS: Move the v4 getroot code to nfs4getroot.cBryan Schumaker1-50/+0
2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro1-1/+1
2012-05-14NFS: Create a single nfs_get_root()Bryan Schumaker1-83/+0
2012-05-14NFS: Rename nfs4_proc_get_root()Bryan Schumaker1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-4/+2
2011-03-24Merge branch 'nfs-for-2.6.39' into nfs-for-nextTrond Myklebust1-0/+4
2011-03-22nfs4: Fix NULL dereference at d_alloc_and_lookup()Gusev Vitaliy1-0/+4
2011-03-16nfs: store devname at disconnected NFS rootsAl Viro1-4/+32
2011-03-16nfs: propagate devname to nfs{,4}_get_root()Al Viro1-2/+4
2011-01-12switch nfs to ->s_d_opAl Viro1-6/+0
2011-01-07fs: dcache per-inode inode alias lockingNick Piggin1-2/+2
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-2/+2
2011-01-07fs: dcache remove dcache_lockNick Piggin1-2/+0
2011-01-07fs: scale inode alias listNick Piggin1-0/+4
2010-10-25new helper: ihold()Al Viro1-2/+1
2010-06-22nfs4 use mandatory attribute file type in nfs4_get_rootAndy Adamson1-1/+1
2010-05-14NFSv4: Reduce stack footprint of nfs4_get_root()Trond Myklebust1-30/+46
2010-05-14NFSv4: Eliminate nfs4_path_walk()Trond Myklebust1-93/+22
2009-07-08headers: mnt_namespace.h reduxAlexey Dobriyan1-1/+0
2009-03-11NFS: Fix the type of struct nfs_fattr->modeTrond Myklebust1-2/+2
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig1-8/+6
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells1-2/+2
2007-12-12NFS: Fix an Oops in NFS unmountTrond Myklebust1-0/+11
2007-11-17NFS: Fix the ustat() regressionTrond Myklebust1-54/+27
2007-09-28NFS: Fix an Oops in encode_lookup()Trond Myklebust1-0/+3
2007-05-09NFS: Kill the obsolete NFS_PARANOIAJesper Juhl1-1/+0
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-03NFSv4: Don't require that NFSv4 mount paths begin with '/'Trond Myklebust1-5/+6
2006-12-08[PATCH] rename struct namespace to struct mnt_namespaceKirill Korotaev1-1/+1
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-09-22NFS: Secure the roots of the NFS subtrees in a shared superblockDavid Howells1-0/+5
2006-09-22NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells1-0/+306