summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-02-16cgroup: introduce cgroup namespacesAditya Kali8-10/+250
2014-12-04bury struct proc_ns in fs/procAl Viro6-27/+15
2014-12-04copy address of proc_ns_ops into ns_commonAl Viro13-10/+34
2014-07-30namespaces: Use task_lock and not rcu to protect nsproxyEric W. Biederman8-40/+31
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds27-104/+177
2013-08-31namespaces: 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 Lutomirski4-18/+24
2013-08-27kernel/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 Howells15-92/+109
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds383-1423/+1276
2013-02-23new helper: file_inode(file)Al Viro306-717/+696
2013-02-22kernel/nsproxy.c: remove duplicate task_cred_xxx for user_nsYuanhan Liu1-2/+1
2012-11-20userns: Implement unshare of the user namespaceEric W. Biederman5-8/+51
2012-11-20userns: Make create_new_namespaces take a user_ns parameterEric W. Biederman5-26/+28
2012-11-20userns: Allow unprivileged use of setns.Eric W. Biederman4-6/+17
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. Biederman4-10/+20
2012-11-19pidns: Support unsharing the pid namespace.Eric W. Biederman3-10/+26
2012-11-19pidns: Use task_active_pid_ns where appropriateEric W. Biederman12-15/+16
2012-11-19pidns: Capture the user namespace and filter ns_last_pidEric W. Biederman4-9/+19
2012-11-19userns: make each net (net_ns) belong to a user_nsEric W. Biederman3-7/+20
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker61-61/+61
2011-07-20make sure that nsproxy_cache is initialized early enoughAl Viro3-3/+3
2011-05-27cgroup: remove the ns_cgroupDaniel Lezcano22-287/+4
2011-05-10ns: Introduce the setns syscallEric W. Biederman1-0/+42
2011-03-24userns: user namespaces: convert several capable() callsSerge E. Hallyn13-45/+75
2011-03-24userns: add a user namespace owner of ipc nsSerge E. Hallyn4-2/+16
2011-03-24userns: allow sethostname in a containerSerge E. Hallyn4-15/+12
2011-03-24userns: add a user_namespace as creator/owner of uts_namespaceSerge E. Hallyn5-2/+20
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo4208-717/+3717
2010-03-12nsproxy: remove INIT_NSPROXY()Alexey Dobriyan4-19/+12
2009-06-18nsproxy: extract create_nsproxy()Alexey Dobriyan1-12/+7
2008-11-24User namespaces: set of cleanups (v2)Serge Hallyn13-129/+96
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk67-72/+0
2008-07-25cgroup_clone: use pid of newly created task for new cgroupSerge E. Hallyn6-16/+23
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 Emelyanov12-112/+164
2007-10-19pid namespaces: allow cloning of new namespacePavel Emelyanov4-22/+113
2007-10-19Make access to task's nsproxy lighterPavel Emelyanov6-45/+91
2007-10-19pid namespaces: define and use task_active_pid_ns() wrapperSukadev Bhattiprolu5-5/+11
2007-10-19cgroups: implement namespace tracking subsystemSerge E. Hallyn6-8/+146
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. Biederman6-5/+83
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt165-268/+247
2007-07-16namespace: ensure clone_flags are always stored in an unsigned longEric W. Biederman8-10/+11
2007-07-16add a kmem_cache for nsproxy objectsCedric Le Goater1-4/+17
2007-07-16fix create_new_namespaces() return valueCedric Le Goater4-15/+28
2007-07-16user namespace: add unshareSerge E. Hallyn5-4/+54
2007-07-16user namespace: add the frameworkCedric Le Goater11-14/+137
2007-07-16remove CONFIG_UTS_NS and CONFIG_IPC_NSCedric Le Goater11-79/+12
[next]