index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
user_namespace.c
Age
Commit message (
Expand
)
Author
2025-09-25
ns: move ns type into struct ns_common
Christian Brauner
2025-09-22
ns: simplify ns_common_init() further
Christian Brauner
2025-09-19
user: port to ns_ref_*() helpers
Christian Brauner
2025-09-19
ns: add ns_common_free()
Christian Brauner
2025-09-19
nscommon: simplify initialization
Christian Brauner
2025-09-19
ns: add to_<type>_ns() to respective headers
Christian Brauner
2025-09-19
user: support ns lookup
Christian Brauner
2025-09-19
user: use ns_common_init()
Christian Brauner
2025-02-12
uidgid: add map_id_range_up()
Christian Brauner
2024-09-09
user_namespace: use kmemdup_array() instead of kmemdup() for multiple allocation
Jinjie Ruan
2024-02-22
user_namespace: remove unnecessary NULL values from kbuf
Li zeming
2023-11-28
mnt_idmapping: decouple from namespaces
Christian Brauner
2023-11-18
userns: eliminate many kernel-doc warnings
Randy Dunlap
2023-11-02
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2023-10-18
treewide: mark stuff as __ro_after_init
Alexey Dobriyan
2023-10-11
binfmt_misc: enable sandboxed mounts
Christian Brauner
2023-02-02
userns: fix a struct's kernel-doc notation
Randy Dunlap
2022-10-09
Merge tag 'ucount-rlimits-cleanups-for-v5.19' of git://git.kernel.org/pub/scm...
Linus Torvalds
2022-08-16
security, lsm: Introduce security_create_user_ns()
Frederick Lawler
2022-05-18
ucounts: Split rlimit and ucount values and max values
Alexey Gladkov
2022-02-25
ucounts: Fix systemd LimitNPROC with private users regression
Eric W. Biederman
2021-09-03
memcg: enable accounting for new namesapces and struct nsproxy
Vasily Averin
2021-06-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2021-05-07
kernel/user_namespace.c: fix typos
Xiaofeng Cao
2021-04-30
ucounts: Set ucount_max to the largest positive value the type can hold
Alexey Gladkov
2021-04-30
Reimplement RLIMIT_MEMLOCK on top of ucounts
Alexey Gladkov
2021-04-30
Reimplement RLIMIT_SIGPENDING on top of ucounts
Alexey Gladkov
2021-04-30
Reimplement RLIMIT_MSGQUEUE on top of ucounts
Alexey Gladkov
2021-04-30
Reimplement RLIMIT_NPROC on top of ucounts
Alexey Gladkov
2021-04-30
Add a reference to ucounts for each cred
Alexey Gladkov
2021-04-20
capabilities: require CAP_SETFCAP to map uid 0
Serge E. Hallyn
2020-12-14
Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...
Linus Torvalds
2020-10-16
kernel/: fix repeated words in comments
Randy Dunlap
2020-08-19
user: Use generic ns_common::count
Kirill Tkhai
2020-05-09
nsproxy: add struct nsset
Christian Brauner
2019-07-08
Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-06-26
keys: Move the user and user-session keyrings to the user_namespace
David Howells
2019-06-26
keys: Namespace keyring names
David Howells
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
2018-11-07
userns: also map extents in the reverse map to kernel IDs
Jann Horn
2018-08-11
userns: move user access out of the mutex
Jann Horn
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-03-20
fuse: Restrict allow_other to the superblock's namespace or a descendant
Seth Forshee
2017-11-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2017-10-31
userns: Simplify insert_extent
Eric W. Biederman
2017-10-31
userns: Make map_id_down a wrapper for map_id_range_down
Eric W. Biederman
2017-10-31
userns: Don't read extents twice in m_start
Eric W. Biederman
2017-10-31
userns: Simplify the user and group mapping functions
Eric W. Biederman
2017-10-31
userns: Don't special case a count of 0
Eric W. Biederman
2017-10-31
userns: bump idmap limits to 340
Christian Brauner
[next]