aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/getroot.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-05NFS: Remove the nfs4_label argument from nfs_setsecurityGravatar Anna Schumaker 1-1/+1
2021-11-05NFS: Remove the nfs4_label argument from nfs_fhget()Gravatar Anna Schumaker 1-1/+1
2021-11-05NFS: Create a new nfs_alloc_fattr_with_label() functionGravatar Anna Schumaker 1-11/+6
2021-06-28nfs: update has_sec_mnt_opts after cloning lsm options from parentGravatar Scott Mayhew 1-4/+8
2020-03-30NFS: Ensure security label is set for root inodeGravatar Scott Mayhew 1-4/+35
2020-01-15NFS: Attach supplementary error information to fs_context.Gravatar Scott Mayhew 1-0/+3
2020-01-15NFS: Additional refactoring for fs_context conversionGravatar Scott Mayhew 1-34/+36
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-2/+2
2014-11-19switch d_materialise_unique() users to d_splice_alias()Gravatar Al Viro 1-1/+1
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasGravatar Al Viro 1-1/+1
2014-08-07dcache: d_obtain_alias callers don't all want DISCONNECTEDGravatar J. Bruce Fields 1-1/+1
2014-04-15NFS: Fix memroy leak for double mountsGravatar Kinglong Mee 1-1/+2
2013-06-08NFS:Add labels to client function prototypesGravatar David Quigley 1-1/+1
2013-02-17nfs: remove kfree() redundant null checksGravatar Tim Gardner 1-2/+1
2012-10-02nfs: include internal.h in getroot.hGravatar Stanislav Kinsbursky 1-0/+2
2012-07-17NFS: Move the v4 getroot code to nfs4getroot.cGravatar Bryan Schumaker 1-50/+0
2012-07-14vfs: switch i_dentry/d_alias to hlistGravatar Al Viro 1-1/+1
2012-05-14NFS: Create a single nfs_get_root()Gravatar Bryan Schumaker 1-83/+0
2012-05-14NFS: Rename nfs4_proc_get_root()Gravatar Bryan Schumaker 1-1/+1
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-4/+2
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