ta name='robots' content='index, nofollow'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/getroot.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-23nfs: fix the comment of nfs_get_rootLi Lingfeng1-1/+1
2021-11-05NFS: Remove the nfs4_label argument from nfs_setsecurityAnna Schumaker1-1/+1
2021-11-05NFS: Remove the nfs4_label argument from nfs_fhget()Anna Schumaker1-1/+1
2021-11-05NFS: Create a new nfs_alloc_fattr_with_label() functionAnna Schumaker1-11/+6
2021-06-28nfs: update has_sec_mnt_opts after cloning lsm options from parentScott Mayhew1-4/+8
2020-03-30NFS: Ensure security label is set for root inodeScott Mayhew1-4/+35
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