summaryrefslogtreecommitdiffstats
path: root/fs/nfs/getroot.c
AgeCommit message (Expand)AuthorLines
2024-09-23nfs: fix the comment of nfs_get_rootLi Lingfeng-1/+1
2021-11-05NFS: Remove the nfs4_label argument from nfs_setsecurityAnna Schumaker-1/+1
2021-11-05NFS: Remove the nfs4_label argument from nfs_fhget()Anna Schumaker-1/+1
2021-11-05NFS: Create a new nfs_alloc_fattr_with_label() functionAnna Schumaker-11/+6
2021-06-28nfs: update has_sec_mnt_opts after cloning lsm options from parentScott Mayhew-4/+8
2020-03-30NFS: Ensure security label is set for root inodeScott Mayhew-4/+35
2020-01-15NFS: Attach supplementary error information to fs_context.Scott Mayhew-0/+3
2020-01-15NFS: Additional refactoring for fs_context conversionScott Mayhew-34/+36
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells-2/+2
2014-11-19switch d_materialise_unique() users to d_splice_alias()Al Viro-1/+1
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro-1/+1
2014-08-07dcache: d_obtain_alias callers don't all want DISCONNECTEDJ. Bruce Fields-1/+1
2014-04-15NFS: Fix memroy leak for double mountsKinglong Mee-1/+2
2013-06-08NFS:Add labels to client function prototypesDavid Quigley-1/+1
2013-02-17nfs: remove kfree() redundant null checksTim Gardner-2/+1
2012-10-02nfs: include internal.h in getroot.hStanislav Kinsbursky-0/+2
2012-07-17NFS: Move the v4 getroot code to nfs4getroot.cBryan Schumaker-50/+0
2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro-1/+1
2012-05-14NFS: Create a single nfs_get_root()Bryan Schumaker-83/+0
2012-05-14NFS: Rename nfs4_proc_get_root()Bryan Schumaker-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells-1/+0
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro-4/+2
2011-03-24Merge branch 'nfs-for-2.6.39' into nfs-for-nextTrond Myklebust-0/+4
2011-03-22nfs4: Fix NULL dereference at d_alloc_and_lookup()Gusev Vitaliy-0/+4
2011-03-16nfs: store devname at disconnected NFS rootsAl Viro-4/+32
2011-03-16nfs: propagate devname to nfs{,4}_get_root()Al Viro-2/+4
2011-01-12switch nfs to ->s_d_opAl Viro-6/+0
2011-01-07fs: dcache per-inode inode alias lockingNick Piggin-2/+2
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin-2/+2
2011-01-07fs: dcache remove dcache_lockNick Piggin-2/+0
2011-01-07fs: scale inode alias listNick Piggin-0/+4
2010-10-25new helper: ihold()Al Viro-2/+1
2010-06-22nfs4 use mandatory attribute file type in nfs4_get_rootAndy Adamson-1/+1
2010-05-14NFSv4: Reduce stack footprint of nfs4_get_root()Trond Myklebust-30/+46
2010-05-14NFSv4: Eliminate nfs4_path_walk()Trond Myklebust-93/+22
2009-07-08headers: mnt_namespace.h reduxAlexey Dobriyan-1/+0
2009-03-11NFS: Fix the type of struct nfs_fattr->modeTrond Myklebust-2/+2
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig-8/+6
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells-2/+2
2007-12-12NFS: Fix an Oops in NFS unmountTrond Myklebust-0/+11
2007-11-17NFS: Fix the ustat() regressionTrond Myklebust-54/+27
2007-09-28NFS: Fix an Oops in encode_lookup()Trond Myklebust-0/+3
2007-05-09NFS: Kill the obsolete NFS_PARANOIAJesper Juhl-1/+0
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap-1/+0
2007-02-03NFSv4: Don't require that NFSv4 mount paths begin with '/'Trond Myklebust-5/+6
2006-12-08[PATCH] rename struct namespace to struct mnt_namespaceKirill Korotaev-1/+1
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones-1/+0
2006-09-22NFS: Secure the roots of the NFS subtrees in a shared superblockDavid Howells-0/+5