aboutsummaryrefslogtreecommitdiffstats
path: root/ipc/mqueue.c
Commit message (Expand)AuthorAge
* ipc/mqueue: add rbtree node caching supportDoug Ledford2012-05-31
* ipc/mqueue: strengthen checks on mqueue creationDoug Ledford2012-05-31
* ipc/mqueue: correct mq_attr_ok testDoug Ledford2012-05-31
* ipc/mqueue: improve performance of send/recvDoug Ledford2012-05-31
* mqueue: separate mqueue default value from maximum valueKOSAKI Motohiro2012-05-31
* mqueue: don't use kmalloc with KMALLOC_MAX_SIZEKOSAKI Motohiro2012-05-31
* ipc/mqueue: update maximums for the mqueue subsystemDoug Ledford2012-05-31
* ipc/mqueue: enforce hard limitsDoug Ledford2012-05-31
* ipc/mqueue: switch back to using non-max values on createDoug Ledford2012-05-31
* Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-28
|\
| * vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-06
* | userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgidEric W. Biederman2012-05-03
* | mqueue: Explicitly capture the user namespace to send the notification to.Eric W. Biederman2012-04-07
|/
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-20
* ipc/mqueue: simplify reading msgqueue limitDavidlohr Bueso2012-01-23
* user namespace: make signal.c respect user namespacesSerge E. Hallyn2012-01-10
* switch mq_open() to umode_tAl Viro2012-01-03
* mqueue: propagate umode_tAl Viro2012-01-03
* switch ->create() to umode_tAl Viro2012-01-03
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-03
* ... and the same kind of leak for mqueueAl Viro2011-12-09
* ipc/mqueue.c: fix wrong use of schedule_hrtimeout_range_clock()Wanlong Gao2011-10-31
* ipc/mqueue.c: fix mq_open() return valueJiri Slaby2011-07-26
* ipc/mqueue.c: refactor failure handlingJiri Slaby2011-07-26
* fs: icache RCU free inodesNick Piggin2011-01-07
* switch get_sb_ns() usersAl Viro2010-10-29
* fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-25
* new helper: ihold()Al Viro2010-10-25
* llseek: automatically add .llseek fopArnd Bergmann2010-10-15
* switch mqueue to ->evict_inode()Al Viro2010-08-09
* mqueue doesn't need make_bad_inode()Al Viro2010-06-04
* Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-05-19
|\
| * Merge branch 'linus' into timers/coreThomas Gleixner2010-05-10
| |\
| * | mqueue: Convert message queue timeout to use hrtimersCarsten Emde2010-04-06
* | | mqueue: fix kernel BUG caused by double free() on mq_open()André Goddard Rosa2010-05-11
| |/ |/|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
|/
* ipc: use rlimit helpersJiri Slaby2010-03-12
* mqueue: fix typo "failues" -> "failures"André Goddard Rosa2010-03-03
* mqueue: only set error codes if they are really necessaryAndré Goddard Rosa2010-03-03
* mqueue: simplify do_open() error handlingAndré Goddard Rosa2010-03-03
* mqueue: apply mathematics distributivity on mq_bytes calculationAndré Goddard Rosa2010-03-03
* mqueue: remove unneeded info->messages initializationAndré Goddard Rosa2010-03-03
* mqueue: fix mq_open() file descriptor leak on user-space processesAndré Goddard Rosa2010-03-03
* Untangling ima mess, part 2: deal with countersAl Viro2009-12-16
* const: mark remaining super_operations constAlexey Dobriyan2009-09-22
* integrity: ima mq_open imbalance msg fixMimi Zohar2009-06-28
* namespaces: mqueue namespace: adapt sysctlSerge E. Hallyn2009-04-07
* namespaces: ipc namespaces: implement support for posix msqueuesSerge E. Hallyn2009-04-07
* namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespaceSerge E. Hallyn2009-04-07
* New helper - current_umask()Al Viro2009-03-31