summaryrefslogtreecommitdiffstats
path: root/fs/proc/proc_sysctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sysctl: Warn on an empty procname elementJoel Granados2024-06-131-0/+2
* sysctl: Remove ctl_table sentinel code commentsJoel Granados2024-06-131-1/+1
* sysctl: Remove "child" sysctl code commentsJoel Granados2024-06-131-16/+10
* sysctl: Remove superfluous empty allocations from sysctl internalsJoel Granados2024-06-131-4/+4
* sysctl: Replace nr_entries with ctl_table_size in new_linksJoel Granados2024-06-131-8/+6
* sysctl: Remove check for sentinel element in ctl_table arraysJoel Granados2024-06-131-1/+1
* sysctl: move the extra1/2 boundary check of u8 to sysctl_check_table_arrayWen Yang2024-06-031-0/+14
* sysctl: always initialize i_uid/i_gidThomas Weißschuh2024-06-031-4/+2
* sysctl: drop now unnecessary out-of-bounds checkThomas Weißschuh2024-04-241-5/+2
* sysctl: move sysctl type to ctl_table_headerThomas Weißschuh2024-04-241-4/+6
* sysctl: drop sysctl_is_perm_empty_ctl_tableThomas Weißschuh2024-04-241-5/+3
* sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table)Thomas Weißschuh2024-04-241-1/+1
* Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-01-121-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-021-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-301-44/+46
|\
| * sysctl: Use ctl_table_size as stopping criteria for list macroJoel Granados2023-08-161-2/+3
| * sysctl: Add size arg to __register_sysctl_initJoel Granados2023-08-161-9/+3
| * sysctl: Add size to register_sysctlJoel Granados2023-08-161-14/+16
| * sysctl: Add a size arg to __register_sysctl_tableJoel Granados2023-08-161-11/+12
| * sysctl: Add size argument to init_headerJoel Granados2023-08-161-5/+7
| * sysctl: Use ctl_table_header in list_for_each_table_entryJoel Granados2023-08-161-12/+14
| * sysctl: Prefer ctl_table_header in proc_sysctlJoel Granados2023-08-161-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-07-011-1/+1
* Merge tag 'v6.5-rc1-sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-06-291-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-241-159/+0
| * sysctl: stop exporting register_sysctl_tableJoel Granados2023-05-241-3/+2
* | tty, proc, kernfs, random: Use copy_splice_read()David Howells2023-05-241-1/+1
|/
* sysctl: remove register_sysctl_paths()Luis Chamberlain2023-05-031-51/+4
* Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-04-281-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-091-7/+0
* proc: remove initialization assignmentLi zeming2022-09-091-1/+1