summaryrefslogtreecommitdiffstats
path: root/kernel/nstree.c
AgeCommit message (Expand)AuthorLines
2026-02-27nstree: tighten permission checks for listingChristian Brauner-25/+4
2025-11-14nstree: fix kernel-doc comments for internal functionsKriish Sharma-2/+3
2025-11-11nstree: use guards for ns_tree_lockChristian Brauner-7/+13
2025-11-11nstree: simplify owner list iterationChristian Brauner-3/+7
2025-11-11nstree: switch to new structuresChristian Brauner-123/+76
2025-11-11nstree: add helper to operate on struct ns_tree_{node,root}Christian Brauner-0/+85
2025-11-10ns: handle setns(pidfd, ...) cleanlyChristian Brauner-8/+0
2025-11-10ns: return EFAULT on put_user() errorChristian Brauner-2/+2
2025-11-10ns: make sure reference are dropped outside of rcu lockChristian Brauner-9/+23
2025-11-03nstree: add listns()Christian Brauner-0/+397
2025-11-03nstree: add unified namespace listChristian Brauner-1/+12
2025-11-03nstree: simplify rbtree comparison helpersChristian Brauner-29/+11
2025-11-03nstree: maintain list of owned namespacesChristian Brauner-1/+67
2025-11-03nstree: assign fixed ids to the initial namespacesChristian Brauner-5/+8
2025-11-03nstree: introduce a unified treeChristian Brauner-24/+72
2025-11-03ns: add active reference countChristian Brauner-0/+8
2025-11-03ns: add missing authorshipChristian Brauner-0/+1
2025-10-31nstree: simplify returnChristian Brauner-5/+0
2025-09-25ns: move ns type into struct ns_commonChristian Brauner-4/+4
2025-09-25nstree: make struct ns_tree privateChristian Brauner-0/+14
2025-09-19nstree: make iterator genericChristian Brauner-0/+233