summaryrefslogtreecommitdiffstats
path: root/kernel/nsproxy.c
Commit message (Expand)AuthorAgeFilesLines
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* make sure that nsproxy_cache is initialized early enoughAl Viro2011-07-201-3/+1
* cgroup: remove the ns_cgroupDaniel Lezcano2011-05-261-4/+0
* ns: Introduce the setns syscallEric W. Biederman2011-05-101-0/+42
* userns: user namespaces: convert several capable() callsSerge E. Hallyn2011-03-231-6/+1
* userns: add a user namespace owner of ipc nsSerge E. Hallyn2011-03-231-0/+5
* userns: allow sethostname in a containerSerge E. Hallyn2011-03-231-6/+1
* userns: add a user_namespace as creator/owner of uts_namespaceSerge E. Hallyn2011-03-231-0/+5
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* nsproxy: remove INIT_NSPROXY()Alexey Dobriyan2010-03-121-1/+12
* nsproxy: extract create_nsproxy()Alexey Dobriyan2009-06-181-12/+7
* User namespaces: set of cleanups (v2)Serge Hallyn2008-11-241-13/+2
* removed unused #include <linux/version.h>'sAdrian Bunk2008-08-231-1/+0
* cgroup_clone: use pid of newly created task for new cgroupSerge E. Hallyn2008-07-251-7/+1
* ipc: sysvsem: refuse clone(CLONE_SYSVSEM|CLONE_NEWIPC)Serge E. Hallyn2008-04-291-0/+12
* namespaces: move the IPC namespace under IPC_NS optionPavel Emelyanov2008-02-081-0/+1
* pid namespaces: allow cloning of new namespacePavel Emelyanov2007-10-191-1/+2
* Make access to task's nsproxy lighterPavel Emelyanov2007-10-191-13/+27
* pid namespaces: define and use task_active_pid_ns() wrapperSukadev Bhattiprolu2007-10-191-1/+1
* cgroups: implement namespace tracking subsystemSerge E. Hallyn2007-10-191-1/+16
* Use KMEM_CACHE macro to create the nsproxy cachePavel Emelyanov2007-10-171-2/+1
* [NET]: Add network namespace clone & unshare support.Eric W. Biederman2007-10-101-2/+13
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* namespace: ensure clone_flags are always stored in an unsigned longEric W. Biederman2007-07-161-3/+3
* add a kmem_cache for nsproxy objectsCedric Le Goater2007-07-161-4/+17
* fix create_new_namespaces() return valueCedric Le Goater2007-07-161-6/+17
* user namespace: add unshareSerge E. Hallyn2007-07-161-2/+3
* user namespace: add the frameworkCedric Le Goater2007-07-161-0/+9
* remove CONFIG_UTS_NS and CONFIG_IPC_NSCedric Le Goater2007-07-161-10/+0
* fix refcounting of nsproxy object when unsharedCedric Le Goater2007-06-241-8/+2
* Merge sys_clone()/sys_unshare() nsproxy and namespace handlingBadari Pulavarty2007-05-081-53/+86
* Revert "[PATCH] namespaces: fix exit race by splitting exit"Linus Torvalds2007-01-301-15/+1
* [PATCH] namespaces: fix exit race by splitting exitSerge E. Hallyn2007-01-301-1/+15
* [PATCH] Revert "[PATCH] identifier to nsproxy"Eric W. Biederman2006-12-131-3/+1
* [PATCH] to nsproxyCedric Le Goater2006-12-081-7/+19
* [PATCH] identifier to nsproxyCedric Le Goater2006-12-081-1/+3
* [PATCH] rename struct namespace to struct mnt_namespaceKirill Korotaev2006-12-081-8/+8
* [PATCH] kernel/nsproxy.c: use kmemdup()Alexey Dobriyan2006-10-201-4/+2
* [PATCH] nsproxy cloning error path fixPavel2006-10-021-1/+1
* [PATCH] IPC namespace coreKirill Korotaev2006-10-021-13/+28
* [PATCH] namespaces: utsname: implement CLONE_NEWUTS flagSerge E. Hallyn2006-10-021-1/+1
* [PATCH] namespaces: utsname: implement utsname namespacesSerge E. Hallyn2006-10-021-0/+14
* [PATCH] namespaces: incorporate fs namespace into nsproxySerge E. Hallyn2006-10-021-1/+31
* [PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.cSerge E. Hallyn2006-10-021-0/+3
* [PATCH] namespaces: add nsproxySerge E. Hallyn2006-10-021-0/+77