index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
proc
/
namespaces.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
kill proc_ns completely
Al Viro
2014-12-10
1
-3
/
+3
*
take the targets of /proc/*/ns/* symlinks to separate fs
Al Viro
2014-12-10
1
-139
/
+13
*
bury struct proc_ns in fs/proc
Al Viro
2014-12-04
1
-3
/
+4
*
make proc_ns_operations work with struct ns_common * instead of void *
Al Viro
2014-12-04
1
-4
/
+4
*
new helper: readlink_copy()
Al Viro
2014-04-01
1
-10
/
+4
*
consolidate simple ->d_delete() instances
Al Viro
2013-11-15
1
-7
/
+1
*
proc_fill_cache(): just make instantiate_t return int
Al Viro
2013-06-29
1
-7
/
+6
*
[readdir] convert procfs
Al Viro
2013-06-29
1
-56
/
+18
*
proc: Split the namespace stuff out into linux/proc_ns.h
David Howells
2013-05-01
1
-6
/
+11
*
proc: Use nd_jump_link in proc_ns_follow_link
Eric W. Biederman
2013-03-09
1
-6
/
+6
*
proc: Usable inode numbers for the namespace file descriptors.
Eric W. Biederman
2012-11-20
1
-10
/
+14
*
proc: Fix the namespace inode permission checks.
Eric W. Biederman
2012-11-20
1
-21
/
+148
*
userns: Implent proc namespace operations
Eric W. Biederman
2012-11-20
1
-0
/
+4
*
vfs: Add setns support for the mount namespace
Eric W. Biederman
2012-11-19
1
-0
/
+5
*
pidns: Add setns support
Eric W. Biederman
2012-11-19
1
-0
/
+3
*
stop passing nameidata to ->lookup()
Al Viro
2012-07-14
1
-1
/
+1
*
stop passing nameidata * to ->d_revalidate()
Al Viro
2012-07-14
1
-1
/
+1
*
fs/proc/namespaces.c: prevent crash when ns_entries[] is empty
Andrew Morton
2012-03-28
1
-3
/
+3
*
proc-ns: use d_set_d_op() API to set dentry ops in proc_ns_instantiate().
Pravin B Shelar
2012-03-23
1
-1
/
+1
*
vfs: trim includes a bit
Al Viro
2012-01-03
1
-1
/
+0
*
proc: Fix Oops on stat of /proc/<zombie pid>/ns/net
Eric W. Biederman
2011-06-15
1
-3
/
+6
*
ns proc: Return -ENOENT for a nonexistent /proc/self/ns/ entry.
Eric W. Biederman
2011-05-24
1
-0
/
+1
*
ns proc: Add support for the ipc namespace
Eric W. Biederman
2011-05-10
1
-0
/
+3
*
ns proc: Add support for the uts namespace
Eric W. Biederman
2011-05-10
1
-0
/
+3
*
ns proc: Add support for the network namespace.
Eric W. Biederman
2011-05-10
1
-0
/
+3
*
ns: proc files for namespace naming policy.
Eric W. Biederman
2011-05-10
1
-0
/
+188