aboutsummaryrefslogtreecommitdiff
path: root/ipc/mqueue.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-23switch dentry_open() to struct path, make it grab references itselfGravatar Al Viro 1-70/+47
2012-07-14don't pass nameidata * to vfs_create()Gravatar Al Viro 1-1/+1
2012-07-14don't pass nameidata to ->create()Gravatar Al Viro 1-1/+1
2012-05-31ipc/mqueue: add rbtree node caching supportGravatar Doug Ledford 1-23/+81
2012-05-31ipc/mqueue: strengthen checks on mqueue creationGravatar Doug Ledford 1-9/+18
2012-05-31ipc/mqueue: correct mq_attr_ok testGravatar Doug Ledford 1-3/+8
2012-05-31ipc/mqueue: improve performance of send/recvGravatar Doug Ledford 1-43/+130
2012-05-31mqueue: separate mqueue default value from maximum valueGravatar KOSAKI Motohiro 1-3/+6
2012-05-31mqueue: don't use kmalloc with KMALLOC_MAX_SIZEGravatar KOSAKI Motohiro 1-2/+2
2012-05-31ipc/mqueue: update maximums for the mqueue subsystemGravatar Doug Ledford 1-2/+9
2012-05-31ipc/mqueue: enforce hard limitsGravatar Doug Ledford 1-3/+5
2012-05-31ipc/mqueue: switch back to using non-max values on createGravatar Doug Ledford 1-2/+3
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxGravatar Linus Torvalds 1-1/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Gravatar Jan Kara 1-1/+1
2012-05-03userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgidGravatar Eric W. Biederman 1-2/+1
2012-04-07mqueue: Explicitly capture the user namespace to send the notification to.Gravatar Eric W. Biederman 1-1/+8
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-17/+7
2012-01-23ipc/mqueue: simplify reading msgqueue limitGravatar Davidlohr Bueso 1-2/+1
2012-01-10user namespace: make signal.c respect user namespacesGravatar Serge E. Hallyn 1-1/+6
2012-01-03switch mq_open() to umode_tGravatar Al Viro 1-1/+1
2012-01-03mqueue: propagate umode_tGravatar Al Viro 1-1/+1
2012-01-03switch ->create() to umode_tGravatar Al Viro 1-2/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsGravatar Al Viro 1-1/+0
2011-12-09... and the same kind of leak for mqueueGravatar Al Viro 1-5/+3
2011-10-31ipc/mqueue.c: fix wrong use of schedule_hrtimeout_range_clock()Gravatar Wanlong Gao 1-2/+2
2011-07-26ipc/mqueue.c: fix mq_open() return valueGravatar Jiri Slaby 1-5/+7
2011-07-26ipc/mqueue.c: refactor failure handlingGravatar Jiri Slaby 1-56/+57
2011-01-07fs: icache RCU free inodesGravatar Nick Piggin 1-1/+8
2010-10-29switch get_sb_ns() usersGravatar Al Viro 1-4/+4
2010-10-25fs: do not assign default i_ino in new_inodeGravatar Christoph Hellwig 1-0/+1
2010-10-25new helper: ihold()Gravatar Al Viro 1-1/+1
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-08-09switch mqueue to ->evict_inode()Gravatar Al Viro 1-9/+7
2010-06-04mqueue doesn't need make_bad_inode()Gravatar Al Viro 1-1/+0
2010-05-19Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-49/+25
2010-05-11mqueue: fix kernel BUG caused by double free() on mq_open()Gravatar André Goddard Rosa 1-1/+1
2010-05-10Merge branch 'linus' into timers/coreGravatar Thomas Gleixner 1-0/+1
2010-04-06mqueue: Convert message queue timeout to use hrtimersGravatar Carsten Emde 1-49/+25
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-12ipc: use rlimit helpersGravatar Jiri Slaby 1-1/+1
2010-03-03mqueue: fix typo "failues" -> "failures"Gravatar André Goddard Rosa 1-1/+1
2010-03-03mqueue: only set error codes if they are really necessaryGravatar André Goddard Rosa 1-27/+50
2010-03-03mqueue: simplify do_open() error handlingGravatar André Goddard Rosa 1-6/+10
2010-03-03mqueue: apply mathematics distributivity on mq_bytes calculationGravatar André Goddard Rosa 1-4/+5
2010-03-03mqueue: remove unneeded info->messages initializationGravatar André Goddard Rosa 1-8/+5
2010-03-03mqueue: fix mq_open() file descriptor leak on user-space processesGravatar André Goddard Rosa 1-2/+1
2009-12-16Untangling ima mess, part 2: deal with countersGravatar Al Viro 1-2/+0
2009-09-22const: mark remaining super_operations constGravatar Alexey Dobriyan 1-2/+2
2009-06-29integrity: ima mq_open imbalance msg fixGravatar Mimi Zohar 1-0/+2
2009-04-07namespaces: mqueue namespace: adapt sysctlGravatar Serge E. Hallyn 1-64/+1