summaryrefslogtreecommitdiffstats
path: root/ipc/mqueue.c
Commit message (Expand)AuthorAgeFilesLines
* fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
* switch get_sb_ns() usersAl Viro2010-10-291-4/+4
* fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-251-0/+1
* new helper: ihold()Al Viro2010-10-251-1/+1
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* switch mqueue to ->evict_inode()Al Viro2010-08-091-9/+7
* mqueue doesn't need make_bad_inode()Al Viro2010-06-041-1/+0
* Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-05-191-49/+25
|\
| * Merge branch 'linus' into timers/coreThomas Gleixner2010-05-101-0/+1
| |\
| * | mqueue: Convert message queue timeout to use hrtimersCarsten Emde2010-04-061-49/+25
* | | mqueue: fix kernel BUG caused by double free() on mq_open()André Goddard Rosa2010-05-111-1/+1
| |/ |/|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* ipc: use rlimit helpersJiri Slaby2010-03-121-1/+1
* mqueue: fix typo "failues" -> "failures"André Goddard Rosa2010-03-031-1/+1
* mqueue: only set error codes if they are really necessaryAndré Goddard Rosa2010-03-031-27/+50
* mqueue: simplify do_open() error handlingAndré Goddard Rosa2010-03-031-6/+10
* mqueue: apply mathematics distributivity on mq_bytes calculationAndré Goddard Rosa2010-03-031-4/+5
* mqueue: remove unneeded info->messages initializationAndré Goddard Rosa2010-03-031-8/+5
* mqueue: fix mq_open() file descriptor leak on user-space processesAndré Goddard Rosa2010-03-031-2/+1
* Untangling ima mess, part 2: deal with countersAl Viro2009-12-161-2/+0
* const: mark remaining super_operations constAlexey Dobriyan2009-09-221-2/+2
* integrity: ima mq_open imbalance msg fixMimi Zohar2009-06-291-0/+2
* namespaces: mqueue namespace: adapt sysctlSerge E. Hallyn2009-04-071-64/+1
* namespaces: ipc namespaces: implement support for posix msqueuesSerge E. Hallyn2009-04-071-29/+82
* namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespaceSerge E. Hallyn2009-04-071-56/+68
* New helper - current_umask()Al Viro2009-03-311-1/+1
* Use f_lock to protect f_flagsJonathan Corbet2009-03-161-0/+2
* [CVE-2009-0029] System call wrappers part 26Heiko Carstens2009-01-141-11/+11
* [CVE-2009-0029] System call wrappers part 25Heiko Carstens2009-01-141-3/+3
* [CVE-2009-0029] Convert all system calls to return a longHeiko Carstens2009-01-141-1/+1
* mqueue: fix si_pid value in mqueue do_notify()Sukadev Bhattiprolu2009-01-081-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-01-051-1/+0
|\
| * zero i_uid/i_gid on inode allocationAl Viro2009-01-051-1/+0
* | sanitize audit_mq_open()Al Viro2009-01-041-12/+11
* | sanitize AUDIT_MQ_SENDRECVAl Viro2009-01-041-24/+30
* | sanitize audit_mq_notify()Al Viro2009-01-041-7/+7
* | sanitize audit_mq_getsetattr()Al Viro2009-01-041-5/+1
|/
* CRED: Pass credentials through dentry_open()David Howells2008-11-141-4/+7
* CRED: Wrap current->cred and a few other accessorsDavid Howells2008-11-141-1/+1
* CRED: Separate task security context from task_structDavid Howells2008-11-141-1/+1
* CRED: Wrap task credential accesses in the SYSV IPC subsystemDavid Howells2008-11-141-3/+3
* message queues: increase range limitsJoe Korty2008-10-201-6/+14
* [PATCH] kill nameidata passing to permission(), rename to inode_permission()Al Viro2008-07-261-1/+1
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
* ipc: use simple_read_from_buffer()Akinobu Mita2008-07-251-18/+7
* netlink: Remove nonblock parameter from netlink_attachskbDenis V. Lunev2008-06-051-1/+1
* tiny mq_open optimizationUlrich Drepper2008-05-031-2/+1
* [PATCH] r/o bind mounts: elevate write count for open()sDave Hansen2008-04-191-2/+14
* [PATCH] r/o bind mounts: elevate write count for rmdir and unlink.Dave Hansen2008-04-191-1/+4
* Pidns: fix badly converted mqueues pid handlingPavel Emelyanov2008-02-081-1/+1
OpenPOWER on IntegriCloud