summaryrefslogtreecommitdiffstats
path: root/kernel/pid_namespace.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-161-15/+14
|\
| * copy address of proc_ns_ops into ns_commonAl Viro2014-12-041-0/+1
| * new helpers: ns_alloc_inum/ns_free_inumAl Viro2014-12-041-2/+2
| * make proc_ns_operations work with struct ns_common * instead of void *Al Viro2014-12-041-9/+3
| * switch the rest of proc_ns_operations to working with &...->nsAl Viro2014-12-041-5/+9
| * common object embedded into various struct ....nsAl Viro2014-12-041-3/+3
* | exit: pidns: fix/update the comments in zap_pid_ns_processes()Oleg Nesterov2014-12-101-4/+24
|/
* pid_namespace: pidns_get() should check task_active_pid_ns() != NULLOleg Nesterov2014-04-021-1/+3
* pid_namespace: make freeing struct pid_namespace rcu-delayedAl Viro2013-10-241-1/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-09-071-1/+1
|\
| * userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman2013-08-301-1/+1
* | Rename nsproxy.pid_ns to nsproxy.pid_ns_for_childrenAndy Lutomirski2013-08-271-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-1/+1
|\
| * proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells2013-05-011-1/+1
* | pid_namespace.c/.h: simplify definesRaphael S.Carvalho2013-04-301-2/+0
* | pid: Handle the exit of a multi-threaded init.Eric W. Biederman2013-03-261-1/+2
|/
* pidns: Stop pid allocation when init diesEric W. Biederman2012-12-251-0/+4
* userns: Require CAP_SYS_ADMIN for most uses of setns.Eric W. Biederman2012-12-141-1/+2
* proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman2012-11-201-0/+12
* pidns: Support unsharing the pid namespace.Eric W. Biederman2012-11-191-2/+0
* pidns: Add setns supportEric W. Biederman2012-11-191-0/+54
* pidns: Deny strange cases when creating pid namespaces.Eric W. Biederman2012-11-191-0/+2
* pidns: Wait in zap_pid_ns_processes until pid_ns->nr_hashed == 1Eric W. Biederman2012-11-191-11/+4
* pidns: Make the pidns proc mount/umount logic obvious.Eric W. Biederman2012-11-191-7/+7
* pidns: Capture the user namespace and filter ns_last_pidEric W. Biederman2012-11-191-5/+12
* pidns: limit the nesting depth of pid namespacesAndrew Vagin2012-10-251-1/+11
* pidns: remove recursion from free_pid_ns()Cyrill Gorcunov2012-10-191-7/+14
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-0/+2
|\
| * pidns: Export free_pid_nsEric W. Biederman2012-08-141-0/+2
* | pid-namespace: limit value of ns_last_pid to (0, max_pid)Andrew Vagin2012-09-171-1/+5
|/
* pidns: guarantee that the pidns init will be the last pidns process reapedEric W. Biederman2012-06-201-0/+20
* sysctl: make kernel.ns_last_pid control dependent on CHECKPOINT_RESTORECyrill Gorcunov2012-05-311-1/+5
* pidns: make killed children autoreapEric W. Biederman2012-05-311-1/+6
* pidns: add reboot_pid_ns() to handle the reboot syscallDaniel Lezcano2012-03-281-0/+33
* signal: zap_pid_ns_processes: s/SEND_SIG_NOINFO/SEND_SIG_FORCED/Oleg Nesterov2012-03-231-6/+2
* sysctl: add the kernel.ns_last_pid controlPavel Emelyanov2012-01-121-0/+31
* pidns: call pid_ns_prepare_proc() from create_pid_namespace()Eric W. Biederman2011-03-231-2/+9
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* pid_ns: zap_pid_ns_processes: use SEND_SIG_NOINFO instead of force_sig()Oleg Nesterov2010-03-121-4/+3
* pidns: deny CLONE_PARENT|CLONE_NEWPID combinationSukadev Bhattiprolu2009-09-241-1/+1
* pidns: rewrite copy_pid_ns()Alexey Dobriyan2009-06-181-15/+3
* pidns: make create_pid_namespace() accept parent pidnsAlexey Dobriyan2009-06-181-4/+4
* signals: zap_pid_ns_process() should use force_sig()Sukadev Bhattiprolu2009-04-021-1/+14
* pid_ns: (BUG 11391) change ->child_reaper when init->group_leader exitsOleg Nesterov2008-09-021-6/+0
* pid_ns: zap_pid_ns_processes: fix the ->child_reaper changingOleg Nesterov2008-09-021-3/+6
* bsdacct: switch from global bsd_acct_struct instance to per-pidns onePavel Emelyanov2008-07-251-0/+2
* pidns: use kzalloc when allocating new pid_namespace structPavel Emelyanov2008-07-251-6/+2
* pidns: make pid->level and pid_ns->level unsignedPavel Emelyanov2008-04-301-1/+1
* kernel: fix integer as NULL pointer warningsHarvey Harrison2008-04-281-1/+1
* namespaces: cleanup the code managed with PID_NS optionPavel Emelyanov2008-02-081-0/+197