summaryrefslogtreecommitdiffstats
path: root/fs/nfs/getroot.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* switch d_materialise_unique() users to d_splice_alias()Al Viro2014-11-191-1/+1
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2014-11-031-1/+1
* dcache: d_obtain_alias callers don't all want DISCONNECTEDJ. Bruce Fields2014-08-071-1/+1
* NFS: Fix memroy leak for double mountsKinglong Mee2014-04-151-1/+2
* NFS:Add labels to client function prototypesDavid Quigley2013-06-081-1/+1
* nfs: remove kfree() redundant null checksTim Gardner2013-02-171-2/+1
* nfs: include internal.h in getroot.hStanislav Kinsbursky2012-10-021-0/+2
* NFS: Move the v4 getroot code to nfs4getroot.cBryan Schumaker2012-07-171-50/+0
* vfs: switch i_dentry/d_alias to hlistAl Viro2012-07-141-1/+1
* NFS: Create a single nfs_get_root()Bryan Schumaker2012-05-141-83/+0
* NFS: Rename nfs4_proc_get_root()Bryan Schumaker2012-05-141-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-4/+2
* Merge branch 'nfs-for-2.6.39' into nfs-for-nextTrond Myklebust2011-03-241-0/+4
|\
| * nfs4: Fix NULL dereference at d_alloc_and_lookup()Gusev Vitaliy2011-03-221-0/+4
* | nfs: store devname at disconnected NFS rootsAl Viro2011-03-161-4/+32
* | nfs: propagate devname to nfs{,4}_get_root()Al Viro2011-03-161-2/+4
|/
* switch nfs to ->s_d_opAl Viro2011-01-121-6/+0
* fs: dcache per-inode inode alias lockingNick Piggin2011-01-071-2/+2
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-2/+2
* fs: dcache remove dcache_lockNick Piggin2011-01-071-2/+0
* fs: scale inode alias listNick Piggin2011-01-071-0/+4
* new helper: ihold()Al Viro2010-10-251-2/+1
* nfs4 use mandatory attribute file type in nfs4_get_rootAndy Adamson2010-06-221-1/+1
* NFSv4: Reduce stack footprint of nfs4_get_root()Trond Myklebust2010-05-141-30/+46
* NFSv4: Eliminate nfs4_path_walk()Trond Myklebust2010-05-141-93/+22
* headers: mnt_namespace.h reduxAlexey Dobriyan2009-07-081-1/+0
* NFS: Fix the type of struct nfs_fattr->modeTrond Myklebust2009-03-111-2/+2
* [PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig2008-10-231-8/+6
* Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2008-02-071-2/+2
* NFS: Fix an Oops in NFS unmountTrond Myklebust2007-12-121-0/+11
* NFS: Fix the ustat() regressionTrond Myklebust2007-11-171-54/+27
* NFS: Fix an Oops in encode_lookup()Trond Myklebust2007-09-281-0/+3
* NFS: Kill the obsolete NFS_PARANOIAJesper Juhl2007-05-091-1/+0
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* NFSv4: Don't require that NFSv4 mount paths begin with '/'Trond Myklebust2007-02-031-5/+6
* [PATCH] rename struct namespace to struct mnt_namespaceKirill Korotaev2006-12-081-1/+1
* Remove all inclusions of <linux/config.h>Dave Jones2006-10-041-1/+0
* NFS: Secure the roots of the NFS subtrees in a shared superblockDavid Howells2006-09-221-0/+5
* NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells2006-09-221-0/+306
OpenPOWER on IntegriCloud