aboutsummaryrefslogtreecommitdiffstats
path: root/ipc/mqueue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-31ipc/mqueue: add rbtree node caching supportDoug Ledford1-23/+81
2012-05-31ipc/mqueue: strengthen checks on mqueue creationDoug Ledford1-9/+18
2012-05-31ipc/mqueue: correct mq_attr_ok testDoug Ledford1-3/+8
2012-05-31ipc/mqueue: improve performance of send/recvDoug Ledford1-43/+130
2012-05-31mqueue: separate mqueue default value from maximum valueKOSAKI Motohiro1-3/+6
2012-05-31mqueue: don't use kmalloc with KMALLOC_MAX_SIZEKOSAKI Motohiro1-2/+2
2012-05-31ipc/mqueue: update maximums for the mqueue subsystemDoug Ledford1-2/+9
2012-05-31ipc/mqueue: enforce hard limitsDoug Ledford1-3/+5
2012-05-31ipc/mqueue: switch back to using non-max values on createDoug Ledford1-2/+3
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-1/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-05-03userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgidEric W. Biederman1-2/+1
2012-04-07mqueue: Explicitly capture the user namespace to send the notification to.Eric W. Biederman1-1/+8
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-17/+7
2012-01-23ipc/mqueue: simplify reading msgqueue limitDavidlohr Bueso1-2/+1
2012-01-10user namespace: make signal.c respect user namespacesSerge E. Hallyn1-1/+6
2012-01-03switch mq_open() to umode_tAl Viro1-1/+1
2012-01-03mqueue: propagate umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-2/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-12-09... and the same kind of leak for mqueueAl Viro1-5/+3
2011-10-31ipc/mqueue.c: fix wrong use of schedule_hrtimeout_range_clock()Wanlong Gao1-2/+2
2011-07-26ipc/mqueue.c: fix mq_open() return valueJiri Slaby1-5/+7
2011-07-26ipc/mqueue.c: refactor failure handlingJiri Slaby1-56/+57
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2010-10-29switch get_sb_ns() usersAl Viro1-4/+4
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+1
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-08-09switch mqueue to ->evict_inode()Al Viro1-9/+7
2010-06-04mqueue doesn't need make_bad_inode()Al Viro1-1/+0
2010-05-19Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-49/+25
2010-05-11mqueue: fix kernel BUG caused by double free() on mq_open()André Goddard Rosa1-1/+1
2010-05-10Merge branch 'linus' into timers/coreThomas Gleixner1-0/+1
2010-04-06mqueue: Convert message queue timeout to use hrtimersCarsten Emde1-49/+25
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-12ipc: use rlimit helpersJiri Slaby1-1/+1
2010-03-03mqueue: fix typo "failues" -> "failures"André Goddard Rosa1-1/+1
2010-03-03mqueue: only set error codes if they are really necessaryAndré Goddard Rosa1-27/+50
2010-03-03mqueue: simplify do_open() error handlingAndré Goddard Rosa1-6/+10
2010-03-03mqueue: apply mathematics distributivity on mq_bytes calculationAndré Goddard Rosa1-4/+5
2010-03-03mqueue: remove unneeded info->messages initializationAndré Goddard Rosa1-8/+5
2010-03-03mqueue: fix mq_open() file descriptor leak on user-space processesAndré Goddard Rosa1-2/+1
2009-12-16Untangling ima mess, part 2: deal with countersAl Viro1-2/+0
2009-09-22const: mark remaining super_operations constAlexey Dobriyan1-2/+2
2009-06-29integrity: ima mq_open imbalance msg fixMimi Zohar1-0/+2
2009-04-07namespaces: mqueue namespace: adapt sysctlSerge E. Hallyn1-64/+1
2009-04-07namespaces: ipc namespaces: implement support for posix msqueuesSerge E. Hallyn1-29/+82
2009-04-07namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespaceSerge E. Hallyn1-56/+68
2009-03-31New helper - current_umask()Al Viro1-1/+1