aboutsummaryrefslogtreecommitdiff
path: root/ipc/mqueue.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-19new helper: audit_file()Gravatar Al Viro 1-2/+2
2014-04-07ipc: use device_initcallGravatar Davidlohr Bueso 1-1/+1
2014-02-25ipc,mqueue: remove limits for the amount of system-wide queuesGravatar Davidlohr Bueso 1-3/+3
2014-01-27ipc: remove braces for single statementsGravatar Davidlohr Bueso 1-3/+3
2014-01-27ipc: whitespace cleanupGravatar Manfred Spraul 1-8/+8
2013-11-09locks: break delegations on unlinkGravatar J. Bruce Fields 1-1/+1
2013-07-09audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_...Gravatar Jeff Layton 1-0/+2
2013-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-2/+10
2013-03-27ipc: Restrict mounting the mqueue filesystemGravatar Eric W. Biederman 1-2/+10
2013-03-22mqueue: sys_mq_open: do not call mnt_drop_write() if read-onlyGravatar Vladimir Davydov 1-1/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-8/+8
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-8/+8
2013-01-27userns: Allow the unprivileged users to mount mqueue fsGravatar Gao feng 1-0/+1
2012-10-12audit: make audit_inode take struct filenameGravatar Jeff Layton 1-2/+2
2012-10-12vfs: define struct filename and have getname() return itGravatar Jeff Layton 1-6/+7
2012-10-12audit: set the name_len in audit_inode for parent lookupsGravatar Jeff Layton 1-4/+4
2012-10-09ipc/mqueue: remove unnecessary rb_init_node() callsGravatar Michel Lespinasse 1-3/+0
2012-09-26switch simple cases of fget_light to fdgetGravatar Al Viro 1-43/+41
2012-09-26switch mqueue syscalls to fget_light()Gravatar Al Viro 1-12/+14
2012-08-18mqueue: lift mnt_want_write() outside ->i_mutex, clean up a bitGravatar Al Viro 1-33/+28
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