Linus Torvalds
|
603ba7e41b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
10 年之前 |
Oleg Nesterov
|
a53b831549
exit: pidns: fix/update the comments in zap_pid_ns_processes()
|
10 年之前 |
Al Viro
|
33c429405a
copy address of proc_ns_ops into ns_common
|
10 年之前 |
Al Viro
|
6344c433a4
new helpers: ns_alloc_inum/ns_free_inum
|
10 年之前 |
Al Viro
|
64964528b2
make proc_ns_operations work with struct ns_common * instead of void *
|
10 年之前 |
Al Viro
|
3c04118461
switch the rest of proc_ns_operations to working with &...->ns
|
10 年之前 |
Al Viro
|
435d5f4bb2
common object embedded into various struct ....ns
|
10 年之前 |
Oleg Nesterov
|
d23082257d
pid_namespace: pidns_get() should check task_active_pid_ns() != NULL
|
11 年之前 |
Al Viro
|
1adfcb03e3
pid_namespace: make freeing struct pid_namespace rcu-delayed
|
12 年之前 |
Linus Torvalds
|
c7c4591db6
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
|
12 年之前 |
Eric W. Biederman
|
c7b96acf14
userns: Kill nsown_capable it makes the wrong thing easy
|
12 年之前 |
Andy Lutomirski
|
c2b1df2eb4
Rename nsproxy.pid_ns to nsproxy.pid_ns_for_children
|
12 年之前 |
Linus Torvalds
|
20b4fb4852
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
12 年之前 |
David Howells
|
0bb80f2405
proc: Split the namespace stuff out into linux/proc_ns.h
|
12 年之前 |
Raphael S.Carvalho
|
5cc5445164
pid_namespace.c/.h: simplify defines
|
12 年之前 |
Eric W. Biederman
|
751c644b95
pid: Handle the exit of a multi-threaded init.
|
12 年之前 |
Eric W. Biederman
|
c876ad7682
pidns: Stop pid allocation when init dies
|
12 年之前 |
Eric W. Biederman
|
5e4a08476b
userns: Require CAP_SYS_ADMIN for most uses of setns.
|
12 年之前 |
Eric W. Biederman
|
98f842e675
proc: Usable inode numbers for the namespace file descriptors.
|
14 年之前 |
Eric W. Biederman
|
50804fe373
pidns: Support unsharing the pid namespace.
|
15 年之前 |
Eric W. Biederman
|
57e8391d32
pidns: Add setns support
|
15 年之前 |
Eric W. Biederman
|
225778d68d
pidns: Deny strange cases when creating pid namespaces.
|
13 年之前 |
Eric W. Biederman
|
af4b8a83ad
pidns: Wait in zap_pid_ns_processes until pid_ns->nr_hashed == 1
|
13 年之前 |
Eric W. Biederman
|
0a01f2cc39
pidns: Make the pidns proc mount/umount logic obvious.
|
13 年之前 |
Eric W. Biederman
|
49f4d8b93c
pidns: Capture the user namespace and filter ns_last_pid
|
13 年之前 |
Andrew Vagin
|
f230250577
pidns: limit the nesting depth of pid namespaces
|
12 年之前 |
Cyrill Gorcunov
|
bbc2e3ef87
pidns: remove recursion from free_pid_ns()
|
12 年之前 |
Linus Torvalds
|
437589a74b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
|
13 年之前 |
Andrew Vagin
|
579035dc5d
pid-namespace: limit value of ns_last_pid to (0, max_pid)
|
13 年之前 |
Eric W. Biederman
|
523a6a945f
pidns: Export free_pid_ns
|
13 年之前 |