Linus Torvalds
|
603ba7e41b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
10 years ago |
Manfred Spraul
|
0050ee059f
ipc/msg: increase MSGMNI, remove scaling
|
10 years ago |
Al Viro
|
33c429405a
copy address of proc_ns_ops into ns_common
|
10 years ago |
Al Viro
|
6344c433a4
new helpers: ns_alloc_inum/ns_free_inum
|
10 years ago |
Al Viro
|
64964528b2
make proc_ns_operations work with struct ns_common * instead of void *
|
10 years ago |
Al Viro
|
3c04118461
switch the rest of proc_ns_operations to working with &...->ns
|
10 years ago |
Al Viro
|
435d5f4bb2
common object embedded into various struct ....ns
|
10 years ago |
Eric W. Biederman
|
728dba3a39
namespaces: Use task_lock and not rcu to protect nsproxy
|
11 years ago |
Davidlohr Bueso
|
32a2750010
ipc: drop ipc_lock_by_ptr
|
12 years ago |
Davidlohr Bueso
|
d9a605e40b
ipc: rename ids->rw_mutex
|
12 years ago |
Eric W. Biederman
|
c7b96acf14
userns: Kill nsown_capable it makes the wrong thing easy
|
12 years ago |
David Howells
|
0bb80f2405
proc: Split the namespace stuff out into linux/proc_ns.h
|
12 years ago |
Eric W. Biederman
|
5e4a08476b
userns: Require CAP_SYS_ADMIN for most uses of setns.
|
12 years ago |
Eric W. Biederman
|
98f842e675
proc: Usable inode numbers for the namespace file descriptors.
|
14 years ago |
Eric W. Biederman
|
bcf58e725d
userns: Make create_new_namespaces take a user_ns parameter
|
13 years ago |
Eric W. Biederman
|
142e1d1d5f
userns: Allow unprivileged use of setns.
|
13 years ago |
Eric W. Biederman
|
c4a4d60379
userns: Use cred->user_ns instead of cred->user->user_ns
|
13 years ago |
Eric W. Biederman
|
a00eaf11a2
ns proc: Add support for the ipc namespace
|
15 years ago |
Xiaotian Feng
|
be4d250ab4
ipcns: fix use after free in free_ipc_ns()
|
14 years ago |
Serge E. Hallyn
|
b0e77598f8
userns: user namespaces: convert several capable() calls
|
14 years ago |
Serge E. Hallyn
|
b515498f5b
userns: add a user namespace owner of ipc ns
|
14 years ago |
Alexey Dobriyan
|
b4188def44
ipcns: make free_ipc_ns() static
|
16 years ago |
Alexey Dobriyan
|
612ce478fa
ipcns: extract create_ipc_ns()
|
16 years ago |
Alexey Dobriyan
|
64424289dd
ipcns: remove useless get/put while CLONE_NEWIPC
|
16 years ago |
Serge E. Hallyn
|
7eafd7c74c
namespaces: ipc namespaces: implement support for posix msqueues
|
16 years ago |
Serge E. Hallyn
|
614b84cf4e
namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespace
|
16 years ago |
Nadia Derbey
|
e2c284d8a8
ipc: recompute msgmni on ipc namespace creation/removal
|
17 years ago |
Nadia Derbey
|
b6b337ad1c
ipc: recompute msgmni on memory add / remove
|
17 years ago |
Nadia Derbey
|
4d89dc6ab2
ipc: scale msgmni to the number of ipc namespaces
|
17 years ago |
Pierre Peiffer
|
01b8b07a5d
IPC: consolidate sem_exit_ns(), msg_exit_ns() and shm_exit_ns()
|
17 years ago |