summaryrefslogtreecommitdiff
path: root/kernel/nscommon.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-11ns: rename is_initial_namespace()Christian Brauner1-1/+1
2025-11-11nstree: switch to new structuresChristian Brauner1-8/+5
2025-11-10ns: add asserts for active refcount underflowChristian Brauner1-4/+14
2025-11-10ns: handle setns(pidfd, ...) cleanlyChristian Brauner1-9/+12
2025-11-10ns: don't increment or decrement initial namespacesChristian Brauner1-0/+6
2025-11-10ns: don't skip active reference count initializationChristian Brauner1-5/+4
2025-11-03nstree: add listns()Christian Brauner1-1/+1
2025-11-03nstree: add unified namespace listChristian Brauner1-0/+1
2025-11-03nstree: maintain list of owned namespacesChristian Brauner1-0/+4
2025-11-03nstree: introduce a unified treeChristian Brauner1-0/+1
2025-11-03ns: add active reference countChristian Brauner1-1/+213
2025-11-03ns: add missing authorshipChristian Brauner1-0/+1
2025-09-25ns: drop assertChristian Brauner1-2/+0
2025-09-25ns: move ns type into struct ns_commonChristian Brauner1-2/+3
2025-09-22ns: add ns_debug()Christian Brauner1-0/+53
2025-09-19ns: rename to __ns_refChristian Brauner1-1/+1
2025-09-19ns: add ns_common_free()Christian Brauner1-0/+5
2025-09-19nscommon: simplify initializationChristian Brauner1-9/+8
2025-09-19mnt: simplify ns_common_init() handlingChristian Brauner1-1/+1
2025-09-19nscommon: move to separate fileChristian Brauner1-0/+21