summaryrefslogtreecommitdiff
path: root/ipc/mqueue.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-18ipc: convert to new timestamp accessorsJeff Layton1-9/+10
2023-07-24mqueue: convert to ctime accessor functionsJeff Layton1-12/+11
2023-02-25Merge branch 'work.namespace' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+0
2023-01-28ipc,namespace: batch free ipc_namespace structuresRik van Riel1-5/+0
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner1-1/+1
2022-12-12ipc: fix memory leak in init_mqueue_fs()Zhengchao Shao1-2/+4
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+1
2022-10-10Merge tag 'retire_mq_sysctls-for-v5.19' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+1
2022-10-04ipc: mqueue: remove unnecessary conditionalsJingyu Wang1-2/+1
2022-07-20ipc: mqueue: fix possible memory leak in init_mqueue_fs()Hangyu Hua1-0/+1
2022-07-18ipc/mqueue: remove unnecessary (void*) conversionYu Zhe1-1/+1
2022-06-04Merge tag 'per-namespace-ipc-sysctls-for-v5.19' of git://git.kernel.org/pub/s...Linus Torvalds1-6/+4
2022-05-10ipc/mqueue: use get_tree_nodev() in mqueue_get_tree()Waiman Long1-0/+14
2022-03-23fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-08ipc: Store mqueue sysctls in the ipc namespaceAlexey Gladkov1-6/+4
2021-06-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-19/+21
2021-05-23ipc/mqueue, msg, sem: avoid relying on a stack reference past its expiryVarad Gautam1-2/+4
2021-04-30Reimplement RLIMIT_MSGQUEUE on top of ucountsAlexey Gladkov1-19/+21
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-2/+2
2021-01-24namei: prepare for idmapped mountsChristian Brauner1-1/+2
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-1/+1
2020-05-08ipc/mqueue.c: change __do_notify() to bypass check_kill_permission()Oleg Nesterov1-8/+26
2020-04-07ipc/mqueue.c: fix a brace coding style issueSomala Swaraj1-3/+2
2020-02-04ipc/mqueue.c: update/document memory barriersManfred Spraul1-14/+78
2020-02-04ipc/mqueue.c: remove duplicated codeDavidlohr Bueso1-13/+18
2019-09-26ipc/mqueue: improve exception handling in do_mq_notify()Markus Elfring1-12/+8
2019-09-26ipc/mqueue.c: delete an unnecessary check before the macro call dev_kfree_skb()Markus Elfring1-1/+1
2019-09-05new helper: get_tree_keyed()Al Viro1-2/+1
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-4/+5
2019-07-17ipc/mqueue.c: only perform resource calculation if user validKees Cook1-9/+10
2019-05-26mqueue: set ->user_ns before ->get_tree()Al Viro1-4/+5
2019-05-15ipc/mqueue: optimize msg_get()Davidlohr Bueso1-25/+35
2019-05-15ipc/mqueue: remove redundant wq task assignmentDavidlohr Bueso1-2/+0
2019-05-15ipc: prevent lockup on alloc_msg and free_msgLi Rongqing1-2/+8
2019-05-02mqueue: switch to ->free_inode()Al Viro1-8/+2
2019-03-13Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-22/+72
2019-02-28ipc: Convert mqueue fs to fs_contextDavid Howells1-22/+72
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann1-8/+8
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus 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-25Revert "mqueue: switch to on-demand creation of internal mount"Eric W. Biederman1-55/+19
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2018-02-07ipc/mqueue.c: have RT tasks queue in by priority in wq_add()Jonathan Haws1-1/+1
2018-01-31Merge branch 'work.mqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-130/+111
2018-01-31Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2