| Commit message (Expand) | Author | Age | Files | Lines |
* | nsproxy: Convert nsproxy.count to refcount_t | Elena Reshetova | 2023-08-21 | 1 | -2/+2 |
* | convert setns(2) to fdget()/fdput() | Al Viro | 2023-04-21 | 1 | -9/+8 |
* | fs/exec: switch timens when a task gets a new mm | Andrei Vagin | 2022-10-26 | 1 | -2/+21 |
* | Revert "fs/exec: allow to unshare a time namespace on vfork+exec" | Andrei Vagin | 2022-09-13 | 1 | -2/+1 |
* | fs/exec: allow to unshare a time namespace on vfork+exec | Andrei Vagin | 2022-06-15 | 1 | -1/+2 |
* | memcg: enable accounting for new namesapces and struct nsproxy | Vasily Averin | 2021-09-03 | 1 | -1/+1 |
* | Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau... | Linus Torvalds | 2020-12-15 | 1 | -3/+3 |
|\ |
|
| * | nsproxy: use put_nsproxy() in switch_task_namespaces() | Hui Su | 2020-11-19 | 1 | -3/+3 |
* | | namespace: make timens_on_fork() return nothing | Hui Su | 2020-11-18 | 1 | -6/+1 |
|/ |
|
* | nsproxy: support CLONE_NEWTIME with setns() | Christian Brauner | 2020-07-08 | 1 | -2/+19 |
* | nsproxy: restore EINVAL for non-namespace file descriptor | Christian Brauner | 2020-06-17 | 1 | -1/+1 |
* | nsproxy: attach to namespaces via pidfds | Christian Brauner | 2020-05-13 | 1 | -16/+213 |
* | nsproxy: add struct nsset | Christian Brauner | 2020-05-09 | 1 | -13/+77 |
* | ns: Introduce Time Namespace | Andrei Vagin | 2020-01-14 | 1 | -7/+34 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner | 2019-06-05 | 1 | -5/+1 |
* | perf: Add PERF_RECORD_NAMESPACES to include namespaces related info | Hari Bathini | 2017-03-13 | 1 | -0/+3 |
* | cgroup: introduce cgroup namespaces | Aditya Kali | 2016-02-16 | 1 | -2/+17 |
* | bury struct proc_ns in fs/proc | Al Viro | 2014-12-04 | 1 | -3/+1 |
* | copy address of proc_ns_ops into ns_common | Al Viro | 2014-12-04 | 1 | -4/+4 |
* | namespaces: Use task_lock and not rcu to protect nsproxy | Eric W. Biederman | 2014-07-30 | 1 | -11/+4 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2013-09-07 | 1 | -24/+12 |
|\ |
|
| * | namespaces: Simplify copy_namespaces so it is clear what is going on. | Eric W. Biederman | 2013-08-31 | 1 | -24/+11 |
| * | kernel/nsproxy.c: Improving a snippet of code. | Raphael S.Carvalho | 2013-08-27 | 1 | -1/+2 |
* | | Rename nsproxy.pid_ns to nsproxy.pid_ns_for_children | Andy Lutomirski | 2013-08-27 | 1 | -13/+14 |
|/ |
|
* | 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-27 | 1 | -1/+1 |
|\ |
|
| * | new helper: file_inode(file) | Al Viro | 2013-02-23 | 1 | -1/+1 |
* | | kernel/nsproxy.c: remove duplicate task_cred_xxx for user_ns | Yuanhan Liu | 2013-02-22 | 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-19 | 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-27 | 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-24 | 1 | -6/+1 |
* | userns: add a user namespace owner of ipc ns | Serge E. Hallyn | 2011-03-24 | 1 | -0/+5 |
* | userns: allow sethostname in a container | Serge E. Hallyn | 2011-03-24 | 1 | -6/+1 |
* | userns: add a user_namespace as creator/owner of uts_namespace | Serge E. Hallyn | 2011-03-24 | 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-13 | 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-25 | 1 | -13/+2 |
* | removed unused #include <linux/version.h>'s | Adrian Bunk | 2008-08-23 | 1 | -1/+0 |