aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/proc_sysctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-28Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-4/+3
2025-07-03fix proc_sys_compare() handling of in-lookup dentriesAl Viro1-7/+11
2025-06-10switch procfs from d_set_d_op() to d_splice_alias_ops()Al Viro1-4/+3
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro1-1/+2
2024-10-31sysctl: Reduce dput(child) calls in proc_sys_fill_cache()Markus Elfring1-4/+4
2024-10-10sysctl: Convert locking comments to lockdep assertionsThomas Weißschuh1-4/+10
2024-10-09sysctl: make internal ctl_tables constThomas Weißschuh1-2/+2
2024-10-09sysctl: allow registration of const struct ctl_tableThomas Weißschuh1-3/+3
2024-10-09sysctl: move internal interfaces to const struct ctl_tableThomas Weißschuh1-40/+41
2024-09-02sysctl: avoid spurious permanent empty tablesThomas Weißschuh1-3/+8
2024-06-13sysctl: Warn on an empty procname elementJoel Granados1-0/+2
2024-06-13sysctl: Remove ctl_table sentinel code commentsJoel Granados1-1/+1
2024-06-13sysctl: Remove "child" sysctl code commentsJoel Granados1-16/+10
2024-06-13sysctl: Remove superfluous empty allocations from sysctl internalsJoel Granados1-4/+4
2024-06-13sysctl: Replace nr_entries with ctl_table_size in new_linksJoel Granados1-8/+6
2024-06-13sysctl: Remove check for sentinel element in ctl_table arraysJoel Granados1-1/+1
2024-06-03sysctl: move the extra1/2 boundary check of u8 to sysctl_check_table_arrayWen Yang1-0/+14
2024-06-03sysctl: always initialize i_uid/i_gidThomas Weißschuh1-4/+2
2024-04-24sysctl: drop now unnecessary out-of-bounds checkThomas Weißschuh1-5/+2
2024-04-24sysctl: move sysctl type to ctl_table_headerThomas Weißschuh1-4/+6
2024-04-24sysctl: drop sysctl_is_perm_empty_ctl_tableThomas Weißschuh1-5/+3
2024-04-24sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table)Thomas Weißschuh1-1/+1
2024-01-11Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-12/+2
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-1/+0
2023-12-28sysctl: Fix out of bounds access for empty sysctl registersJoel Granados1-2/+7
2023-12-21/proc/sys: use d_splice_alias() calling conventions to simplify failure exitsAl Viro1-12/+2
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+7
2023-11-01watchdog: move softlockup_panic back to early_paramKrister Johansen1-1/+0
2023-11-01proc: sysctl: prevent aliased sysctls from getting passed to initKrister Johansen1-0/+7
2023-10-18proc: convert to new timestamp accessorsJeff Layton1-1/+1
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-44/+46
2023-08-15sysctl: Use ctl_table_size as stopping criteria for list macroJoel Granados1-2/+3
2023-08-15sysctl: Add size arg to __register_sysctl_initJoel Granados1-9/+3
2023-08-15sysctl: Add size to register_sysctlJoel Granados1-14/+16
2023-08-15sysctl: Add a size arg to __register_sysctl_tableJoel Granados1-11/+12
2023-08-15sysctl: Add size argument to init_headerJoel Granados1-5/+7
2023-08-15sysctl: Use ctl_table_header in list_for_each_table_entryJoel Granados1-12/+14
2023-08-15sysctl: Prefer ctl_table_header in proc_sysctlJoel Granados1-18/+18
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+1
2023-07-24procfs: convert to ctime accessor functionsJeff Layton1-1/+1
2023-06-30sysctl: set variable sysctl_mount_point storage-class-specifier to staticTom Rix1-1/+1
2023-06-28Merge tag 'v6.5-rc1-sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-225/+19
2023-06-18sysctl: replace child with an enumerationJoel Granados1-63/+18
2023-06-18sysctl: Remove debugging dump_stackJoel Granados1-1/+0
2023-05-24tty, proc, kernfs, random: Use copy_splice_read()David Howells1-1/+1
2023-05-23sysctl: Remove register_sysctl_tableJoel Granados1-159/+0
2023-05-23sysctl: stop exporting register_sysctl_tableJoel Granados1-3/+2
2023-05-02sysctl: remove register_sysctl_paths()Luis Chamberlain1-51/+4
2023-04-27Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+0
2023-04-13proc_sysctl: enhance documentationLuis Chamberlain1-5/+20