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