- 2ddd3ca nsproxy: Convert nsproxy.count to refcount_t by Elena Reshetova · 1 year, 7 months ago
- 281117c convert setns(2) to fdget()/fdput() by Al Viro · 2 years, 10 months ago
- 2b5f9da fs/exec: switch timens when a task gets a new mm by Andrei Vagin · 2 years, 5 months ago
- 33a2d6b Revert "fs/exec: allow to unshare a time namespace on vfork+exec" by Andrei Vagin · 2 years, 6 months ago
- 133e2d3 fs/exec: allow to unshare a time namespace on vfork+exec by Andrei Vagin · 2 years, 9 months ago
- 30acd0b memcg: enable accounting for new namesapces and struct nsproxy by Vasily Averin · 3 years, 6 months ago
- f9b4240b Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 3 months ago
- aabe19b nsproxy: use put_nsproxy() in switch_task_namespaces() by Hui Su · 4 years, 4 months ago
- 5c62634 namespace: make timens_on_fork() return nothing by Hui Su · 4 years, 3 months ago
- 76c1288 nsproxy: support CLONE_NEWTIME with setns() by Christian Brauner · 4 years, 8 months ago
- e571d4e nsproxy: restore EINVAL for non-namespace file descriptor by Christian Brauner · 4 years, 9 months ago
- 303cc57 nsproxy: attach to namespaces via pidfds by Christian Brauner · 4 years, 10 months ago
- f2a8d52 nsproxy: add struct nsset by Christian Brauner · 4 years, 10 months ago
- 769071a ns: Introduce Time Namespace by Andrei Vagin · 5 years ago
- b886d83c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 by Thomas Gleixner · 6 years ago
- e422267 perf: Add PERF_RECORD_NAMESPACES to include namespaces related info by Hari Bathini · 8 years ago
- a79a908 cgroup: introduce cgroup namespaces by Aditya Kali · 9 years ago
- f77c801 bury struct proc_ns in fs/proc by Al Viro · 10 years ago
- 33c4294 copy address of proc_ns_ops into ns_common by Al Viro · 10 years ago
- 728dba3 namespaces: Use task_lock and not rcu to protect nsproxy by Eric W. Biederman · 11 years ago
- c7c4591 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
- dbef0c1 namespaces: Simplify copy_namespaces so it is clear what is going on. by Eric W. Biederman · 12 years ago
- c2b1df2 Rename nsproxy.pid_ns to nsproxy.pid_ns_for_children by Andy Lutomirski · 12 years ago
- 21e8519 kernel/nsproxy.c: Improving a snippet of code. by Raphael S.Carvalho · 12 years ago
- 0bb80f2 proc: Split the namespace stuff out into linux/proc_ns.h by David Howells · 12 years ago
- d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
- 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
- d7d48f6 kernel/nsproxy.c: remove duplicate task_cred_xxx for user_ns by Yuanhan Liu · 12 years ago
- b2e0d987 userns: Implement unshare of the user namespace by Eric W. Biederman · 13 years ago
- bcf58e7 userns: Make create_new_namespaces take a user_ns parameter by Eric W. Biederman · 13 years ago
- 142e1d1 userns: Allow unprivileged use of setns. by Eric W. Biederman · 13 years ago
- b33c77e userns: Allow unprivileged users to create new namespaces by Eric W. Biederman · 13 years ago
- 771b137 vfs: Add a user namespace reference from struct mnt_namespace by Eric W. Biederman · 13 years ago
- 50804fe pidns: Support unsharing the pid namespace. by Eric W. Biederman · 15 years ago
- 17cf22c pidns: Use task_active_pid_ns where appropriate by Eric W. Biederman · 15 years ago
- 49f4d8b pidns: Capture the user namespace and filter ns_last_pid by Eric W. Biederman · 13 years ago
- 038e733 userns: make each net (net_ns) belong to a user_ns by Eric W. Biederman · 13 years ago
- 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 14 years ago
- 6657719 make sure that nsproxy_cache is initialized early enough by Al Viro · 14 years ago
- a77aea9 cgroup: remove the ns_cgroup by Daniel Lezcano · 14 years ago
- 0663c6f ns: Introduce the setns syscall by Eric W. Biederman · 15 years ago
- b0e7759 userns: user namespaces: convert several capable() calls by Serge E. Hallyn · 14 years ago
- b515498 userns: add a user namespace owner of ipc ns by Serge E. Hallyn · 14 years ago
- bb96a6f userns: allow sethostname in a container by Serge E. Hallyn · 14 years ago
- 59607db userns: add a user_namespace as creator/owner of uts_namespace by Serge E. Hallyn · 14 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 8467005 nsproxy: remove INIT_NSPROXY() by Alexey Dobriyan · 15 years ago
- 90af90d nsproxy: extract create_nsproxy() by Alexey Dobriyan · 16 years ago
- 18b6e04 User namespaces: set of cleanups (v2) by Serge Hallyn · 16 years ago
- 7a8fc9b removed unused #include <linux/version.h>'s by Adrian Bunk · 17 years ago
- e885dcd cgroup_clone: use pid of newly created task for new cgroup by Serge E. Hallyn · 17 years ago
- 02fdb36 ipc: sysvsem: refuse clone(CLONE_SYSVSEM|CLONE_NEWIPC) by Serge E. Hallyn · 17 years ago
- ae5e1b2 namespaces: move the IPC namespace under IPC_NS option by Pavel Emelyanov · 17 years ago
- 30e49c2 pid namespaces: allow cloning of new namespace by Pavel Emelyanov · 17 years ago
- cf7b708 Make access to task's nsproxy lighter by Pavel Emelyanov · 17 years ago
- 2894d650 pid namespaces: define and use task_active_pid_ns() wrapper by Sukadev Bhattiprolu · 17 years ago
- 858d72e cgroups: implement namespace tracking subsystem by Serge E. Hallyn · 17 years ago
- db8906d Use KMEM_CACHE macro to create the nsproxy cache by Pavel Emelyanov · 17 years ago
- 9dd776b [NET]: Add network namespace clone & unshare support. by Eric W. Biederman · 17 years ago
- 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 18 years ago
- 213dd26 namespace: ensure clone_flags are always stored in an unsigned long by Eric W. Biederman · 18 years ago
- 98c0d07 add a kmem_cache for nsproxy objects by Cedric Le Goater · 18 years ago
- 467e9f4 fix create_new_namespaces() return value by Cedric Le Goater · 18 years ago
- 77ec739 user namespace: add unshare by Serge E. Hallyn · 18 years ago
- acce292 user namespace: add the framework by Cedric Le Goater · 18 years ago
- 7d69a1f remove CONFIG_UTS_NS and CONFIG_IPC_NS by Cedric Le Goater · 18 years ago
- 4e71e474 fix refcounting of nsproxy object when unshared by Cedric Le Goater · 18 years ago
- e3222c4 Merge sys_clone()/sys_unshare() nsproxy and namespace handling by Badari Pulavarty · 18 years ago
- 444f378 Revert "[PATCH] namespaces: fix exit race by splitting exit" by Linus Torvalds · 18 years ago
- 7a238fc [PATCH] namespaces: fix exit race by splitting exit by Serge E. Hallyn · 18 years ago
- 5f8442e [PATCH] Revert "[PATCH] identifier to nsproxy" by Eric W. Biederman · 18 years ago
- 9a575a9 [PATCH] to nsproxy by Cedric Le Goater · 18 years ago
- 373beb3 [PATCH] identifier to nsproxy by Cedric Le Goater · 18 years ago
- 6b3286e [PATCH] rename struct namespace to struct mnt_namespace by Kirill Korotaev · 18 years ago
- e05d722 [PATCH] kernel/nsproxy.c: use kmemdup() by Alexey Dobriyan · 18 years ago
- 5d124e9 [PATCH] nsproxy cloning error path fix by Pavel · 18 years ago
- 25b21cb [PATCH] IPC namespace core by Kirill Korotaev · 18 years ago
- 071df104 [PATCH] namespaces: utsname: implement CLONE_NEWUTS flag by Serge E. Hallyn · 18 years ago
- 4865ecf [PATCH] namespaces: utsname: implement utsname namespaces by Serge E. Hallyn · 18 years ago
- 1651e14 [PATCH] namespaces: incorporate fs namespace into nsproxy by Serge E. Hallyn · 18 years ago
- 0437eb5 [PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.c by Serge E. Hallyn · 18 years ago
- ab51601 [PATCH] namespaces: add nsproxy by Serge E. Hallyn · 18 years ago