Age | Commit message (Expand) | Author | Files | Lines |
2015-01-26 | new fs_pin killing logics | Al Viro | 1 | -2/+2 |
2014-12-04 | common object embedded into various struct ....ns | Al Viro | 1 | -1/+2 |
2014-08-04 | proc: Implement /proc/thread-self to point at the directory of the current th... | Eric W. Biederman | 1 | -0/+1 |
2013-10-25 | pid_namespace: make freeing struct pid_namespace rcu-delayed | Al Viro | 1 | -0/+1 |
2013-05-08 | aio: don't include aio.h in sched.h | Kent Overstreet | 1 | -0/+1 |
2013-05-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+1 |
2013-05-01 | pid_namespace.c/.h: simplify defines | Raphael S.Carvalho | 1 | -1/+3 |
2013-04-09 | procfs: switch /proc/self away from proc_dir_entry | Al Viro | 1 | -0/+1 |
2012-12-26 | pidns: Stop pid allocation when init dies | Eric W. Biederman | 1 | -1/+3 |
2012-11-20 | proc: Usable inode numbers for the namespace file descriptors. | Eric W. Biederman | 1 | -0/+1 |
2012-11-19 | pidns: Make the pidns proc mount/umount logic obvious. | Eric W. Biederman | 1 | -0/+2 |
2012-11-19 | pidns: Capture the user namespace and filter ns_last_pid | Eric W. Biederman | 1 | -3/+5 |
2012-10-20 | pidns: remove recursion from free_pid_ns() | Cyrill Gorcunov | 1 | -7/+1 |
2012-05-16 | userns: Convert proc to use kuid/kgid where appropriate | Eric W. Biederman | 1 | -1/+1 |
2012-03-29 | pidns: add reboot_pid_ns() to handle the reboot syscall | Daniel Lezcano | 1 | -1/+7 |
2012-03-05 | BUG: headers with BUG/BUG_ON etc. need linux/bug.h | Paul Gortmaker | 1 | -0/+1 |
2012-01-11 | procfs: add hidepid= and gid= mount options | Vasiliy Kulikov | 1 | -0/+2 |
2009-01-08 | pid: generalize task_active_pid_ns | Eric W. Biederman | 1 | -5/+1 |
2008-10-16 | pid_ns: kill the now unused task_child_reaper() | Oleg Nesterov | 1 | -6/+0 |
2008-07-25 | pidns: add the struct bsd_acct_struct pointer on pid_namespace struct | Pavel Emelyanov | 1 | -0/+5 |
2008-07-25 | proper pid{hash,map}_init() prototypes | Adrian Bunk | 1 | -0/+3 |
2008-04-30 | pidns: make pid->level and pid_ns->level unsigned | Pavel Emelyanov | 1 | -1/+1 |
2008-02-08 | namespaces: cleanup the code managed with PID_NS option | Pavel Emelyanov | 1 | -0/+6 |
2007-11-15 | pidns: Place under CONFIG_EXPERIMENTAL | Eric W. Biederman | 1 | -0/+23 |
2007-10-19 | pid namespaces: miscellaneous preparations for pid namespaces | Pavel Emelyanov | 1 | -4/+6 |
2007-10-19 | pid namespaces: make proc have multiple superblocks - one for each namespace | Pavel Emelyanov | 1 | -0/+3 |
2007-10-19 | pid namespaces: add support for pid namespaces hierarchy | Pavel Emelyanov | 1 | -0/+2 |
2007-10-19 | pid namespaces: rename child_reaper() function | Sukadev Bhattiprolu | 1 | -1/+1 |
2007-10-19 | pid namespaces: define and use task_active_pid_ns() wrapper | Sukadev Bhattiprolu | 1 | -0/+5 |
2007-10-19 | pid namespaces: dynamic kmem cache allocator for pid namespaces | Pavel Emelianov | 1 | -0/+1 |
2007-10-19 | pid namespaces: make get_pid_ns() return the namespace itself | Pavel Emelianov | 1 | -1/+2 |
2007-07-16 | namespace: ensure clone_flags are always stored in an unsigned long | Eric W. Biederman | 1 | -1/+1 |
2007-05-08 | Merge sys_clone()/sys_unshare() nsproxy and namespace handling | Badari Pulavarty | 1 | -1/+1 |
2007-01-31 | [PATCH] namespaces: fix task exit disaster | Serge E. Hallyn | 1 | -1/+1 |
2006-12-08 | [PATCH] add child reaper to pid_namespace | Sukadev Bhattiprolu | 1 | -0/+6 |
2006-12-08 | [PATCH] to nsproxy | Cedric Le Goater | 1 | -2/+18 |
2006-12-08 | [PATCH] rename struct pspace to struct pid_namespace | Sukadev Bhattiprolu | 1 | -0/+23 |