summaryrefslogtreecommitdiffstats
path: root/kernel/user_namespace.c
Commit message (Expand)AuthorAgeFilesLines
* user_namespace: remove unnecessary NULL values from kbufLi zeming2024-02-221-1/+1
* mnt_idmapping: decouple from namespacesChristian Brauner2023-11-281-2/+2
* userns: eliminate many kernel-doc warningsRandy Dunlap2023-11-181-8/+8
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-1/+1
|\
| * treewide: mark stuff as __ro_after_initAlexey Dobriyan2023-10-181-1/+1
* | binfmt_misc: enable sandboxed mountsChristian Brauner2023-10-111-0/+3
|/
* userns: fix a struct's kernel-doc notationRandy Dunlap2023-02-021-1/+1
* Merge tag 'ucount-rlimits-cleanups-for-v5.19' of git://git.kernel.org/pub/scm...Linus Torvalds2022-10-091-5/+5
|\
| * ucounts: Split rlimit and ucount values and max valuesAlexey Gladkov2022-05-181-5/+5
* | security, lsm: Introduce security_create_user_ns()Frederick Lawler2022-08-161-0/+5
|/
* ucounts: Fix systemd LimitNPROC with private users regressionEric W. Biederman2022-02-251-1/+13
* memcg: enable accounting for new namesapces and struct nsproxyVasily Averin2021-09-031-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2021-06-281-1/+8
|\
| * ucounts: Set ucount_max to the largest positive value the type can holdAlexey Gladkov2021-04-301-4/+4
| * Reimplement RLIMIT_MEMLOCK on top of ucountsAlexey Gladkov2021-04-301-0/+1
| * Reimplement RLIMIT_SIGPENDING on top of ucountsAlexey Gladkov2021-04-301-0/+1
| * Reimplement RLIMIT_MSGQUEUE on top of ucountsAlexey Gladkov2021-04-301-0/+1
| * Reimplement RLIMIT_NPROC on top of ucountsAlexey Gladkov2021-04-301-1/+2
| * Add a reference to ucounts for each credAlexey Gladkov2021-04-301-0/+3
* | kernel/user_namespace.c: fix typosXiaofeng Cao2021-05-071-3/+3
|/
* capabilities: require CAP_SETFCAP to map uid 0Serge E. Hallyn2021-04-201-3/+62
* Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2020-12-141-2/+2
|\
| * user: Use generic ns_common::countKirill Tkhai2020-08-191-2/+2
* | kernel/: fix repeated words in commentsRandy Dunlap2020-10-161-1/+1
|/
* nsproxy: add struct nssetChristian Brauner2020-05-091-4/+4
* Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-081-5/+4
|\
| * keys: Move the user and user-session keyrings to the user_namespaceDavid Howells2019-06-261-3/+1
| * keys: Namespace keyring namesDavid Howells2019-06-261-3/+4
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-6/+1
|/
* userns: also map extents in the reverse map to kernel IDsJann Horn2018-11-071-4/+8
* userns: move user access out of the mutexJann Horn2018-08-111-14/+10
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+3
* fuse: Restrict allow_other to the superblock's namespace or a descendantSeth Forshee2018-03-201-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-11-161-58/+291
|\
| * userns: Simplify insert_extentEric W. Biederman2017-10-311-11/+8
| * userns: Make map_id_down a wrapper for map_id_range_downEric W. Biederman2017-10-311-37/+1
| * userns: Don't read extents twice in m_startEric W. Biederman2017-10-311-2/+4
| * userns: Simplify the user and group mapping functionsEric W. Biederman2017-10-311-74/+58
| * userns: Don't special case a count of 0Eric W. Biederman2017-10-311-7/+3
| * userns: bump idmap limits to 340Christian Brauner2017-10-311-30/+320
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/
* userns,pidns: Verify the userns for new pid namespacesEric W. Biederman2017-07-201-8/+12
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Merge branch 'nsfs-ioctls' into HEADEric W. Biederman2016-09-221-0/+25
|\
| * nsfs: add ioctl to get a parent namespaceAndrey Vagin2016-09-221-0/+1
| * kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin2016-09-221-0/+24
* | userns: When the per user per user namespace limit is reached return ENOSPCEric W. Biederman2016-09-221-1/+1
* | userns: Generalize the user namespace count into ucountEric W. Biederman2016-08-081-2/+14
* | userns: Make the count of user namespaces per userEric W. Biederman2016-08-081-4/+7
* | userns: Add a limit on the number of user namespacesEric W. Biederman2016-08-081-11/+20