summaryrefslogtreecommitdiffstats
path: root/kernel/user_namespace.c
AgeCommit message (Expand)AuthorLines
2025-09-25ns: move ns type into struct ns_commonChristian Brauner-1/+0
2025-09-22ns: simplify ns_common_init() furtherChristian Brauner-1/+1
2025-09-19user: port to ns_ref_*() helpersChristian Brauner-1/+1
2025-09-19ns: add ns_common_free()Christian Brauner-2/+2
2025-09-19nscommon: simplify initializationChristian Brauner-1/+1
2025-09-19ns: add to_<type>_ns() to respective headersChristian Brauner-5/+0
2025-09-19user: support ns lookupChristian Brauner-1/+6
2025-09-19user: use ns_common_init()Christian Brauner-3/+2
2025-02-12uidgid: add map_id_range_up()Christian Brauner-9/+17
2024-09-09user_namespace: use kmemdup_array() instead of kmemdup() for multiple allocationJinjie Ruan-3/+2
2024-02-22user_namespace: remove unnecessary NULL values from kbufLi zeming-1/+1
2023-11-28mnt_idmapping: decouple from namespacesChristian Brauner-2/+2
2023-11-18userns: eliminate many kernel-doc warningsRandy Dunlap-8/+8
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2023-10-18treewide: mark stuff as __ro_after_initAlexey Dobriyan-1/+1
2023-10-11binfmt_misc: enable sandboxed mountsChristian Brauner-0/+3
2023-02-02userns: fix a struct's kernel-doc notationRandy Dunlap-1/+1
2022-10-09Merge tag 'ucount-rlimits-cleanups-for-v5.19' of git://git.kernel.org/pub/scm...Linus Torvalds-5/+5
2022-08-16security, lsm: Introduce security_create_user_ns()Frederick Lawler-0/+5
2022-05-18ucounts: Split rlimit and ucount values and max valuesAlexey Gladkov-5/+5
2022-02-25ucounts: Fix systemd LimitNPROC with private users regressionEric W. Biederman-1/+13
2021-09-03memcg: enable accounting for new namesapces and struct nsproxyVasily Averin-1/+1
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-1/+8
2021-05-07kernel/user_namespace.c: fix typosXiaofeng Cao-3/+3
2021-04-30ucounts: Set ucount_max to the largest positive value the type can holdAlexey Gladkov-4/+4
2021-04-30Reimplement RLIMIT_MEMLOCK on top of ucountsAlexey Gladkov-0/+1
2021-04-30Reimplement RLIMIT_SIGPENDING on top of ucountsAlexey Gladkov-0/+1
2021-04-30Reimplement RLIMIT_MSGQUEUE on top of ucountsAlexey Gladkov-0/+1
2021-04-30Reimplement RLIMIT_NPROC on top of ucountsAlexey Gladkov-1/+2
2021-04-30Add a reference to ucounts for each credAlexey Gladkov-0/+3
2021-04-20capabilities: require CAP_SETFCAP to map uid 0Serge E. Hallyn-3/+62
2020-12-14Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds-2/+2
2020-10-16kernel/: fix repeated words in commentsRandy Dunlap-1/+1
2020-08-19user: Use generic ns_common::countKirill Tkhai-2/+2
2020-05-09nsproxy: add struct nssetChristian Brauner-4/+4
2019-07-08Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-5/+4
2019-06-26keys: Move the user and user-session keyrings to the user_namespaceDavid Howells-3/+1
2019-06-26keys: Namespace keyring namesDavid Howells-3/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner-6/+1
2018-11-07userns: also map extents in the reverse map to kernel IDsJann Horn-4/+8
2018-08-11userns: move user access out of the mutexJann Horn-14/+10
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-2/+3
2018-03-20fuse: Restrict allow_other to the superblock's namespace or a descendantSeth Forshee-0/+1
2017-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-58/+291
2017-10-31userns: Simplify insert_extentEric W. Biederman-11/+8
2017-10-31userns: Make map_id_down a wrapper for map_id_range_downEric W. Biederman-37/+1
2017-10-31userns: Don't read extents twice in m_startEric W. Biederman-2/+4
2017-10-31userns: Simplify the user and group mapping functionsEric W. Biederman-74/+58
2017-10-31userns: Don't special case a count of 0Eric W. Biederman-7/+3
2017-10-31userns: bump idmap limits to 340Christian Brauner-30/+320