aboutsummaryrefslogtreecommitdiff
path: root/ipc/mqueue.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-17ipc/mqueue: remove unnecessary (void*) conversionGravatar Yu Zhe 1-1/+1
2022-06-03Merge tag 'per-namespace-ipc-sysctls-for-v5.19' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 1-6/+4
2022-05-09ipc/mqueue: use get_tree_nodev() in mqueue_get_tree()Gravatar Waiman Long 1-0/+14
2022-03-22fs: allocate inode by using alloc_inode_sb()Gravatar Muchun Song 1-1/+1
2022-03-08ipc: Store mqueue sysctls in the ipc namespaceGravatar Alexey Gladkov 1-6/+4
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-19/+21
2021-05-22ipc/mqueue, msg, sem: avoid relying on a stack reference past its expiryGravatar Varad Gautam 1-2/+4
2021-04-30Reimplement RLIMIT_MSGQUEUE on top of ucountsGravatar Alexey Gladkov 1-19/+21
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-2/+2
2021-01-24namei: prepare for idmapped mountsGravatar Christian Brauner 1-1/+2
2021-01-24namei: make permission helpers idmapped mount awareGravatar Christian Brauner 1-1/+1
2020-05-07ipc/mqueue.c: change __do_notify() to bypass check_kill_permission()Gravatar Oleg Nesterov 1-8/+26
2020-04-07ipc/mqueue.c: fix a brace coding style issueGravatar Somala Swaraj 1-3/+2
2020-02-04ipc/mqueue.c: update/document memory barriersGravatar Manfred Spraul 1-14/+78
2020-02-04ipc/mqueue.c: remove duplicated codeGravatar Davidlohr Bueso 1-13/+18
2019-09-25ipc/mqueue: improve exception handling in do_mq_notify()Gravatar Markus Elfring 1-12/+8
2019-09-25ipc/mqueue.c: delete an unnecessary check before the macro call dev_kfree_skb()Gravatar Markus Elfring 1-1/+1
2019-09-05new helper: get_tree_keyed()Gravatar Al Viro 1-2/+1
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-4/+5
2019-07-16ipc/mqueue.c: only perform resource calculation if user validGravatar Kees Cook 1-9/+10
2019-05-25mqueue: set ->user_ns before ->get_tree()Gravatar Al Viro 1-4/+5
2019-05-14ipc/mqueue: optimize msg_get()Gravatar Davidlohr Bueso 1-25/+35
2019-05-14ipc/mqueue: remove redundant wq task assignmentGravatar Davidlohr Bueso 1-2/+0
2019-05-14ipc: prevent lockup on alloc_msg and free_msgGravatar Li Rongqing 1-2/+8
2019-05-01mqueue: switch to ->free_inode()Gravatar Al Viro 1-8/+2
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-22/+72
2019-02-28ipc: Convert mqueue fs to fs_contextGravatar David Howells 1-22/+72
2019-02-07y2038: syscalls: rename y2038 compat syscallsGravatar Arnd Bergmann 1-8/+8
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-4/+4
2018-10-03signal: Distinguish between kernel_siginfo and siginfoGravatar Eric W. Biederman 1-1/+1
2018-08-27y2038: globally rename compat_time to old_time32Gravatar Arnd Bergmann 1-4/+4
2018-04-20y2038: ipc: Enable COMPAT_32BIT_TIMEGravatar Arnd Bergmann 1-39/+41
2018-04-20y2038: ipc: Use __kernel_timespecGravatar Arnd Bergmann 1-3/+3
2018-03-24Revert "mqueue: switch to on-demand creation of internal mount"Gravatar Eric W. Biederman 1-55/+19
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-2/+2
2018-02-06ipc/mqueue.c: have RT tasks queue in by priority in wq_add()Gravatar Jonathan Haws 1-1/+1
2018-01-30Merge branch 'work.mqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-130/+111
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2018-01-12signal: Ensure generic siginfos the kernel sends have all bits initializedGravatar Eric W. Biederman 1-0/+1
2018-01-05mqueue: switch to on-demand creation of internal mountGravatar Al Viro 1-19/+55
2018-01-05tidy do_mq_open() up a bitGravatar Al Viro 1-6/+3
2018-01-05mqueue: clean prepare_open() upGravatar Al Viro 1-18/+11
2018-01-05do_mq_open(): move all work prior to dentry_open() into a helperGravatar Al Viro 1-46/+31
2018-01-05mqueue: fold mq_attr_ok() into mqueue_get_inode()Gravatar Al Viro 1-50/+21
2018-01-05move dentry_open() calls up into do_mq_open()Gravatar Al Viro 1-24/+20
2018-01-05mqueue: switch to vfs_mkobj(), quit abusing ->d_fsdataGravatar Al Viro 1-8/+11
2017-11-27ipc, kernel, mm: annotate ->poll() instancesGravatar Al Viro 1-2/+2
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-1/+1
2017-09-03ipc: mqueue: Replace timespec with timespec64Gravatar Deepa Dinamani 1-14/+14
2017-07-09mqueue: fix a use-after-free in sys_mq_notify()Gravatar Cong Wang 1-1/+3