summaryrefslogtreecommitdiffstats
path: root/ipc/mqueue.c
AgeCommit message (Expand)AuthorLines
2025-12-05Merge tag 'vfs-6.19-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2025-12-05Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-9/+3
2025-12-05mqueue: correct the type of ro to intEdward Adam Davis-1/+1
2025-12-01Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-31/+26
2025-11-28ipc: convert do_mq_open() to FD_ADD()Christian Brauner-29/+25
2025-11-16convert mqueueAl Viro-9/+3
2025-11-14VFS: change vfs_mkdir() to unlock on failure.NeilBrown-1/+1
2025-11-14VFS: introduce start_creating_noperm() and start_removing_noperm()NeilBrown-20/+12
2025-07-28Merge tag 'pull-mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-1/+1
2025-06-29sanitize handling of long-term internal mountsAl Viro-1/+1
2025-06-11ramfs, hugetlbfs, mqueue: set DCACHE_DONTCACHEAl Viro-0/+1
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown-3/+2
2024-11-03fdget(), more trivial conversionsAl Viro-53/+23
2024-11-03do_mq_notify(): switch to CLASS(fd)Al Viro-6/+3
2024-11-03do_mq_notify(): saner skb freeing on failuresAl Viro-11/+5
2024-11-03switch netlink_getsockbyfilp() to taking descriptorAl Viro-7/+1
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro-25/+25
2024-07-09ipc: mqueue: remove assignment from IS_ERR argumentChen Ni-1/+2
2023-10-18ipc: convert to new timestamp accessorsJeff Layton-9/+10
2023-07-24mqueue: convert to ctime accessor functionsJeff Layton-12/+11
2023-02-24Merge branch 'work.namespace' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+0
2023-01-27ipc,namespace: batch free ipc_namespace structuresRik van Riel-5/+0
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner-1/+1
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner-1/+1
2022-12-11ipc: fix memory leak in init_mqueue_fs()Zhengchao Shao-2/+4
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+1
2022-10-09Merge tag 'retire_mq_sysctls-for-v5.19' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-0/+1
2022-10-03ipc: mqueue: remove unnecessary conditionalsJingyu Wang-2/+1
2022-07-19ipc: mqueue: fix possible memory leak in init_mqueue_fs()Hangyu Hua-0/+1
2022-07-17ipc/mqueue: remove unnecessary (void*) conversionYu Zhe-1/+1
2022-06-03Merge tag 'per-namespace-ipc-sysctls-for-v5.19' of git://git.kernel.org/pub/s...Linus Torvalds-6/+4
2022-05-09ipc/mqueue: use get_tree_nodev() in mqueue_get_tree()Waiman Long-0/+14
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song-1/+1
2022-03-08ipc: Store mqueue sysctls in the ipc namespaceAlexey Gladkov-6/+4
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-19/+21
2021-05-22ipc/mqueue, msg, sem: avoid relying on a stack reference past its expiryVarad Gautam-2/+4
2021-04-30Reimplement RLIMIT_MSGQUEUE on top of ucountsAlexey Gladkov-19/+21
2021-01-24fs: make helpers idmap mount awareChristian Brauner-2/+2
2021-01-24namei: prepare for idmapped mountsChristian Brauner-1/+2
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner-1/+1
2020-05-07ipc/mqueue.c: change __do_notify() to bypass check_kill_permission()Oleg Nesterov-8/+26
2020-04-07ipc/mqueue.c: fix a brace coding style issueSomala Swaraj-3/+2
2020-02-04ipc/mqueue.c: update/document memory barriersManfred Spraul-14/+78
2020-02-04ipc/mqueue.c: remove duplicated codeDavidlohr Bueso-13/+18
2019-09-25ipc/mqueue: improve exception handling in do_mq_notify()Markus Elfring-12/+8
2019-09-25ipc/mqueue.c: delete an unnecessary check before the macro call dev_kfree_skb()Markus Elfring-1/+1
2019-09-05new helper: get_tree_keyed()Al Viro-2/+1
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-4/+5
2019-07-16ipc/mqueue.c: only perform resource calculation if user validKees Cook-9/+10