index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
getroot.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
1
-2
/
+2
2014-11-19
switch d_materialise_unique() users to d_splice_alias()
Al Viro
1
-1
/
+1
2014-11-03
move d_rcu from overlapping d_child to overlapping d_alias
Al Viro
1
-1
/
+1
2014-08-07
dcache: d_obtain_alias callers don't all want DISCONNECTED
J. Bruce Fields
1
-1
/
+1
2014-04-15
NFS: Fix memroy leak for double mounts
Kinglong Mee
1
-1
/
+2
2013-06-09
NFS:Add labels to client function prototypes
David Quigley
1
-1
/
+1
2013-02-18
nfs: remove kfree() redundant null checks
Tim Gardner
1
-2
/
+1
2012-10-02
nfs: include internal.h in getroot.h
Stanislav Kinsbursky
1
-0
/
+2
2012-07-17
NFS: Move the v4 getroot code to nfs4getroot.c
Bryan Schumaker
1
-50
/
+0
2012-07-14
vfs: switch i_dentry/d_alias to hlist
Al Viro
1
-1
/
+1
2012-05-15
NFS: Create a single nfs_get_root()
Bryan Schumaker
1
-83
/
+0
2012-05-15
NFS: Rename nfs4_proc_get_root()
Bryan Schumaker
1
-1
/
+1
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
1
-1
/
+0
2012-03-21
switch open-coded instances of d_make_root() to new helper
Al Viro
1
-4
/
+2
2011-03-25
Merge branch 'nfs-for-2.6.39' into nfs-for-next
Trond Myklebust
1
-0
/
+4
2011-03-23
nfs4: Fix NULL dereference at d_alloc_and_lookup()
Gusev Vitaliy
1
-0
/
+4
2011-03-16
nfs: store devname at disconnected NFS roots
Al Viro
1
-4
/
+32
2011-03-16
nfs: propagate devname to nfs{,4}_get_root()
Al Viro
1
-2
/
+4
2011-01-13
switch nfs to ->s_d_op
Al Viro
1
-6
/
+0
2011-01-07
fs: dcache per-inode inode alias locking
Nick Piggin
1
-2
/
+2
2011-01-07
fs: dcache reduce branches in lookup path
Nick Piggin
1
-2
/
+2
2011-01-07
fs: dcache remove dcache_lock
Nick Piggin
1
-2
/
+0
2011-01-07
fs: scale inode alias list
Nick Piggin
1
-0
/
+4
2010-10-26
new helper: ihold()
Al Viro
1
-2
/
+1
2010-06-22
nfs4 use mandatory attribute file type in nfs4_get_root
Andy Adamson
1
-1
/
+1
2010-05-14
NFSv4: Reduce stack footprint of nfs4_get_root()
Trond Myklebust
1
-30
/
+46
2010-05-14
NFSv4: Eliminate nfs4_path_walk()
Trond Myklebust
1
-93
/
+22
2009-07-08
headers: mnt_namespace.h redux
Alexey Dobriyan
1
-1
/
+0
2009-03-11
NFS: Fix the type of struct nfs_fattr->mode
Trond Myklebust
1
-2
/
+2
2008-10-23
[PATCH] switch all filesystems over to d_obtain_alias
Christoph Hellwig
1
-8
/
+6
2008-02-07
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
David Howells
1
-2
/
+2
2007-12-12
NFS: Fix an Oops in NFS unmount
Trond Myklebust
1
-0
/
+11
2007-11-17
NFS: Fix the ustat() regression
Trond Myklebust
1
-54
/
+27
2007-09-29
NFS: Fix an Oops in encode_lookup()
Trond Myklebust
1
-0
/
+3
2007-05-10
NFS: Kill the obsolete NFS_PARANOIA
Jesper Juhl
1
-1
/
+0
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2007-02-04
NFSv4: Don't require that NFSv4 mount paths begin with '/'
Trond Myklebust
1
-5
/
+6
2006-12-08
[PATCH] rename struct namespace to struct mnt_namespace
Kirill Korotaev
1
-1
/
+1
2006-10-04
Remove all inclusions of <linux/config.h>
Dave Jones
1
-1
/
+0
2006-09-23
NFS: Secure the roots of the NFS subtrees in a shared superblock
David Howells
1
-0
/
+5
2006-09-23
NFS: Share NFS superblocks per-protocol per-server per-FSID
David Howells
1
-0
/
+306