Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d26a5d4350fd234c1f35d8b262527c8cb97c630d
/
kernel
/
nsproxy.c
a79a908
cgroup: introduce cgroup namespaces
by Aditya Kali
· 9 years ago
f77c801
bury struct proc_ns in fs/proc
by Al Viro
· 10 years ago
33c4294
copy address of proc_ns_ops into ns_common
by Al Viro
· 10 years ago
728dba3
namespaces: Use task_lock and not rcu to protect nsproxy
by Eric W. Biederman
· 11 years ago
c7c4591
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 11 years ago
dbef0c1
namespaces: Simplify copy_namespaces so it is clear what is going on.
by Eric W. Biederman
· 12 years ago
c2b1df2
Rename nsproxy.pid_ns to nsproxy.pid_ns_for_children
by Andy Lutomirski
· 11 years ago
21e8519
kernel/nsproxy.c: Improving a snippet of code.
by Raphael S.Carvalho
· 12 years ago
0bb80f2
proc: Split the namespace stuff out into linux/proc_ns.h
by David Howells
· 12 years ago
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
d7d48f6
kernel/nsproxy.c: remove duplicate task_cred_xxx for user_ns
by Yuanhan Liu
· 12 years ago
b2e0d987
userns: Implement unshare of the user namespace
by Eric W. Biederman
· 12 years ago
bcf58e7
userns: Make create_new_namespaces take a user_ns parameter
by Eric W. Biederman
· 12 years ago
142e1d1
userns: Allow unprivileged use of setns.
by Eric W. Biederman
· 12 years ago
b33c77e
userns: Allow unprivileged users to create new namespaces
by Eric W. Biederman
· 12 years ago
771b137
vfs: Add a user namespace reference from struct mnt_namespace
by Eric W. Biederman
· 12 years ago
50804fe
pidns: Support unsharing the pid namespace.
by Eric W. Biederman
· 15 years ago
17cf22c
pidns: Use task_active_pid_ns where appropriate
by Eric W. Biederman
· 15 years ago
49f4d8b
pidns: Capture the user namespace and filter ns_last_pid
by Eric W. Biederman
· 12 years ago
038e733
userns: make each net (net_ns) belong to a user_ns
by Eric W. Biederman
· 12 years ago
9984de1
kernel: Map most files to use export.h instead of module.h
by Paul Gortmaker
· 13 years ago
6657719
make sure that nsproxy_cache is initialized early enough
by Al Viro
· 13 years ago
a77aea9
cgroup: remove the ns_cgroup
by Daniel Lezcano
· 13 years ago
0663c6f
ns: Introduce the setns syscall
by Eric W. Biederman
· 15 years ago
b0e7759
userns: user namespaces: convert several capable() calls
by Serge E. Hallyn
· 14 years ago
b515498
userns: add a user namespace owner of ipc ns
by Serge E. Hallyn
· 14 years ago
bb96a6f
userns: allow sethostname in a container
by Serge E. Hallyn
· 14 years ago
59607db
userns: add a user_namespace as creator/owner of uts_namespace
by Serge E. Hallyn
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
8467005
nsproxy: remove INIT_NSPROXY()
by Alexey Dobriyan
· 15 years ago
90af90d
nsproxy: extract create_nsproxy()
by Alexey Dobriyan
· 15 years ago
18b6e04
User namespaces: set of cleanups (v2)
by Serge Hallyn
· 16 years ago
7a8fc9b
removed unused #include <linux/version.h>'s
by Adrian Bunk
· 16 years ago
e885dcd
cgroup_clone: use pid of newly created task for new cgroup
by Serge E. Hallyn
· 16 years ago
02fdb36
ipc: sysvsem: refuse clone(CLONE_SYSVSEM|CLONE_NEWIPC)
by Serge E. Hallyn
· 17 years ago
ae5e1b2
namespaces: move the IPC namespace under IPC_NS option
by Pavel Emelyanov
· 17 years ago
30e49c2
pid namespaces: allow cloning of new namespace
by Pavel Emelyanov
· 17 years ago
cf7b708
Make access to task's nsproxy lighter
by Pavel Emelyanov
· 17 years ago
2894d650
pid namespaces: define and use task_active_pid_ns() wrapper
by Sukadev Bhattiprolu
· 17 years ago
858d72e
cgroups: implement namespace tracking subsystem
by Serge E. Hallyn
· 17 years ago
db8906d
Use KMEM_CACHE macro to create the nsproxy cache
by Pavel Emelyanov
· 17 years ago
9dd776b
[NET]: Add network namespace clone & unshare support.
by Eric W. Biederman
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
213dd26
namespace: ensure clone_flags are always stored in an unsigned long
by Eric W. Biederman
· 17 years ago
98c0d07
add a kmem_cache for nsproxy objects
by Cedric Le Goater
· 17 years ago
467e9f4
fix create_new_namespaces() return value
by Cedric Le Goater
· 17 years ago
77ec739
user namespace: add unshare
by Serge E. Hallyn
· 17 years ago
acce292
user namespace: add the framework
by Cedric Le Goater
· 17 years ago
7d69a1f
remove CONFIG_UTS_NS and CONFIG_IPC_NS
by Cedric Le Goater
· 17 years ago
4e71e474
fix refcounting of nsproxy object when unshared
by Cedric Le Goater
· 17 years ago
e3222c4
Merge sys_clone()/sys_unshare() nsproxy and namespace handling
by Badari Pulavarty
· 18 years ago
444f378
Revert "[PATCH] namespaces: fix exit race by splitting exit"
by Linus Torvalds
· 18 years ago
7a238fc
[PATCH] namespaces: fix exit race by splitting exit
by Serge E. Hallyn
· 18 years ago
5f8442e
[PATCH] Revert "[PATCH] identifier to nsproxy"
by Eric W. Biederman
· 18 years ago
9a575a9
[PATCH] to nsproxy
by Cedric Le Goater
· 18 years ago
373beb3
[PATCH] identifier to nsproxy
by Cedric Le Goater
· 18 years ago
6b3286e
[PATCH] rename struct namespace to struct mnt_namespace
by Kirill Korotaev
· 18 years ago
e05d722
[PATCH] kernel/nsproxy.c: use kmemdup()
by Alexey Dobriyan
· 18 years ago
5d124e9
[PATCH] nsproxy cloning error path fix
by Pavel
· 18 years ago
25b21cb
[PATCH] IPC namespace core
by Kirill Korotaev
· 18 years ago
071df10
[PATCH] namespaces: utsname: implement CLONE_NEWUTS flag
by Serge E. Hallyn
· 18 years ago
4865ecf
[PATCH] namespaces: utsname: implement utsname namespaces
by Serge E. Hallyn
· 18 years ago
1651e14
[PATCH] namespaces: incorporate fs namespace into nsproxy
by Serge E. Hallyn
· 18 years ago
0437eb5
[PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.c
by Serge E. Hallyn
· 18 years ago
ab51601
[PATCH] namespaces: add nsproxy
by Serge E. Hallyn
· 18 years ago