summaryrefslogtreecommitdiff
path: root/include/uapi/linux/efs_fs_sb.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-12-14 21:26:35 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-12-14 21:26:35 -0800
commit5f5c1db041b45cb74da1c842e13866afcb33975c (patch)
tree2c5fb6f3e34978bff96af5ed845a2cf71fe25f58 /include/uapi/linux/efs_fs_sb.h
parentdacd97b8c00cfae5f7f743846d4025bbd246ac5e (diff)
downloadkernel-linux-4.2.y.tar.gz
Linux 4.2.8linux-4.2.y
Diffstat (limited to 'include/uapi/linux/efs_fs_sb.h')
0 files changed, 0 insertions, 0 deletions
bf1a6f1396ebd2e'>ucounts: Move RLIMIT_NPROC handling after set_userEric W. Biederman 2022-02-17rlimit: Fix RLIMIT_NPROC enforcement failure caused by capability calls in se...Eric W. Biederman 2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2022-01-20kernel/sys.c: only take tasklist_lock for get/setpriority(PRIO_PGRP)Davidlohr Bueso 2022-01-15mm: add a field to store names for private anonymous memoryColin Cross 2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2021-09-08prctl: allow to setup brk for et_dyn executablesCyrill Gorcunov 2021-09-04Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds 2021-09-03kernel/fork: factor out replacing the current MM exe_fileDavid Hildenbrand 2021-08-12set_user: add capability check when rlimit(RLIMIT_NPROC) exceedsRan Xiaokai 2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds 2021-05-12sched: prctl() core-scheduling interfaceChris Hyser 2021-05-07kernel/sys.c: fix typoXiaofeng Cao 2021-04-30Reimplement RLIMIT_NPROC on top of ucountsAlexey Gladkov 2021-04-30Add a reference to ucounts for each credAlexey Gladkov 2021-04-13arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)Peter Collingbourne 2021-03-14prctl: fix PR_SET_MM_AUXV kernel stack leakAlexey Dobriyan 2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds 2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds 2021-02-16kbuild: simplify access to the kernel's versionSasha Levin 2021-01-29fs: Remove dcookies supportViresh Kumar 2021-01-24fs: add file and path permissions helpersChristian Brauner 2020-12-02kernel: Implement selective syscall userspace redirectionGabriel Krisman Bertazi 2020-10-25kernel/sys.c: fix prototype of prctl_get_tid_address()Rasmus Villemoes 2020-10-25Merge tag 'safesetid-5.10' of git://github.com/micah-morton/linuxLinus Torvalds 2020-10-16kernel/sys.c: replace do_brk with do_brk_flags in comment of prctl_set_mm_map()Liao Pingfang 2020-10-13LSM: Signal to SafeSetID when setting group IDsThomas Cedeno 2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva 2020-07-19prctl: exe link permission error changed from -EINVAL to -EPERMNicolas Viennot 2020-07-19prctl: Allow local CAP_CHECKPOINT_RESTORE to change /proc/self/exeNicolas Viennot 2020-06-14Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-mort...Linus Torvalds 2020-06-14security: Add LSM hooks to set*gid syscallsThomas Cedeno 2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse 2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse 2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2020-06-02mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown 2020-04-25compat sysinfo(2): don't bother with field-by-field copyoutAl Viro