aboutsummaryrefslogtreecommitdiff
path: root/kernel/user_namespace.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-22user_namespace: remove unnecessary NULL values from kbufGravatar Li zeming 1-1/+1
2023-11-28mnt_idmapping: decouple from namespacesGravatar Christian Brauner 1-2/+2
2023-11-18userns: eliminate many kernel-doc warningsGravatar Randy Dunlap 1-8/+8
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-1/+1
2023-10-18treewide: mark stuff as __ro_after_initGravatar Alexey Dobriyan 1-1/+1
2023-10-11binfmt_misc: enable sandboxed mountsGravatar Christian Brauner 1-0/+3
2023-02-02userns: fix a struct's kernel-doc notationGravatar Randy Dunlap 1-1/+1
2022-10-09Merge tag 'ucount-rlimits-cleanups-for-v5.19' of git://git.kernel.org/pub/scm...Gravatar Linus Torvalds 1-5/+5
2022-08-16security, lsm: Introduce security_create_user_ns()Gravatar Frederick Lawler 1-0/+5
2022-05-18ucounts: Split rlimit and ucount values and max valuesGravatar Alexey Gladkov 1-5/+5
2022-02-25ucounts: Fix systemd LimitNPROC with private users regressionGravatar Eric W. Biederman 1-1/+13
2021-09-03memcg: enable accounting for new namesapces and struct nsproxyGravatar Vasily Averin 1-1/+1
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+8
2021-05-07kernel/user_namespace.c: fix typosGravatar Xiaofeng Cao 1-3/+3
2021-04-30ucounts: Set ucount_max to the largest positive value the type can holdGravatar Alexey Gladkov 1-4/+4
2021-04-30Reimplement RLIMIT_MEMLOCK on top of ucountsGravatar Alexey Gladkov 1-0/+1
2021-04-30Reimplement RLIMIT_SIGPENDING on top of ucountsGravatar Alexey Gladkov 1-0/+1
2021-04-30Reimplement RLIMIT_MSGQUEUE on top of ucountsGravatar Alexey Gladkov 1-0/+1
2021-04-30Reimplement RLIMIT_NPROC on top of ucountsGravatar Alexey Gladkov 1-1/+2
2021-04-30Add a reference to ucounts for each credGravatar Alexey Gladkov 1-0/+3
2021-04-20capabilities: require CAP_SETFCAP to map uid 0Gravatar Serge E. Hallyn 1-3/+62
2020-12-14Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Gravatar Linus Torvalds 1-2/+2
2020-10-16kernel/: fix repeated words in commentsGravatar Randy Dunlap 1-1/+1
2020-08-19user: Use generic ns_common::countGravatar Kirill Tkhai 1-2/+2
2020-05-09nsproxy: add struct nssetGravatar Christian Brauner 1-4/+4
2019-07-08Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-5/+4
2019-06-26keys: Move the user and user-session keyrings to the user_namespaceGravatar David Howells 1-3/+1
2019-06-26keys: Namespace keyring namesGravatar David Howells 1-3/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Gravatar Thomas Gleixner 1-6/+1
2018-11-07userns: also map extents in the reverse map to kernel IDsGravatar Jann Horn 1-4/+8
2018-08-11userns: move user access out of the mutexGravatar Jann Horn 1-14/+10
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-2/+3
2018-03-20fuse: Restrict allow_other to the superblock's namespace or a descendantGravatar Seth Forshee 1-0/+1
2017-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-58/+291
2017-10-31userns: Simplify insert_extentGravatar Eric W. Biederman 1-11/+8
2017-10-31userns: Make map_id_down a wrapper for map_id_range_downGravatar Eric W. Biederman 1-37/+1
2017-10-31userns: Don't read extents twice in m_startGravatar Eric W. Biederman 1-2/+4
2017-10-31userns: Simplify the user and group mapping functionsGravatar Eric W. Biederman 1-74/+58
2017-10-31userns: Don't special case a count of 0Gravatar Eric W. Biederman 1-7/+3
2017-10-31userns: bump idmap limits to 340Gravatar Christian Brauner 1-30/+320
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Gravatar Mark Rutland 1-1/+1
2017-07-20userns,pidns: Verify the userns for new pid namespacesGravatar Eric W. Biederman 1-8/+12
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2016-09-22Merge branch 'nsfs-ioctls' into HEADGravatar Eric W. Biederman 1-0/+25
2016-09-22nsfs: add ioctl to get a parent namespaceGravatar Andrey Vagin 1-0/+1
2016-09-22kernel: add a helper to get an owning user namespace for a namespaceGravatar Andrey Vagin 1-0/+24
2016-09-22userns: When the per user per user namespace limit is reached return ENOSPCGravatar Eric W. Biederman 1-1/+1
2016-08-08userns: Generalize the user namespace count into ucountGravatar Eric W. Biederman 1-2/+14
2016-08-08userns: Make the count of user namespaces per userGravatar Eric W. Biederman 1-4/+7
2016-08-08userns: Add a limit on the number of user namespacesGravatar Eric W. Biederman 1-11/+20