aboutsummaryrefslogtreecommitdiff
path: root/kernel/ucount.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-06ucount: Remove the atomicity from ucount->countGravatar Eric W. Biederman 1-7/+11
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Gravatar Ingo Molnar 1-0/+1
2017-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+5
2017-02-08kernel/ucount.c: mark user_header with kmemleak_ignore()Gravatar Luis R. Rodriguez 1-2/+1
2017-01-24inotify: Convert to using per-namespace limitsGravatar Nikolay Borisov 1-1/+5
2017-01-24userns: Make ucounts lock irq-safeGravatar Nikolay Borisov 1-6/+8
2016-08-31mntns: Add a limit on the number of mount namespaces.Gravatar Eric W. Biederman 1-0/+1
2016-08-08netns: Add a limit on the number of net namespacesGravatar Eric W. Biederman 1-0/+1
2016-08-08cgroupns: Add a limit on the number of cgroup namespacesGravatar Eric W. Biederman 1-0/+1
2016-08-08ipcns: Add a limit on the number of ipc namespacesGravatar Eric W. Biederman 1-0/+1
2016-08-08utsns: Add a limit on the number of uts namespacesGravatar Eric W. Biederman 1-0/+1
2016-08-08pidns: Add a limit on the number of pid namespacesGravatar Eric W. Biederman 1-0/+1
2016-08-08userns: Generalize the user namespace count into ucountGravatar Eric W. Biederman 1-18/+21
2016-08-08userns: Make the count of user namespaces per userGravatar Eric W. Biederman 1-21/+95
2016-08-08userns: Add a limit on the number of user namespacesGravatar Eric W. Biederman 1-0/+53
2016-08-08userns: Add per user namespace sysctls.Gravatar Eric W. Biederman 1-0/+99