summaryrefslogtreecommitdiffstats
path: root/ipc/mqueue.c
Commit message (Expand)AuthorAgeFilesLines
* ipc: convert to new timestamp accessorsJeff Layton2023-10-181-9/+10
* mqueue: convert to ctime accessor functionsJeff Layton2023-07-241-12/+11
* Merge branch 'work.namespace' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-241-5/+0
|\
| * ipc,namespace: batch free ipc_namespace structuresRik van Riel2023-01-271-5/+0
* | fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner2023-01-181-1/+1
|/
* ipc: fix memory leak in init_mqueue_fs()Zhengchao Shao2022-12-111-2/+4
* Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-121-2/+1
|\
| * ipc: mqueue: remove unnecessary conditionalsJingyu Wang2022-10-031-2/+1
* | Merge tag 'retire_mq_sysctls-for-v5.19' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-10-091-0/+1
|\ \ | |/ |/|
| * ipc: mqueue: fix possible memory leak in init_mqueue_fs()Hangyu Hua2022-07-191-0/+1
* | ipc/mqueue: remove unnecessary (void*) conversionYu Zhe2022-07-171-1/+1
|/
* Merge tag 'per-namespace-ipc-sysctls-for-v5.19' of git://git.kernel.org/pub/s...Linus Torvalds2022-06-031-6/+4
|\
| * ipc: Store mqueue sysctls in the ipc namespaceAlexey Gladkov2022-03-081-6/+4
* | ipc/mqueue: use get_tree_nodev() in mqueue_get_tree()Waiman Long2022-05-091-0/+14
* | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2021-06-281-19/+21
|\
| * Reimplement RLIMIT_MSGQUEUE on top of ucountsAlexey Gladkov2021-04-301-19/+21
* | ipc/mqueue, msg, sem: avoid relying on a stack reference past its expiryVarad Gautam2021-05-221-2/+4
|/
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-2/+2
* namei: prepare for idmapped mountsChristian Brauner2021-01-241-1/+2
* namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* ipc/mqueue.c: change __do_notify() to bypass check_kill_permission()Oleg Nesterov2020-05-071-8/+26
* ipc/mqueue.c: fix a brace coding style issueSomala Swaraj2020-04-071-3/+2
* ipc/mqueue.c: update/document memory barriersManfred Spraul2020-02-041-14/+78
* ipc/mqueue.c: remove duplicated codeDavidlohr Bueso2020-02-041-13/+18
* ipc/mqueue: improve exception handling in do_mq_notify()Markus Elfring2019-09-251-12/+8
* ipc/mqueue.c: delete an unnecessary check before the macro call dev_kfree_skb()Markus Elfring2019-09-251-1/+1
* new helper: get_tree_keyed()Al Viro2019-09-051-2/+1
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-4/+5
|\
| * mqueue: set ->user_ns before ->get_tree()Al Viro2019-05-251-4/+5
* | ipc/mqueue.c: only perform resource calculation if user validKees Cook2019-07-161-9/+10
|/
* ipc/mqueue: optimize msg_get()Davidlohr Bueso2019-05-141-25/+35
* ipc/mqueue: remove redundant wq task assignmentDavidlohr Bueso2019-05-141-2/+0
* ipc: prevent lockup on alloc_msg and free_msgLi Rongqing2019-05-141-2/+8
* mqueue: switch to ->free_inode()Al Viro2019-05-011-8/+2
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-03-121-22/+72
|\
| * ipc: Convert mqueue fs to fs_contextDavid Howells2019-02-281-22/+72
* | y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2019-02-071-8/+8
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-251-4/+4
|\
| * y2038: globally rename compat_time to old_time32Arnd Bergmann2018-08-271-4/+4
* | signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman2018-10-031-1/+1
|/
* y2038: ipc: Enable COMPAT_32BIT_TIMEArnd Bergmann2018-04-201-39/+41
* y2038: ipc: Use __kernel_timespecArnd Bergmann2018-04-201-3/+3
* Revert "mqueue: switch to on-demand creation of internal mount"Eric W. Biederman2018-03-241-55/+19
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* ipc/mqueue.c: have RT tasks queue in by priority in wq_add()Jonathan Haws2018-02-061-1/+1
* Merge branch 'work.mqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-01-301-130/+111
|\
| * mqueue: switch to on-demand creation of internal mountAl Viro2018-01-051-19/+55