aboutsummaryrefslogtreecommitdiffstats
path: root/ipc/mqueue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-03ipc: mqueue: Replace timespec with timespec64Deepa Dinamani1-14/+14
2017-07-09mqueue: fix a use-after-free in sys_mq_notify()Cong Wang1-1/+3
2017-07-04mqueue: move compat syscalls to native onesAl Viro1-88/+261
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/user.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/wake_q.h>Ingo Molnar1-0/+1
2017-02-27ipc/mqueue: add missing sparse annotationLuc Van Oostenryck1-0/+1
2016-11-21sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_QWaiman Long1-2/+2
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-9/+9
2016-06-23vfs: Generalize filesystem nodev handling.Eric W. Biederman1-1/+1
2016-06-23ipc/mqueue: The mqueue filesystem should never contain executablesEric W. Biederman1-0/+1
2016-06-23vfs: Pass data, ns, and ns->userns to mount_nsEric W. Biederman1-11/+8
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-01-22wrappers for ->i_mutex accessAl Viro1-4/+4
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2015-08-07ipc: modify message queue accounting to not take kernel data structures into accountMarcus Gelderie1-5/+0
2015-05-08ipc/mqueue: Implement lockless pipelined wakeupsDavidlohr Bueso1-21/+33
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells1-11/+11
2014-11-19new helper: audit_file()Al Viro1-2/+2
2014-04-07ipc: use device_initcallDavidlohr Bueso1-1/+1
2014-02-25ipc,mqueue: remove limits for the amount of system-wide queuesDavidlohr Bueso1-3/+3
2014-01-27ipc: remove braces for single statementsDavidlohr Bueso1-3/+3
2014-01-27ipc: whitespace cleanupManfred Spraul1-8/+8
2013-11-09locks: break delegations on unlinkJ. Bruce Fields1-1/+1
2013-07-09audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_names recordJeff Layton1-0/+2
2013-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+10
2013-03-27ipc: Restrict mounting the mqueue filesystemEric W. Biederman1-2/+10
2013-03-22mqueue: sys_mq_open: do not call mnt_drop_write() if read-onlyVladimir Davydov1-1/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+8
2013-02-22new helper: file_inode(file)Al Viro1-8/+8
2013-01-27userns: Allow the unprivileged users to mount mqueue fsGao feng1-0/+1
2012-10-12audit: make audit_inode take struct filenameJeff Layton1-2/+2
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-6/+7
2012-10-12audit: set the name_len in audit_inode for parent lookupsJeff Layton1-4/+4
2012-10-09ipc/mqueue: remove unnecessary rb_init_node() callsMichel Lespinasse1-3/+0
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-43/+41
2012-09-26switch mqueue syscalls to fget_light()Al Viro1-12/+14
2012-08-18mqueue: lift mnt_want_write() outside ->i_mutex, clean up a bitAl Viro1-33/+28
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro1-70/+47
2012-07-14don't pass nameidata * to vfs_create()Al Viro1-1/+1
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
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