summaryrefslogtreecommitdiff
path: root/ipc/mqueue.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-06Merge tag 'vfs-6.19-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-12-06Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-9/+3
2025-12-05mqueue: correct the type of ro to intEdward Adam Davis1-1/+1
2025-12-02Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-31/+26
2025-11-28ipc: convert do_mq_open() to FD_ADD()Christian Brauner1-29/+25
2025-11-16convert mqueueAl Viro1-9/+3
2025-11-14VFS: change vfs_mkdir() to unlock on failure.NeilBrown1-1/+1
2025-11-14VFS: introduce start_creating_noperm() and start_removing_noperm()NeilBrown1-20/+12
2025-07-28Merge tag 'pull-mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2025-06-30sanitize handling of long-term internal mountsAl Viro1-1/+1
2025-06-11ramfs, hugetlbfs, mqueue: set DCACHE_DONTCACHEAl Viro1-0/+1
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown1-3/+2
2024-11-03fdget(), more trivial conversionsAl Viro1-53/+23
2024-11-03do_mq_notify(): switch to CLASS(fd)Al Viro1-6/+3
2024-11-03do_mq_notify(): saner skb freeing on failuresAl Viro1-11/+5
2024-11-03switch netlink_getsockbyfilp() to taking descriptorAl Viro1-7/+1
2024-08-13introduce fd_file(), convert all accessors to it.Al Viro1-25/+25
2024-07-09ipc: mqueue: remove assignment from IS_ERR argumentChen Ni1-1/+2
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