aboutsummaryrefslogtreecommitdiffstats
path: root/ipc (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-12-01Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-31/+26
2025-12-01Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-20/+12
2025-11-28ipc: convert do_mq_open() to FD_ADD()Christian Brauner1-29/+25
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-11-11ns: drop custom reference count initialization for initial namespacesChristian Brauner1-1/+1
2025-11-11ipc: enable is_ns_init_id() assertionsChristian Brauner1-1/+2
2025-11-03ns: use NS_COMMON_INIT() for all namespacesChristian Brauner1-6/+1
2025-09-29Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds3-14/+13
2025-09-25ns: move ns type into struct ns_commonChristian Brauner2-1/+1
2025-09-22ns: simplify ns_common_init() furtherChristian Brauner1-1/+1
2025-09-19ns: use inode initializer for initial namespacesChristian Brauner1-1/+1
2025-09-19ns: rename to __ns_refChristian Brauner1-1/+1
2025-09-19ipc: port to ns_ref_*() helpersChristian Brauner1-1/+1
2025-09-19ns: add ns_common_free()Christian Brauner1-2/+2
2025-09-19nscommon: simplify initializationChristian Brauner1-1/+1
2025-09-19ns: add to_<type>_ns() to respective headersChristian Brauner1-5/+0
2025-09-19ipc: support ns lookupChristian Brauner3-0/+6
2025-09-19ipc: use ns_common_init()Christian Brauner1-3/+1
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster2-2/+2
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+1
2025-07-28Merge tag 'pull-mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2025-06-29sanitize handling of long-term internal mountsAl Viro1-1/+1
2025-06-17mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepareLorenzo Stoakes1-1/+1
2025-06-11ramfs, hugetlbfs, mqueue: set DCACHE_DONTCACHEAl Viro1-0/+1
2025-05-31Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+4
2025-05-11ipc: fix to protect IPCS lookups using RCUJeongjun Park1-1/+4
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown1-3/+2
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados2-2/+2
2025-01-24ipc/util.c: complete the kernel-doc function descriptionsRandy Dunlap1-7/+4
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-2/+4
2024-11-05ipc: fix memleak if msg_init_ns failed in create_ipc_nsMa Wupeng1-1/+3
2024-11-05ipc/msg: replace one-element array with flexible array memberThorsten Blum1-1/+1
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-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-25/+25
2024-09-03ipc/shm, mm: drop do_vma_munmap()Liam R. Howlett1-4/+4
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro1-25/+25
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-3/+3
2024-07-18Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slabLinus Torvalds1-1/+12
2024-07-09ipc: mqueue: remove assignment from IS_ERR argumentChen Ni1-1/+2
2024-07-03ipc, msg: Use dedicated slab buckets for alloc_msg()Kees Cook1-1/+12
2024-05-19Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-2/+0
2024-05-17Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctlLinus Torvalds2-6/+4
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-2/+2
2024-04-25ipc: remove the now superfluous sentinel element from ctl_table arrayJoel Granados2-2/+0
2024-04-24sysctl: treewide: constify argument ctl_table_root::permissions(table)Thomas Weißschuh2-2/+2
2024-04-24sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table)Thomas Weißschuh2-4/+2