aboutsummaryrefslogtreecommitdiff
path: root/include/linux/ipc_namespace.h
AgeCommit message (Expand)Author
2014-01-27ipc: delete seq_max field in struct ipc_idsDavidlohr Bueso
2013-11-03ipc, msg: forbid negative values for "msg{max,mnb,mni}"Mathias Krause
2013-09-11ipc: rename ids->rw_mutexDavidlohr Bueso
2013-05-01ipc: sysv shared memory limited to 8TiBRobin Holt
2013-01-04ipc: add sysctl to specify desired next object idStanislav Kinsbursky
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman
2012-11-20userns: Make create_new_namespaces take a user_ns parameterEric W. Biederman
2012-05-31mqueue: separate mqueue default value from maximum valueKOSAKI Motohiro
2012-05-31mqueue: revert bump up DFLT_*MAXKOSAKI Motohiro
2012-05-31ipc/mqueue: update maximums for the mqueue subsystemDoug Ledford
2012-05-31ipc/mqueue: switch back to using non-max values on createDoug Ledford
2012-05-31ipc/mqueue: cleanup definition names and locationsDoug Ledford
2011-07-26ipc: introduce shm_rmid_forced sysctlVasiliy Kulikov
2011-03-23userns: user namespaces: convert several capable() callsSerge E. Hallyn
2011-03-23userns: add a user namespace owner of ipc nsSerge E. Hallyn
2010-03-12nsproxy: remove INIT_NSPROXY()Alexey Dobriyan
2009-12-16ipc: HARD_MSGMAX should be higher not lower on 64bitAmerigo Wang
2009-06-18ipcns: move free_ipcs() protoAlexey Dobriyan
2009-06-18ipcns: make free_ipc_ns() staticAlexey Dobriyan
2009-04-07namespaces: mqueue namespace: adapt sysctlSerge E. Hallyn
2009-04-07namespaces: ipc namespaces: implement support for posix msqueuesSerge E. Hallyn
2009-04-07namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespaceSerge E. Hallyn
2008-07-25ipc: do not use a negative value to re-enable msgmni automatic recomputingNadia Derbey
2008-04-29ipc: re-enable msgmni automatic recomputing msgmni if set to negativeNadia Derbey
2008-04-29ipc: recompute msgmni on ipc namespace creation/removalNadia Derbey
2008-04-29ipc: recompute msgmni on memory add / removeNadia Derbey
2008-04-29ipc: scale msgmni to the number of ipc namespacesNadia Derbey
2008-02-08IPC: consolidate sem_exit_ns(), msg_exit_ns() and shm_exit_ns()Pierre Peiffer
2008-02-08IPC: make struct ipc_ids static in ipc_namespacePierre Peiffer
2008-02-08namespaces: move the IPC namespace under IPC_NS optionPavel Emelyanov