| Commit message (Expand) | Author | Age | Files | Lines |
* | ucounts: Fix rlimit max values check | Alexey Gladkov | 2021-12-09 | 1 | -6/+9 |
* | ucounts: Use atomic_long_sub_return for clarity | Eric W. Biederman | 2021-10-20 | 1 | -3/+3 |
* | ucounts: Add get_ucounts_or_wrap for clarity | Eric W. Biederman | 2021-10-20 | 1 | -4/+10 |
* | ucounts: Remove unnecessary test for NULL ucount in get_ucounts | Eric W. Biederman | 2021-10-20 | 1 | -1/+1 |
* | ucounts: Fix signal ucount refcounting | Eric W. Biederman | 2021-10-18 | 1 | -0/+49 |
* | ucounts: add missing data type changes | Sven Schnelle | 2021-08-09 | 1 | -8/+11 |
* | ucounts: Fix race condition between alloc_ucounts and put_ucounts | Alexey Gladkov | 2021-07-28 | 1 | -3/+7 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2021-06-29 | 1 | -25/+91 |
|\ |
|
| * | ucounts: Silence warning in dec_rlimit_ucounts | Eric W. Biederman | 2021-04-30 | 1 | -1/+1 |
| * | Reimplement RLIMIT_MEMLOCK on top of ucounts | Alexey Gladkov | 2021-04-30 | 1 | -0/+1 |
| * | Reimplement RLIMIT_SIGPENDING on top of ucounts | Alexey Gladkov | 2021-04-30 | 1 | -0/+1 |
| * | Reimplement RLIMIT_MSGQUEUE on top of ucounts | Alexey Gladkov | 2021-04-30 | 1 | -0/+1 |
| * | Reimplement RLIMIT_NPROC on top of ucounts | Alexey Gladkov | 2021-04-30 | 1 | -0/+44 |
| * | Use atomic_t for ucounts reference counting | Alexey Gladkov | 2021-04-30 | 1 | -34/+19 |
| * | Add a reference to ucounts for each cred | Alexey Gladkov | 2021-04-30 | 1 | -3/+37 |
| * | Increase size of ucounts to atomic_long_t | Alexey Gladkov | 2021-04-30 | 1 | -8/+8 |
* | | fanotify: configurable limits via sysfs | Amir Goldstein | 2021-03-16 | 1 | -0/+4 |
|/ |
|
* | ucount: Make sure ucounts in /proc/sys/user don't regress again | Jan Kara | 2020-04-07 | 1 | -0/+2 |
* | time/namespace: Add max_time_namespaces ucount | Dmitry Safonov | 2020-04-07 | 1 | -0/+1 |
* | proc/sysctl: add shared variables for range check | Matteo Croce | 2019-07-19 | 1 | -4/+2 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner | 2019-06-05 | 1 | -6/+1 |
* | headers: untangle kmemleak.h from mm.h | Randy Dunlap | 2018-04-06 | 1 | -0/+1 |
* | ucount: Remove the atomicity from ucount->count | Eric W. Biederman | 2017-03-06 | 1 | -7/+11 |
* | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2017-02-24 | 1 | -1/+5 |
|\ |
|
| * | inotify: Convert to using per-namespace limits | Nikolay Borisov | 2017-01-24 | 1 | -1/+5 |
* | | kernel/ucount.c: mark user_header with kmemleak_ignore() | Luis R. Rodriguez | 2017-02-09 | 1 | -2/+1 |
|/ |
|
* | userns: Make ucounts lock irq-safe | Nikolay Borisov | 2017-01-23 | 1 | -6/+8 |
* | mntns: Add a limit on the number of mount namespaces. | Eric W. Biederman | 2016-08-31 | 1 | -0/+1 |
* | netns: Add a limit on the number of net namespaces | Eric W. Biederman | 2016-08-08 | 1 | -0/+1 |
* | cgroupns: Add a limit on the number of cgroup namespaces | Eric W. Biederman | 2016-08-08 | 1 | -0/+1 |
* | ipcns: Add a limit on the number of ipc namespaces | Eric W. Biederman | 2016-08-08 | 1 | -0/+1 |
* | utsns: Add a limit on the number of uts namespaces | Eric W. Biederman | 2016-08-08 | 1 | -0/+1 |
* | pidns: Add a limit on the number of pid namespaces | Eric W. Biederman | 2016-08-08 | 1 | -0/+1 |
* | userns: Generalize the user namespace count into ucount | Eric W. Biederman | 2016-08-08 | 1 | -18/+21 |
* | userns: Make the count of user namespaces per user | Eric W. Biederman | 2016-08-08 | 1 | -21/+95 |
* | userns: Add a limit on the number of user namespaces | Eric W. Biederman | 2016-08-08 | 1 | -0/+53 |
* | userns: Add per user namespace sysctls. | Eric W. Biederman | 2016-08-08 | 1 | -0/+99 |