aboutsummaryrefslogtreecommitdiff
path: root/kernel/ucount.c
AgeCommit message (Expand)AuthorFilesLines
8 hoursMerge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+2
2024-04-24sysctl: treewide: constify argument ctl_table_root::permissions(table)Gravatar Thomas Weißschuh 1-1/+1
2024-04-24kernel misc: Remove the now superfluous sentinel elements from ctl_table arrayGravatar Joel Granados 1-2/+1
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argGravatar Thomas Weißschuh 1-1/+1
2023-08-15sysctl: Add size to register_sysctlGravatar Joel Granados 1-1/+1
2023-08-15sysctl: Add a size arg to __register_sysctl_tableGravatar Joel Granados 1-1/+2
2022-05-18ucounts: Split rlimit and ucount values and max valuesGravatar Alexey Gladkov 1-19/+15
2022-02-17ucounts: Handle wrapping in is_ucounts_overlimitGravatar Eric W. Biederman 1-1/+2
2022-01-26ucount: Make get_ucount a safe get_user replacementGravatar Eric W. Biederman 1-0/+2
2021-12-09ucounts: Fix rlimit max values checkGravatar Alexey Gladkov 1-6/+9
2021-10-20ucounts: Use atomic_long_sub_return for clarityGravatar Eric W. Biederman 1-3/+3
2021-10-20ucounts: Add get_ucounts_or_wrap for clarityGravatar Eric W. Biederman 1-4/+10
2021-10-20ucounts: Remove unnecessary test for NULL ucount in get_ucountsGravatar Eric W. Biederman 1-1/+1
2021-10-18ucounts: Fix signal ucount refcountingGravatar Eric W. Biederman 1-0/+49
2021-08-09ucounts: add missing data type changesGravatar Sven Schnelle 1-8/+11
2021-07-28ucounts: Fix race condition between alloc_ucounts and put_ucountsGravatar Alexey Gladkov 1-3/+7
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-25/+91
2021-04-30ucounts: Silence warning in dec_rlimit_ucountsGravatar Eric W. Biederman 1-1/+1
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-0/+44
2021-04-30Use atomic_t for ucounts reference countingGravatar Alexey Gladkov 1-34/+19
2021-04-30Add a reference to ucounts for each credGravatar Alexey Gladkov 1-3/+37
2021-04-30Increase size of ucounts to atomic_long_tGravatar Alexey Gladkov 1-8/+8
2021-03-16fanotify: configurable limits via sysfsGravatar Amir Goldstein 1-0/+4
2020-04-07ucount: Make sure ucounts in /proc/sys/user don't regress againGravatar Jan Kara 1-0/+2
2020-04-07time/namespace: Add max_time_namespaces ucountGravatar Dmitry Safonov 1-0/+1
2019-07-18proc/sysctl: add shared variables for range checkGravatar Matteo Croce 1-4/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Gravatar Thomas Gleixner 1-6/+1
2018-04-05headers: untangle kmemleak.h from mm.hGravatar Randy Dunlap 1-0/+1
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