Commit Graph

161 Commits (aaddd3eacaeaef3503035750b3f21ac2bfe97cbf)

Author SHA1 Message Date
Paul Menage 6c826818ff /proc/sysvipc/shm: fix 32-bit truncation of segment sizes 17 years ago
Neil Horman c592713b3e shm: Remove silly double assignment 17 years ago
Nadia Derbey dfcceb26f8 ipc: only output msgmni value at boot time 17 years ago
Ulrich Drepper 269f21344b tiny mq_open optimization 17 years ago
Denis V. Lunev 6a6375db13 sysvipc: use non-racy method for proc entries creation 17 years ago
Manfred Spraul 9edff4ab1f ipc: sysvsem: implement sys_unshare(CLONE_SYSVSEM) 17 years ago
Zhang, Yanmin 44f564a4bf ipc: add definitions of USHORT_MAX and others 17 years ago
Pierre Peiffer a5f75e7f25 IPC: consolidate all xxxctl_down() functions 17 years ago
Pierre Peiffer 8f4a3809c1 IPC: introduce ipc_update_perm() 17 years ago
Pierre Peiffer 016d7132f2 IPC: get rid of the use *_setbuf structure. 17 years ago
Pierre Peiffer 21a4826a7c IPC/semaphores: remove one unused parameter from semctl_down() 17 years ago
Pierre Peiffer 522bb2a2b4 IPC/semaphores: move the rwmutex handling inside semctl_down 17 years ago
Pierre Peiffer a0d092fc2d IPC/message queues: introduce msgctl_down 17 years ago
Pierre Peiffer 8d4cc8b5c5 IPC/shared memory: introduce shmctl_down 17 years ago
Pierre Peiffer 6ff3797218 IPC/semaphores: code factorisation 17 years ago
Nadia Derbey 6546bc4279 ipc: re-enable msgmni automatic recomputing msgmni if set to negative 17 years ago
Nadia Derbey 91cfb2b4b5 ipc: do not recompute msgmni anymore if explicitly set by user 17 years ago
Nadia Derbey e2c284d8a8 ipc: recompute msgmni on ipc namespace creation/removal 17 years ago
Nadia Derbey 424450c1db ipc: invoke the ipcns notifier chain as a work item 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
Nadia Derbey f7bf3df8be ipc: scale msgmni to the amount of lowmem 17 years ago
Pierre Peiffer 48dea404ed IPC: use ipc_buildid() directly from ipc_addid() 17 years ago
Lee Schermerhorn 52cd3b0740 mempolicy: rework mempolicy Reference Counting [yet again] 17 years ago
Lee Schermerhorn ae4d8c16aa mempolicy: fixup Fallback for Default Shmem Policy 17 years ago
Dave Hansen 4a3fd211cc [PATCH] r/o bind mounts: elevate write count for open()s 17 years ago
Dave Hansen 0622753b80 [PATCH] r/o bind mounts: elevate write count for rmdir and unlink. 17 years ago
Lee Schermerhorn 69682d852f mempolicy: fix reference counting bugs 17 years ago
Pavel Emelyanov 56496c1d83 Pidns: fix badly converted mqueues pid handling 17 years ago
Pavel Emelyanov 6c5f3e7b43 Pidns: make full use of xxx_vnr() calls 17 years ago
Pierre Peiffer 01b8b07a5d IPC: consolidate sem_exit_ns(), msg_exit_ns() and shm_exit_ns() 17 years ago
Pierre Peiffer ed2ddbf88c IPC: make struct ipc_ids static in ipc_namespace 17 years ago
Pierre Peiffer 4b9fcb0ec6 IPC/semaphores: consolidate SEM_STAT and IPC_STAT commands 17 years ago
Pavel Emelyanov b2d75cddc8 ipc: uninline some code from util.h 17 years ago
Pavel Emelyanov ae5e1b22f1 namespaces: move the IPC namespace under IPC_NS option 17 years ago
Adrian Bunk b524b9adb3 make ipc/util.c:sysvipc_find_ipc() static 17 years ago
Pierre Peiffer b1ed88b47f IPC: fix error check in all new xxx_lock() and xxx_exit_ns() functions 17 years ago
Pavel Emelyanov fd79b77117 ipc: lost unlock and fput in mqueue.c on error path 17 years ago
Patrick McHardy c3d8d1e30c [NETLINK]: Fix unicast timeouts 17 years ago
Al Viro 5a190ae697 [PATCH] pass dentry to audit_inode()/audit_inode_child() 17 years ago
Pierre Peiffer 283bb7fada IPC: fix error case when idr-cache is empty in ipcget() 17 years ago
Kirill Korotaev 3ac88a41ff virtualization of sysv msg queues is incomplete 17 years ago
Pierre Peiffer c530c6ac7e IPC: cleanup some code and wrong comments about semundo list managment 17 years ago
Nadia Derbey 1b531f2136 ipc: remove unneeded parameters 17 years ago
Nadia Derbey 3e148c7993 fix idr_find() locking 17 years ago
Nadia Derbey f4566f0485 ipc: fix wrong comments 17 years ago
Nadia Derbey 2802831313 ipc: inline ipc_buildid() 17 years ago
Nadia Derbey ce621f5ba5 ipc: introduce the ipcid_to_idx macro 17 years ago
Nadia Derbey 03f02c7657 Storing ipcs into IDRs 17 years ago
Nadia Derbey 023a53557e ipc: integrate ipc_checkid() into ipc_lock() 17 years ago