aboutsummaryrefslogtreecommitdiff
path: root/ipc/mqueue.c
AgeCommit message (Expand)Author
2012-08-18mqueue: lift mnt_want_write() outside ->i_mutex, clean up a bitAl Viro
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro
2012-07-14don't pass nameidata * to vfs_create()Al Viro
2012-07-14don't pass nameidata to ->create()Al Viro
2012-05-31ipc/mqueue: add rbtree node caching supportDoug Ledford
2012-05-31ipc/mqueue: strengthen checks on mqueue creationDoug Ledford
2012-05-31ipc/mqueue: correct mq_attr_ok testDoug Ledford
2012-05-31ipc/mqueue: improve performance of send/recvDoug Ledford
2012-05-31mqueue: separate mqueue default value from maximum valueKOSAKI Motohiro
2012-05-31mqueue: don't use kmalloc with KMALLOC_MAX_SIZEKOSAKI Motohiro
2012-05-31ipc/mqueue: update maximums for the mqueue subsystemDoug Ledford
2012-05-31ipc/mqueue: enforce hard limitsDoug Ledford
2012-05-31ipc/mqueue: switch back to using non-max values on createDoug Ledford
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-05-03userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgidEric W. Biederman
2012-04-07mqueue: Explicitly capture the user namespace to send the notification to.Eric W. Biederman
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-01-23ipc/mqueue: simplify reading msgqueue limitDavidlohr Bueso
2012-01-10user namespace: make signal.c respect user namespacesSerge E. Hallyn
2012-01-03switch mq_open() to umode_tAl Viro
2012-01-03mqueue: propagate umode_tAl Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-12-09... and the same kind of leak for mqueueAl Viro
2011-10-31ipc/mqueue.c: fix wrong use of schedule_hrtimeout_range_clock()Wanlong Gao
2011-07-26ipc/mqueue.c: fix mq_open() return valueJiri Slaby
2011-07-26ipc/mqueue.c: refactor failure handlingJiri Slaby
2011-01-07fs: icache RCU free inodesNick Piggin
2010-10-29switch get_sb_ns() usersAl Viro
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig
2010-10-25new helper: ihold()Al Viro
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-08-09switch mqueue to ->evict_inode()Al Viro
2010-06-04mqueue doesn't need make_bad_inode()Al Viro
2010-05-19Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2010-05-11mqueue: fix kernel BUG caused by double free() on mq_open()André Goddard Rosa
2010-05-10Merge branch 'linus' into timers/coreThomas Gleixner
2010-04-06mqueue: Convert message queue timeout to use hrtimersCarsten Emde
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-12ipc: use rlimit helpersJiri Slaby
2010-03-03mqueue: fix typo "failues" -> "failures"André Goddard Rosa
2010-03-03mqueue: only set error codes if they are really necessaryAndré Goddard Rosa
2010-03-03mqueue: simplify do_open() error handlingAndré Goddard Rosa
2010-03-03mqueue: apply mathematics distributivity on mq_bytes calculationAndré Goddard Rosa
2010-03-03mqueue: remove unneeded info->messages initializationAndré Goddard Rosa
2010-03-03mqueue: fix mq_open() file descriptor leak on user-space processesAndré Goddard Rosa
2009-12-16Untangling ima mess, part 2: deal with countersAl Viro
2009-09-22const: mark remaining super_operations constAlexey Dobriyan
2009-06-29integrity: ima mq_open imbalance msg fixMimi Zohar