summaryrefslogtreecommitdiffstats
path: root/fs/proc/proc_sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-01-111-12/+2
|\
| * /proc/sys: use d_splice_alias() calling conventions to simplify failure exitsAl Viro2023-12-211-12/+2
* | fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2023-12-281-1/+0
* | sysctl: Fix out of bounds access for empty sysctl registersJoel Granados2023-12-281-2/+7
|/
* Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-11-011-1/+7
|\
| * watchdog: move softlockup_panic back to early_paramKrister Johansen2023-11-011-1/+0
| * proc: sysctl: prevent aliased sysctls from getting passed to initKrister Johansen2023-11-011-0/+7
* | proc: convert to new timestamp accessorsJeff Layton2023-10-181-1/+1
|/
* Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-08-291-44/+46
|\
| * sysctl: Use ctl_table_size as stopping criteria for list macroJoel Granados2023-08-151-2/+3
| * sysctl: Add size arg to __register_sysctl_initJoel Granados2023-08-151-9/+3
| * sysctl: Add size to register_sysctlJoel Granados2023-08-151-14/+16
| * sysctl: Add a size arg to __register_sysctl_tableJoel Granados2023-08-151-11/+12
| * sysctl: Add size argument to init_headerJoel Granados2023-08-151-5/+7
| * sysctl: Use ctl_table_header in list_for_each_table_entryJoel Granados2023-08-151-12/+14
| * sysctl: Prefer ctl_table_header in proc_sysctlJoel Granados2023-08-151-18/+18
* | fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
* | procfs: convert to ctime accessor functionsJeff Layton2023-07-241-1/+1
|/
* sysctl: set variable sysctl_mount_point storage-class-specifier to staticTom Rix2023-06-301-1/+1
* Merge tag 'v6.5-rc1-sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-06-281-225/+19
|\
| * sysctl: replace child with an enumerationJoel Granados2023-06-181-63/+18
| * sysctl: Remove debugging dump_stackJoel Granados2023-06-181-1/+0
| * sysctl: Remove register_sysctl_tableJoel Granados2023-05-231-159/+0
| * sysctl: stop exporting register_sysctl_tableJoel Granados2023-05-231-3/+2
* | tty, proc, kernfs, random: Use copy_splice_read()David Howells2023-05-241-1/+1
|/
* sysctl: remove register_sysctl_paths()Luis Chamberlain2023-05-021-51/+4
* Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-04-271-1/+0
|\
| * proc: remove mark_inode_dirty() in .setattr()Chao Yu2023-04-081-1/+0
* | proc_sysctl: enhance documentationLuis Chamberlain2023-04-131-5/+20
* | sysctl: clarify register_sysctl_init() base directory orderLuis Chamberlain2023-04-131-4/+1
* | proc_sysctl: move helper which creates required subdirectoriesLuis Chamberlain2023-04-131-24/+32
* | proc_sysctl: update docs for __register_sysctl_table()Luis Chamberlain2023-04-131-3/+11
|/
* sysctl: fix proc_dobool() usabilityOndrej Mosnacek2023-02-211-0/+6
* fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-3/+3
* kernel/sysctl.c: move sysctl_vals and sysctl_long_vals to sysctl.cLiu Shixin2022-09-081-7/+0
* proc: remove initialization assignmentLi zeming2022-09-081-1/+1
* Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-261-39/+50
|\
| * sysctl: minor cleanup in new_dir()Vasily Averin2022-04-251-1/+0
| * fs/proc: Introduce list_for_each_table_entry for proc sysctlMeng Tang2022-04-211-38/+50
* | memcg: accounting for objects allocated for new netdeviceVasily Averin2022-05-041-1/+1
* | net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang2022-05-031-1/+1
|/
* kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain2022-01-221-2/+2
* sysctl: add and use base directory declarer and registration helperLuis Chamberlain2022-01-221-0/+9
* sysctl: move maxolduid as a sysctl specific constLuis Chamberlain2022-01-221-1/+1
* sysctl: share unsigned long const valuesLuis Chamberlain2022-01-221-0/+3
* sysctl: add helper to register a sysctl mount pointLuis Chamberlain2022-01-221-0/+14
* sysctl: move some boundary constants from sysctl.c to sysctl_valsXiaoming Ni2022-01-221-1/+1
* sysctl: add a new register_sysctl_init() interfaceXiaoming Ni2022-01-221-0/+33