aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/nsproxy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-04bury struct proc_ns in fs/procAl Viro1-3/+1
2014-12-04copy address of proc_ns_ops into ns_commonAl Viro1-4/+4
2014-07-29namespaces: Use task_lock and not rcu to protect nsproxyEric W. Biederman1-11/+4
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-24/+12
2013-08-30namespaces: Simplify copy_namespaces so it is clear what is going on.Eric W. Biederman1-24/+11
2013-08-27Rename nsproxy.pid_ns to nsproxy.pid_ns_for_childrenAndy Lutomirski1-13/+14
2013-08-26kernel/nsproxy.c: Improving a snippet of code.Raphael S.Carvalho1-1/+2
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells1-3/+3
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-21kernel/nsproxy.c: remove duplicate task_cred_xxx for user_nsYuanhan Liu1-2/+1
2012-11-20userns: Implement unshare of the user namespaceEric W. Biederman1-4/+4
2012-11-20userns: Make create_new_namespaces take a user_ns parameterEric W. Biederman1-9/+13
2012-11-20userns: Allow unprivileged use of setns.Eric W. Biederman1-3/+0
2012-11-20userns: Allow unprivileged users to create new namespacesEric W. Biederman1-2/+3
2012-11-19vfs: Add a user namespace reference from struct mnt_namespaceEric W. Biederman1-1/+1
2012-11-19pidns: Support unsharing the pid namespace.Eric W. Biederman1-1/+1
2012-11-19pidns: Use task_active_pid_ns where appropriateEric W. Biederman1-1/+1
2012-11-19pidns: Capture the user namespace and filter ns_last_pidEric W. Biederman1-1/+1
2012-11-18userns: make each net (net_ns) belong to a user_nsEric W. Biederman1-1/+1
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-07-20make sure that nsproxy_cache is initialized early enoughAl Viro1-3/+1
2011-05-26cgroup: remove the ns_cgroupDaniel Lezcano1-4/+0
2011-05-10ns: Introduce the setns syscallEric W. Biederman1-0/+42
2011-03-23userns: user namespaces: convert several capable() callsSerge E. Hallyn1-6/+1
2011-03-23userns: add a user namespace owner of ipc nsSerge E. Hallyn1-0/+5
2011-03-23userns: allow sethostname in a containerSerge E. Hallyn1-6/+1
2011-03-23userns: add a user_namespace as creator/owner of uts_namespaceSerge E. Hallyn1-0/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-12nsproxy: remove INIT_NSPROXY()Alexey Dobriyan1-1/+12
2009-06-18nsproxy: extract create_nsproxy()Alexey Dobriyan1-12/+7
2008-11-24User namespaces: set of cleanups (v2)Serge Hallyn1-13/+2
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk1-1/+0
2008-07-25cgroup_clone: use pid of newly created task for new cgroupSerge E. Hallyn1-7/+1
2008-04-29ipc: sysvsem: refuse clone(CLONE_SYSVSEM|CLONE_NEWIPC)Serge E. Hallyn1-0/+12
2008-02-08namespaces: move the IPC namespace under IPC_NS optionPavel Emelyanov1-0/+1
2007-10-19pid namespaces: allow cloning of new namespacePavel Emelyanov1-1/+2
2007-10-19Make access to task's nsproxy lighterPavel Emelyanov1-13/+27
2007-10-19pid namespaces: define and use task_active_pid_ns() wrapperSukadev Bhattiprolu1-1/+1
2007-10-19cgroups: implement namespace tracking subsystemSerge E. Hallyn1-1/+16
2007-10-17Use KMEM_CACHE macro to create the nsproxy cachePavel Emelyanov1-2/+1
2007-10-10[NET]: Add network namespace clone & unshare support.Eric W. Biederman1-2/+13
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-16namespace: ensure clone_flags are always stored in an unsigned longEric W. Biederman1-3/+3
2007-07-16add a kmem_cache for nsproxy objectsCedric Le Goater1-4/+17
2007-07-16fix create_new_namespaces() return valueCedric Le Goater1-6/+17
2007-07-16user namespace: add unshareSerge E. Hallyn1-2/+3
2007-07-16user namespace: add the frameworkCedric Le Goater1-0/+9
2007-07-16remove CONFIG_UTS_NS and CONFIG_IPC_NSCedric Le Goater1-10/+0
2007-06-24fix refcounting of nsproxy object when unsharedCedric Le Goater1-8/+2