summaryrefslogtreecommitdiffstats
path: root/ipc/mqueue.c
Commit message (Expand)AuthorAgeFilesLines
* switch dentry_open() to struct path, make it grab references itselfAl Viro2012-07-221-70/+47Star
* don't pass nameidata * to vfs_create()Al Viro2012-07-141-1/+1
* don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* ipc/mqueue: add rbtree node caching supportDoug Ledford2012-06-011-23/+81
* ipc/mqueue: strengthen checks on mqueue creationDoug Ledford2012-06-011-9/+18
* ipc/mqueue: correct mq_attr_ok testDoug Ledford2012-06-011-3/+8
* ipc/mqueue: improve performance of send/recvDoug Ledford2012-06-011-43/+130
* mqueue: separate mqueue default value from maximum valueKOSAKI Motohiro2012-06-011-3/+6
* mqueue: don't use kmalloc with KMALLOC_MAX_SIZEKOSAKI Motohiro2012-06-011-2/+2
* ipc/mqueue: update maximums for the mqueue subsystemDoug Ledford2012-06-011-2/+9
* ipc/mqueue: enforce hard limitsDoug Ledford2012-06-011-3/+5
* ipc/mqueue: switch back to using non-max values on createDoug Ledford2012-06-011-2/+3
* Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-281-1/+1
|\
| * vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* | userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgidEric W. Biederman2012-05-031-2/+1Star
* | mqueue: Explicitly capture the user namespace to send the notification to.Eric W. Biederman2012-04-081-1/+8
|/
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-211-17/+7Star
* ipc/mqueue: simplify reading msgqueue limitDavidlohr Bueso2012-01-231-2/+1Star
* user namespace: make signal.c respect user namespacesSerge E. Hallyn2012-01-111-1/+6
* switch mq_open() to umode_tAl Viro2012-01-041-1/+1
* mqueue: propagate umode_tAl Viro2012-01-041-1/+1
* switch ->create() to umode_tAl Viro2012-01-041-2/+2
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-041-1/+0Star
* ... and the same kind of leak for mqueueAl Viro2011-12-091-5/+3Star
* ipc/mqueue.c: fix wrong use of schedule_hrtimeout_range_clock()Wanlong Gao2011-11-011-2/+2
* ipc/mqueue.c: fix mq_open() return valueJiri Slaby2011-07-271-5/+7
* ipc/mqueue.c: refactor failure handlingJiri Slaby2011-07-271-56/+57
* 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-261-0/+1
* new helper: ihold()Al Viro2010-10-261-1/+1
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* switch mqueue to ->evict_inode()Al Viro2010-08-091-9/+7Star
* mqueue doesn't need make_bad_inode()Al Viro2010-06-041-1/+0Star
* Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-05-201-49/+25Star
|\
| * Merge branch 'linus' into timers/coreThomas Gleixner2010-05-101-0/+1
| |\
| * | mqueue: Convert message queue timeout to use hrtimersCarsten Emde2010-04-061-49/+25Star
* | | mqueue: fix kernel BUG caused by double free() on mq_open()André Goddard Rosa2010-05-121-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-131-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/+5Star
* mqueue: fix mq_open() file descriptor leak on user-space processesAndré Goddard Rosa2010-03-031-2/+1Star
* Untangling ima mess, part 2: deal with countersAl Viro2009-12-161-2/+0Star
* 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/+1Star