aboutsummaryrefslogtreecommitdiff
path: root/ipc/mqueue.c
AgeCommit message (Expand)Author
2008-10-20message queues: increase range limitsJoe Korty
2008-07-26[PATCH] kill nameidata passing to permission(), rename to inode_permission()Al Viro
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-07-25ipc: use simple_read_from_buffer()Akinobu Mita
2008-06-05netlink: Remove nonblock parameter from netlink_attachskbDenis V. Lunev
2008-05-03tiny mq_open optimizationUlrich Drepper
2008-04-19[PATCH] r/o bind mounts: elevate write count for open()sDave Hansen
2008-04-19[PATCH] r/o bind mounts: elevate write count for rmdir and unlink.Dave Hansen
2008-02-08Pidns: fix badly converted mqueues pid handlingPavel Emelyanov
2008-02-08Pidns: make full use of xxx_vnr() callsPavel Emelyanov
2007-11-29ipc: lost unlock and fput in mqueue.c on error pathPavel Emelyanov
2007-11-07[NETLINK]: Fix unicast timeoutsPatrick McHardy
2007-10-21[PATCH] pass dentry to audit_inode()/audit_inode_child()Al Viro
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov
2007-10-18sysctl mqueue: remove the binary sysctl numbersEric W. Biederman
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter
2007-10-10[NET]: cleanup 3rd argument in netlink_sendskbDenis V. Lunev
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter
2007-05-11[PATCH] complete message queue auditingAmy Griffis
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter
2007-03-06[PATCH] mqueue: nested locking annotationPeter Zijlstra
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven
2007-02-12[PATCH] mark struct file_operations const 7Arjan van de Ven
2006-12-08[PATCH] struct path: convert ipcJosef Sipek
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter
2006-10-03Michal Wronski: update contact infoMichal Wronski
2006-10-02[PATCH] update mq_notify to use a struct pidCedric Le Goater
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan
2006-06-23[PATCH] vfs: add lock owner argument to flush operationMiklos Szeredi
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells
2006-06-20[PATCH] Audit of POSIX Message Queue Syscalls v.2George C. Wilson
2006-03-28[PATCH] mqueue comment typo fixSerge E. Hallyn
2006-03-26[PATCH] one ipc/sem.c->mutex.c converstion too many..Manfred Spraul
2006-03-26[PATCH] sem2mutex: ipc, id.semIngo Molnar
2006-03-22Remove superfluous NOTIFY_COOKIE_LEN defineMichal Wronski
2006-02-09[NETLINK]: Fix a severe bugAlexey Kuznetsov
2006-01-14[PATCH] Fix double decrement of mqueue_mnt->mnt_count in sys_mq_openAlexander Viro
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen
2005-11-06Update Michal Wronski contact infoMichal Wronski
2005-09-27[PATCH] Make POSIX message queue sys_mq_open() honor umaskKrzysztof Benedyczak
2005-09-10[PATCH] merge some from Rusty's trivial patchesAdrian Bunk
2005-05-01[PATCH] convert that currently tests _NSIG directly to use valid_signal()Jesper Juhl
2005-05-01[PATCH] use smp_mb/wmb/rmb where possibleakpm@osdl.org