summaryrefslogtreecommitdiff
path: root/kernel/ucount.c
AgeCommit message (Expand)Author
2023-08-15sysctl: Add size to register_sysctlJoel Granados
2023-08-15sysctl: Add a size arg to __register_sysctl_tableJoel Granados
2022-05-18ucounts: Split rlimit and ucount values and max valuesAlexey Gladkov
2022-02-17ucounts: Handle wrapping in is_ucounts_overlimitEric W. Biederman
2022-01-26ucount: Make get_ucount a safe get_user replacementEric W. Biederman
2021-12-09ucounts: Fix rlimit max values checkAlexey Gladkov
2021-10-20ucounts: Use atomic_long_sub_return for clarityEric W. Biederman
2021-10-20ucounts: Add get_ucounts_or_wrap for clarityEric W. Biederman
2021-10-20ucounts: Remove unnecessary test for NULL ucount in get_ucountsEric W. Biederman
2021-10-18ucounts: Fix signal ucount refcountingEric W. Biederman
2021-08-09ucounts: add missing data type changesSven Schnelle
2021-07-28ucounts: Fix race condition between alloc_ucounts and put_ucountsAlexey Gladkov
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2021-04-30ucounts: Silence warning in dec_rlimit_ucountsEric W. Biederman
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-03-16fanotify: configurable limits via sysfsAmir Goldstein
2020-04-07ucount: Make sure ucounts in /proc/sys/user don't regress againJan Kara
2020-04-07time/namespace: Add max_time_namespaces ucountDmitry Safonov
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap
2017-03-06ucount: Remove the atomicity from ucount->countEric W. Biederman
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2017-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-02-08kernel/ucount.c: mark user_header with kmemleak_ignore()Luis R. Rodriguez
2017-01-24inotify: Convert to using per-namespace limitsNikolay Borisov
2017-01-24userns: Make ucounts lock irq-safeNikolay Borisov
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