aboutsummaryrefslogtreecommitdiff
path: root/kernel/nsproxy.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-01pidfd: add pidfsGravatar Christian Brauner 1-1/+1
2023-08-21nsproxy: Convert nsproxy.count to refcount_tGravatar Elena Reshetova 1-2/+2
2023-04-20convert setns(2) to fdget()/fdput()Gravatar Al Viro 1-9/+8
2022-10-25fs/exec: switch timens when a task gets a new mmGravatar Andrei Vagin 1-2/+21
2022-09-13Revert "fs/exec: allow to unshare a time namespace on vfork+exec"Gravatar Andrei Vagin 1-2/+1
2022-06-15fs/exec: allow to unshare a time namespace on vfork+execGravatar Andrei Vagin 1-1/+2
2021-09-03memcg: enable accounting for new namesapces and struct nsproxyGravatar Vasily Averin 1-1/+1
2020-12-14Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Gravatar Linus Torvalds 1-3/+3
2020-11-19nsproxy: use put_nsproxy() in switch_task_namespaces()Gravatar Hui Su 1-3/+3
2020-11-18namespace: make timens_on_fork() return nothingGravatar Hui Su 1-6/+1
2020-07-08nsproxy: support CLONE_NEWTIME with setns()Gravatar Christian Brauner 1-2/+19
2020-06-17nsproxy: restore EINVAL for non-namespace file descriptorGravatar Christian Brauner 1-1/+1
2020-05-13nsproxy: attach to namespaces via pidfdsGravatar Christian Brauner 1-16/+213
2020-05-09nsproxy: add struct nssetGravatar Christian Brauner 1-13/+77
2020-01-14ns: Introduce Time NamespaceGravatar Andrei Vagin 1-7/+34
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Gravatar Thomas Gleixner 1-5/+1
2017-03-13perf: Add PERF_RECORD_NAMESPACES to include namespaces related infoGravatar Hari Bathini 1-0/+3
2016-02-16cgroup: introduce cgroup namespacesGravatar Aditya Kali 1-2/+17
2014-12-04bury struct proc_ns in fs/procGravatar Al Viro 1-3/+1
2014-12-04copy address of proc_ns_ops into ns_commonGravatar Al Viro 1-4/+4
2014-07-29namespaces: Use task_lock and not rcu to protect nsproxyGravatar Eric W. Biederman 1-11/+4
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-24/+12
2013-08-30namespaces: Simplify copy_namespaces so it is clear what is going on.Gravatar Eric W. Biederman 1-24/+11
2013-08-27Rename nsproxy.pid_ns to nsproxy.pid_ns_for_childrenGravatar Andy Lutomirski 1-13/+14
2013-08-26kernel/nsproxy.c: Improving a snippet of code.Gravatar Raphael S.Carvalho 1-1/+2
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hGravatar David Howells 1-3/+3
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2013-02-21kernel/nsproxy.c: remove duplicate task_cred_xxx for user_nsGravatar Yuanhan Liu 1-2/+1
2012-11-20userns: Implement unshare of the user namespaceGravatar Eric W. Biederman 1-4/+4
2012-11-20userns: Make create_new_namespaces take a user_ns parameterGravatar Eric W. Biederman 1-9/+13
2012-11-20userns: Allow unprivileged use of setns.Gravatar Eric W. Biederman 1-3/+0
2012-11-20userns: Allow unprivileged users to create new namespacesGravatar Eric W. Biederman 1-2/+3
2012-11-19vfs: Add a user namespace reference from struct mnt_namespaceGravatar Eric W. Biederman 1-1/+1
2012-11-19pidns: Support unsharing the pid namespace.Gravatar Eric W. Biederman 1-1/+1
2012-11-19pidns: Use task_active_pid_ns where appropriateGravatar Eric W. Biederman 1-1/+1
2012-11-19pidns: Capture the user namespace and filter ns_last_pidGravatar Eric W. Biederman 1-1/+1
2012-11-18userns: make each net (net_ns) belong to a user_nsGravatar Eric W. Biederman 1-1/+1
2011-10-31kernel: Map most files to use export.h instead of module.hGravatar Paul Gortmaker 1-1/+1
2011-07-20make sure that nsproxy_cache is initialized early enoughGravatar Al Viro 1-3/+1
2011-05-26cgroup: remove the ns_cgroupGravatar Daniel Lezcano 1-4/+0
2011-05-10ns: Introduce the setns syscallGravatar Eric W. Biederman 1-0/+42
2011-03-23userns: user namespaces: convert several capable() callsGravatar Serge E. Hallyn 1-6/+1
2011-03-23userns: add a user namespace owner of ipc nsGravatar Serge E. Hallyn 1-0/+5
2011-03-23userns: allow sethostname in a containerGravatar Serge E. Hallyn 1-6/+1
2011-03-23userns: add a user_namespace as creator/owner of uts_namespaceGravatar Serge E. Hallyn 1-0/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-12nsproxy: remove INIT_NSPROXY()Gravatar Alexey Dobriyan 1-1/+12
2009-06-18nsproxy: extract create_nsproxy()Gravatar Alexey Dobriyan 1-12/+7
2008-11-24User namespaces: set of cleanups (v2)Gravatar Serge Hallyn 1-13/+2