| Commit message (Expand) | Author | Age | Files | Lines |
* | proc: Split the namespace stuff out into linux/proc_ns.h | David Howells | 2013-05-01 | 1 | -3/+3 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-26 | 1 | -1/+1 |
|\ |
|
| * | new helper: file_inode(file) | Al Viro | 2013-02-22 | 1 | -1/+1 |
* | | kernel/nsproxy.c: remove duplicate task_cred_xxx for user_ns | Yuanhan Liu | 2013-02-21 | 1 | -2/+1 |
|/ |
|
* | userns: Implement unshare of the user namespace | Eric W. Biederman | 2012-11-20 | 1 | -4/+4 |
* | userns: Make create_new_namespaces take a user_ns parameter | Eric W. Biederman | 2012-11-20 | 1 | -9/+13 |
* | userns: Allow unprivileged use of setns. | Eric W. Biederman | 2012-11-20 | 1 | -3/+0 |
* | userns: Allow unprivileged users to create new namespaces | Eric W. Biederman | 2012-11-20 | 1 | -2/+3 |
* | vfs: Add a user namespace reference from struct mnt_namespace | Eric W. Biederman | 2012-11-19 | 1 | -1/+1 |
* | pidns: Support unsharing the pid namespace. | Eric W. Biederman | 2012-11-19 | 1 | -1/+1 |
* | pidns: Use task_active_pid_ns where appropriate | Eric W. Biederman | 2012-11-19 | 1 | -1/+1 |
* | pidns: Capture the user namespace and filter ns_last_pid | Eric W. Biederman | 2012-11-19 | 1 | -1/+1 |
* | userns: make each net (net_ns) belong to a user_ns | Eric W. Biederman | 2012-11-18 | 1 | -1/+1 |
* | kernel: Map most files to use export.h instead of module.h | Paul Gortmaker | 2011-10-31 | 1 | -1/+1 |
* | make sure that nsproxy_cache is initialized early enough | Al Viro | 2011-07-20 | 1 | -3/+1 |
* | cgroup: remove the ns_cgroup | Daniel Lezcano | 2011-05-26 | 1 | -4/+0 |
* | ns: Introduce the setns syscall | Eric W. Biederman | 2011-05-10 | 1 | -0/+42 |
* | userns: user namespaces: convert several capable() calls | Serge E. Hallyn | 2011-03-23 | 1 | -6/+1 |
* | userns: add a user namespace owner of ipc ns | Serge E. Hallyn | 2011-03-23 | 1 | -0/+5 |
* | userns: allow sethostname in a container | Serge E. Hallyn | 2011-03-23 | 1 | -6/+1 |
* | userns: add a user_namespace as creator/owner of uts_namespace | Serge E. Hallyn | 2011-03-23 | 1 | -0/+5 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | nsproxy: remove INIT_NSPROXY() | Alexey Dobriyan | 2010-03-12 | 1 | -1/+12 |
* | nsproxy: extract create_nsproxy() | Alexey Dobriyan | 2009-06-18 | 1 | -12/+7 |
* | User namespaces: set of cleanups (v2) | Serge Hallyn | 2008-11-24 | 1 | -13/+2 |
* | removed unused #include <linux/version.h>'s | Adrian Bunk | 2008-08-23 | 1 | -1/+0 |
* | cgroup_clone: use pid of newly created task for new cgroup | Serge E. Hallyn | 2008-07-25 | 1 | -7/+1 |
* | ipc: sysvsem: refuse clone(CLONE_SYSVSEM|CLONE_NEWIPC) | Serge E. Hallyn | 2008-04-29 | 1 | -0/+12 |
* | namespaces: move the IPC namespace under IPC_NS option | Pavel Emelyanov | 2008-02-08 | 1 | -0/+1 |
* | pid namespaces: allow cloning of new namespace | Pavel Emelyanov | 2007-10-19 | 1 | -1/+2 |
* | Make access to task's nsproxy lighter | Pavel Emelyanov | 2007-10-19 | 1 | -13/+27 |
* | pid namespaces: define and use task_active_pid_ns() wrapper | Sukadev Bhattiprolu | 2007-10-19 | 1 | -1/+1 |
* | cgroups: implement namespace tracking subsystem | Serge E. Hallyn | 2007-10-19 | 1 | -1/+16 |
* | Use KMEM_CACHE macro to create the nsproxy cache | Pavel Emelyanov | 2007-10-17 | 1 | -2/+1 |
* | [NET]: Add network namespace clone & unshare support. | Eric W. Biederman | 2007-10-10 | 1 | -2/+13 |
* | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 2007-07-20 | 1 | -1/+1 |
* | namespace: ensure clone_flags are always stored in an unsigned long | Eric W. Biederman | 2007-07-16 | 1 | -3/+3 |
* | add a kmem_cache for nsproxy objects | Cedric Le Goater | 2007-07-16 | 1 | -4/+17 |
* | fix create_new_namespaces() return value | Cedric Le Goater | 2007-07-16 | 1 | -6/+17 |
* | user namespace: add unshare | Serge E. Hallyn | 2007-07-16 | 1 | -2/+3 |
* | user namespace: add the framework | Cedric Le Goater | 2007-07-16 | 1 | -0/+9 |
* | remove CONFIG_UTS_NS and CONFIG_IPC_NS | Cedric Le Goater | 2007-07-16 | 1 | -10/+0 |
* | fix refcounting of nsproxy object when unshared | Cedric Le Goater | 2007-06-24 | 1 | -8/+2 |
* | Merge sys_clone()/sys_unshare() nsproxy and namespace handling | Badari Pulavarty | 2007-05-08 | 1 | -53/+86 |
* | Revert "[PATCH] namespaces: fix exit race by splitting exit" | Linus Torvalds | 2007-01-30 | 1 | -15/+1 |
* | [PATCH] namespaces: fix exit race by splitting exit | Serge E. Hallyn | 2007-01-30 | 1 | -1/+15 |
* | [PATCH] Revert "[PATCH] identifier to nsproxy" | Eric W. Biederman | 2006-12-13 | 1 | -3/+1 |
* | [PATCH] to nsproxy | Cedric Le Goater | 2006-12-08 | 1 | -7/+19 |
* | [PATCH] identifier to nsproxy | Cedric Le Goater | 2006-12-08 | 1 | -1/+3 |
* | [PATCH] rename struct namespace to struct mnt_namespace | Kirill Korotaev | 2006-12-08 | 1 | -8/+8 |