aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/nsproxy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-08Merge sys_clone()/sys_unshare() nsproxy and namespace handlingBadari Pulavarty1-53/+86
2007-01-30Revert "[PATCH] namespaces: fix exit race by splitting exit"Linus Torvalds1-15/+1
2007-01-30[PATCH] namespaces: fix exit race by splitting exitSerge E. Hallyn1-1/+15
2006-12-13[PATCH] Revert "[PATCH] identifier to nsproxy"Eric W. Biederman1-3/+1
2006-12-08[PATCH] to nsproxyCedric Le Goater1-7/+19
2006-12-08[PATCH] identifier to nsproxyCedric Le Goater1-1/+3
2006-12-08[PATCH] rename struct namespace to struct mnt_namespaceKirill Korotaev1-8/+8
2006-10-20[PATCH] kernel/nsproxy.c: use kmemdup()Alexey Dobriyan1-4/+2
2006-10-02[PATCH] nsproxy cloning error path fixPavel1-1/+1
2006-10-02[PATCH] IPC namespace coreKirill Korotaev1-13/+28
2006-10-02[PATCH] namespaces: utsname: implement CLONE_NEWUTS flagSerge E. Hallyn1-1/+1
2006-10-02[PATCH] namespaces: utsname: implement utsname namespacesSerge E. Hallyn1-0/+14
2006-10-02[PATCH] namespaces: incorporate fs namespace into nsproxySerge E. Hallyn1-1/+31
2006-10-02[PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.cSerge E. Hallyn1-0/+3
2006-10-02[PATCH] namespaces: add nsproxySerge E. Hallyn1-0/+77