summaryrefslogtreecommitdiff
path: root/ipc/mqueue.c
AgeCommit message (Expand)Author
2014-04-10ipc/mqueue: Add a critical section to avoid a deadlockKOBAYASHI Yoshitake
2014-04-10ipc: Make the ipc code -rt awareIngo Molnar
2014-03-05ipc,mqueue: remove limits for the amount of system-wide queuesDavidlohr Bueso
2013-07-09audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_...Jeff Layton
2013-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-03-27ipc: Restrict mounting the mqueue filesystemEric W. Biederman
2013-03-22mqueue: sys_mq_open: do not call mnt_drop_write() if read-onlyVladimir Davydov
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-23new helper: file_inode(file)Al Viro
2013-01-28userns: Allow the unprivileged users to mount mqueue fsGao feng
2012-10-13audit: make audit_inode take struct filenameJeff Layton
2012-10-13vfs: define struct filename and have getname() return itJeff Layton
2012-10-12audit: set the name_len in audit_inode for parent lookupsJeff Layton
2012-10-09ipc/mqueue: remove unnecessary rb_init_node() callsMichel Lespinasse
2012-09-27switch simple cases of fget_light to fdgetAl Viro
2012-09-27switch mqueue syscalls to fget_light()Al Viro
2012-08-18mqueue: lift mnt_want_write() outside ->i_mutex, clean up a bitAl Viro
2012-07-22switch 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-06-01ipc/mqueue: add rbtree node caching supportDoug Ledford
2012-06-01ipc/mqueue: strengthen checks on mqueue creationDoug Ledford
2012-06-01ipc/mqueue: correct mq_attr_ok testDoug Ledford
2012-06-01ipc/mqueue: improve performance of send/recvDoug Ledford
2012-06-01mqueue: separate mqueue default value from maximum valueKOSAKI Motohiro
2012-06-01mqueue: don't use kmalloc with KMALLOC_MAX_SIZEKOSAKI Motohiro
2012-06-01ipc/mqueue: update maximums for the mqueue subsystemDoug Ledford
2012-06-01ipc/mqueue: enforce hard limitsDoug Ledford
2012-06-01ipc/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-21switch open-coded instances of d_make_root() to new helperAl Viro
2012-01-23ipc/mqueue: simplify reading msgqueue limitDavidlohr Bueso
2012-01-11user namespace: make signal.c respect user namespacesSerge E. Hallyn
2012-01-04switch mq_open() to umode_tAl Viro
2012-01-04mqueue: propagate umode_tAl Viro
2012-01-04switch ->create() to umode_tAl Viro
2012-01-04vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-12-09... and the same kind of leak for mqueueAl Viro
2011-11-01ipc/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-26fs: do not assign default i_ino in new_inodeChristoph Hellwig
2010-10-26new helper: ihold()Al Viro
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-08-09switch mqueue to ->evict_inode()Al Viro