aboutsummaryrefslogtreecommitdiffstats
path: root/ipc/mqueue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman1-1/+1
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann1-4/+4
2018-04-20y2038: ipc: Enable COMPAT_32BIT_TIMEArnd Bergmann1-39/+41
2018-04-20y2038: ipc: Use __kernel_timespecArnd Bergmann1-3/+3
2018-03-24Revert "mqueue: switch to on-demand creation of internal mount"Eric W. Biederman1-55/+19
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2018-02-06ipc/mqueue.c: have RT tasks queue in by priority in wq_add()Jonathan Haws1-1/+1
2018-01-30Merge branch 'work.mqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-130/+111
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2018-01-12signal: Ensure generic siginfos the kernel sends have all bits initializedEric W. Biederman1-0/+1
2018-01-05mqueue: switch to on-demand creation of internal mountAl Viro1-19/+55
2018-01-05tidy do_mq_open() up a bitAl Viro1-6/+3
2018-01-05mqueue: clean prepare_open() upAl Viro1-18/+11
2018-01-05do_mq_open(): move all work prior to dentry_open() into a helperAl Viro1-46/+31
2018-01-05mqueue: fold mq_attr_ok() into mqueue_get_inode()Al Viro1-50/+21
2018-01-05move dentry_open() calls up into do_mq_open()Al Viro1-24/+20
2018-01-05mqueue: switch to vfs_mkobj(), quit abusing ->d_fsdataAl Viro1-8/+11
2017-11-27ipc, kernel, mm: annotate ->poll() instancesAl Viro1-2/+2
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-1/+1
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