summaryrefslogtreecommitdiffstats
path: root/fs/proc/proc_sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* Call sysctl_head_finish on errorMatthew Wilcox (Oracle)2020-07-031-3/+3
* Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-101-0/+4
|\
| * sysctl: reject gigantic reads/write to sysctl filesChristoph Hellwig2020-06-101-0/+4
* | kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliasesGuilherme G. Piccoli2020-06-081-2/+5
* | kernel/hung_task convert hung_task_panic boot parameter to sysctlVlastimil Babka2020-06-081-0/+1
* | kernel/sysctl: support handling command line aliasesVlastimil Babka2020-06-081-7/+41
* | kernel/sysctl: support setting sysctl parameters from kernel command lineVlastimil Babka2020-06-081-0/+107
|/
* sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-18/+29
* proc: Use d_invalidate in proc_prune_siblings_dcacheEric W. Biederman2020-02-241-4/+4
* proc: Generalize proc_sys_prune_dcache into proc_prune_siblings_dcacheEric W. Biederman2020-02-201-34/+1
* proc: Rename in proc_inode rename sysctl_inodes sibling_inodesEric W. Biederman2020-02-201-4/+4
* proc: decouple proc from VFS with "struct proc_ops"Alexey Dobriyan2020-02-041-1/+1
* proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-0/+4
* fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys ino...Radoslaw Burny2019-07-161-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-021-2/+4
|\
| * fs/proc/proc_sysctl.c: Fix a NULL pointer dereferenceYueHaibing2019-04-261-2/+4
* | bpf: Add file_pos field to bpf_sysctl ctxAndrey Ignatov2019-04-121-1/+1
* | bpf: Introduce bpf_sysctl_{get,set}_new_value helpersAndrey Ignatov2019-04-121-5/+17
* | bpf: Sysctl hookAndrey Ignatov2019-04-121-0/+5
|/
* fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_linksYueHaibing2019-03-291-1/+2
* proc/sysctl: don't return ENOMEM on lookup when a table is unregisteringIvan Delalande2018-12-131-7/+6
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* switch the rest of procfs lookups to d_splice_alias()Al Viro2018-05-261-3/+12
* fs/proc/proc_sysctl.c: fix typo in sysctl_check_table_array()Waiman Long2018-04-111-1/+1
* fs/proc/proc_sysctl.c: remove redundant link check in proc_sys_link_fill_cache()Danilo Krummrich2018-04-111-6/+3
* fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl tableDanilo Krummrich2018-04-111-0/+3
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* fs: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-131-5/+21
|\
| * sysctl: add unsigned int range supportLuis R. Rodriguez2017-07-121-1/+3
| * sysctl: simplify unsigned int supportLuis R. Rodriguez2017-07-121-0/+14
| * sysctl: fix lax sysctl_check_table() sanity checkLuis R. Rodriguez2017-07-121-5/+5
* | proc: Fix proc_sys_prune_dcache to hold a sb referenceEric W. Biederman2017-07-111-13/+30
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-05-051-4/+0
|\
| * sysctl: Remove dead register_sysctl_rootEric W. Biederman2017-04-161-4/+0
* | sysctl: add sanity check for proc_douintvecLiping Zhang2017-04-071-0/+1
|/
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-031-2/+3
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-2/+3
* | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
|/
* proc/sysctl: Don't grab i_lock under sysctl_lock.Eric W. Biederman2017-02-221-13/+18
* proc/sysctl: prune stale dentries during unregisteringKonstantin Khlebnikov2017-02-131-16/+43
* sysctl: Drop reference added by grab_header in proc_sys_readdirZhou Chengming2017-01-101-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\
| * fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\ \
| * | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-10-061-7/+7
|\ \
| * | sysctl: Stop implicitly passing current into sysctl_table_root.lookupEric W. Biederman2016-08-081-7/+7
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-181-2/+2
|\|