summaryrefslogtreecommitdiff
path: root/include/linux/user_namespace.h
AgeCommit message (Expand)Author
2021-10-18ucounts: Fix signal ucount refcountingEric W. Biederman
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2021-04-30ucounts: Set ucount_max to the largest positive value the type can holdAlexey Gladkov
2021-04-30Reimplement RLIMIT_MEMLOCK on top of ucountsAlexey Gladkov
2021-04-30Reimplement RLIMIT_SIGPENDING on top of ucountsAlexey Gladkov
2021-04-30Reimplement RLIMIT_MSGQUEUE on top of ucountsAlexey Gladkov
2021-04-30Reimplement RLIMIT_NPROC on top of ucountsAlexey Gladkov
2021-04-30Use atomic_t for ucounts reference countingAlexey Gladkov
2021-04-30Add a reference to ucounts for each credAlexey Gladkov
2021-04-30Increase size of ucounts to atomic_long_tAlexey Gladkov
2021-04-29Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-04-20capabilities: require CAP_SETFCAP to map uid 0Serge E. Hallyn
2021-03-16fanotify: configurable limits via sysfsAmir Goldstein
2020-08-19user: Use generic ns_common::countKirill Tkhai
2020-01-14ns: Introduce Time NamespaceAndrei Vagin
2019-06-26keys: Move the user and user-session keyrings to the user_namespaceDavid Howells
2019-06-26keys: Namespace keyring namesDavid Howells
2017-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-31userns: bump idmap limits to 340Christian Brauner
2017-10-31userns: use union in {g,u}idmap structChristian Brauner
2017-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-07-20userns,pidns: Verify the userns for new pid namespacesEric W. Biederman
2017-06-30randstruct: Mark various structs for randomizationKees Cook
2017-03-06ucount: Remove the atomicity from ucount->countEric W. Biederman
2017-03-03sched/headers, timers: Remove the <linux/sysctl.h> include from <linux/timer.h>Ingo Molnar
2017-03-03sched/headers: Remove <linux/rwsem.h> from <linux/sched.h>Ingo Molnar
2017-03-02sched/headers: Prepare for the removal of various unrelated headers from <lin...Ingo Molnar
2017-01-24inotify: Convert to using per-namespace limitsNikolay Borisov
2016-09-22Merge branch 'nsfs-ioctls' into HEADEric W. Biederman
2016-09-22kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin
2016-08-31mntns: Add a limit on the number of mount namespaces.Eric W. Biederman
2016-08-08netns: Add a limit on the number of net namespacesEric W. Biederman
2016-08-08cgroupns: Add a limit on the number of cgroup namespacesEric W. Biederman
2016-08-08ipcns: Add a limit on the number of ipc namespacesEric W. Biederman
2016-08-08utsns: Add a limit on the number of uts namespacesEric W. Biederman
2016-08-08pidns: Add a limit on the number of pid namespacesEric W. Biederman
2016-08-08userns: Generalize the user namespace count into ucountEric W. Biederman
2016-08-08userns: Make the count of user namespaces per userEric W. Biederman
2016-08-08userns: Add a limit on the number of user namespacesEric W. Biederman
2016-08-08userns: Add per user namespace sysctls.Eric W. Biederman
2016-08-08userns: Free user namespaces in process contextEric W. Biederman
2016-06-24fs: Limit file caps to the user namespace of the super blockSeth Forshee
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2014-12-11userns: Add a knob to disable setgroups on a per user namespace basisEric W. Biederman
2014-12-09userns: Don't allow setgroups until a gid mapping has been setablishedEric W. Biederman
2014-12-04common object embedded into various struct ....nsAl Viro
2014-08-08proc: constify seq_operationsFabian Frederick
2013-09-24KEYS: Add per-user_namespace registers for persistent per-UID kerberos cachesDavid Howells
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds