aboutsummaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)AuthorFilesLines
2008-05-03tiny mq_open optimizationGravatar Ulrich Drepper 1-2/+1
2008-04-29sysvipc: use non-racy method for proc entries creationGravatar Denis V. Lunev 1-7/+6
2008-04-29ipc: sysvsem: implement sys_unshare(CLONE_SYSVSEM)Gravatar Manfred Spraul 1-0/+1
2008-04-29ipc: add definitions of USHORT_MAX and othersGravatar Zhang, Yanmin 3-9/+8
2008-04-29IPC: consolidate all xxxctl_down() functionsGravatar Pierre Peiffer 5-119/+66
2008-04-29IPC: introduce ipc_update_perm()Gravatar Pierre Peiffer 5-12/+17
2008-04-29IPC: get rid of the use *_setbuf structure.Gravatar Pierre Peiffer 3-86/+46
2008-04-29IPC/semaphores: remove one unused parameter from semctl_down()Gravatar Pierre Peiffer 1-3/+3
2008-04-29IPC/semaphores: move the rwmutex handling inside semctl_downGravatar Pierre Peiffer 1-11/+13
2008-04-29IPC/message queues: introduce msgctl_downGravatar Pierre Peiffer 1-73/+89
2008-04-29IPC/shared memory: introduce shmctl_downGravatar Pierre Peiffer 1-88/+72
2008-04-29IPC/semaphores: code factorisationGravatar Pierre Peiffer 1-30/+31
2008-04-29ipc: re-enable msgmni automatic recomputing msgmni if set to negativeGravatar Nadia Derbey 2-10/+44
2008-04-29ipc: do not recompute msgmni anymore if explicitly set by userGravatar Nadia Derbey 1-2/+41
2008-04-29ipc: recompute msgmni on ipc namespace creation/removalGravatar Nadia Derbey 3-2/+15
2008-04-29ipc: invoke the ipcns notifier chain as a work itemGravatar Nadia Derbey 1-1/+14
2008-04-29ipc: recompute msgmni on memory add / removeGravatar Nadia Derbey 6-2/+120
2008-04-29ipc: scale msgmni to the number of ipc namespacesGravatar Nadia Derbey 3-3/+13
2008-04-29ipc: scale msgmni to the amount of lowmemGravatar Nadia Derbey 1-1/+36
2008-04-29IPC: use ipc_buildid() directly from ipc_addid()Gravatar Pierre Peiffer 4-13/+2
2008-04-28mempolicy: rework mempolicy Reference Counting [yet again]Gravatar Lee Schermerhorn 1-3/+2
2008-04-28mempolicy: fixup Fallback for Default Shmem PolicyGravatar Lee Schermerhorn 1-2/+1
2008-04-19[PATCH] r/o bind mounts: elevate write count for open()sGravatar Dave Hansen 1-2/+14
2008-04-19[PATCH] r/o bind mounts: elevate write count for rmdir and unlink.Gravatar Dave Hansen 1-1/+4
2008-03-10mempolicy: fix reference counting bugsGravatar Lee Schermerhorn 1-2/+3
2008-02-08Pidns: fix badly converted mqueues pid handlingGravatar Pavel Emelyanov 1-1/+1
2008-02-08Pidns: make full use of xxx_vnr() callsGravatar Pavel Emelyanov 1-2/+1
2008-02-08IPC: consolidate sem_exit_ns(), msg_exit_ns() and shm_exit_ns()Gravatar Pierre Peiffer 4-66/+46
2008-02-08IPC: make struct ipc_ids static in ipc_namespaceGravatar Pierre Peiffer 6-102/+23
2008-02-08IPC/semaphores: consolidate SEM_STAT and IPC_STAT commandsGravatar Pierre Peiffer 1-22/+16
2008-02-08ipc: uninline some code from util.hGravatar Pavel Emelyanov 2-58/+57
2008-02-08namespaces: move the IPC namespace under IPC_NS optionGravatar Pavel Emelyanov 8-60/+87
2008-02-06make ipc/util.c:sysvipc_find_ipc() staticGravatar Adrian Bunk 1-2/+2
2008-02-06IPC: fix error check in all new xxx_lock() and xxx_exit_ns() functionsGravatar Pierre Peiffer 3-9/+45
2007-11-29ipc: lost unlock and fput in mqueue.c on error pathGravatar Pavel Emelyanov 1-2/+4
2007-11-07[NETLINK]: Fix unicast timeoutsGravatar Patrick McHardy 1-2/+4
2007-10-21[PATCH] pass dentry to audit_inode()/audit_inode_child()Gravatar Al Viro 1-4/+4
2007-10-19IPC: fix error case when idr-cache is empty in ipcget()Gravatar Pierre Peiffer 4-11/+18
2007-10-19virtualization of sysv msg queues is incompleteGravatar Kirill Korotaev 1-11/+10
2007-10-19IPC: cleanup some code and wrong comments about semundo list managmentGravatar Pierre Peiffer 1-40/+6
2007-10-19ipc: remove unneeded parametersGravatar Nadia Derbey 4-17/+12
2007-10-19fix idr_find() lockingGravatar Nadia Derbey 5-70/+198
2007-10-19ipc: fix wrong commentsGravatar Nadia Derbey 5-45/+118
2007-10-19ipc: inline ipc_buildid()Gravatar Nadia Derbey 2-6/+5
2007-10-19ipc: introduce the ipcid_to_idx macroGravatar Nadia Derbey 2-2/+4
2007-10-19Storing ipcs into IDRsGravatar Nadia Derbey 4-18/+46
2007-10-19ipc: integrate ipc_checkid() into ipc_lock()Gravatar Nadia Derbey 5-136/+152
2007-10-19ipc: remove the ipc_get() routineGravatar Nadia Derbey 3-23/+13
2007-10-19ipc: unify the syscalls codeGravatar Nadia Derbey 5-139/+215
2007-10-19ipc: store ipcs into IDRsGravatar Nadia Derbey 5-310/+330