index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
proc
/
proc_sysctl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sysctl: Warn on an empty procname element
Joel Granados
2024-06-13
1
-0
/
+2
*
sysctl: Remove ctl_table sentinel code comments
Joel Granados
2024-06-13
1
-1
/
+1
*
sysctl: Remove "child" sysctl code comments
Joel Granados
2024-06-13
1
-16
/
+10
*
sysctl: Remove superfluous empty allocations from sysctl internals
Joel Granados
2024-06-13
1
-4
/
+4
*
sysctl: Replace nr_entries with ctl_table_size in new_links
Joel Granados
2024-06-13
1
-8
/
+6
*
sysctl: Remove check for sentinel element in ctl_table arrays
Joel Granados
2024-06-13
1
-1
/
+1
*
sysctl: move the extra1/2 boundary check of u8 to sysctl_check_table_array
Wen Yang
2024-06-03
1
-0
/
+14
*
sysctl: always initialize i_uid/i_gid
Thomas Weißschuh
2024-06-03
1
-4
/
+2
*
sysctl: drop now unnecessary out-of-bounds check
Thomas Weißschuh
2024-04-24
1
-5
/
+2
*
sysctl: move sysctl type to ctl_table_header
Thomas Weißschuh
2024-04-24
1
-4
/
+6
*
sysctl: drop sysctl_is_perm_empty_ctl_table
Thomas Weißschuh
2024-04-24
1
-5
/
+3
*
sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table)
Thomas Weißschuh
2024-04-24
1
-1
/
+1
*
Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2024-01-12
1
-12
/
+2
|
\
|
*
/proc/sys: use d_splice_alias() calling conventions to simplify failure exits
Al Viro
2023-12-21
1
-12
/
+2
*
|
fs: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
2023-12-28
1
-1
/
+0
*
|
sysctl: Fix out of bounds access for empty sysctl registers
Joel Granados
2023-12-28
1
-2
/
+7
|
/
*
Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2023-11-02
1
-1
/
+7
|
\
|
*
watchdog: move softlockup_panic back to early_param
Krister Johansen
2023-11-01
1
-1
/
+0
|
*
proc: sysctl: prevent aliased sysctls from getting passed to init
Krister Johansen
2023-11-01
1
-0
/
+7
*
|
proc: convert to new timestamp accessors
Jeff Layton
2023-10-18
1
-1
/
+1
|
/
*
Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2023-08-30
1
-44
/
+46
|
\
|
*
sysctl: Use ctl_table_size as stopping criteria for list macro
Joel Granados
2023-08-16
1
-2
/
+3
|
*
sysctl: Add size arg to __register_sysctl_init
Joel Granados
2023-08-16
1
-9
/
+3
|
*
sysctl: Add size to register_sysctl
Joel Granados
2023-08-16
1
-14
/
+16
|
*
sysctl: Add a size arg to __register_sysctl_table
Joel Granados
2023-08-16
1
-11
/
+12
|
*
sysctl: Add size argument to init_header
Joel Granados
2023-08-16
1
-5
/
+7
|
*
sysctl: Use ctl_table_header in list_for_each_table_entry
Joel Granados
2023-08-16
1
-12
/
+14
|
*
sysctl: Prefer ctl_table_header in proc_sysctl
Joel Granados
2023-08-16
1
-18
/
+18
*
|
fs: pass the request_mask to generic_fillattr
Jeff Layton
2023-08-09
1
-1
/
+1
*
|
procfs: convert to ctime accessor functions
Jeff Layton
2023-07-24
1
-1
/
+1
|
/
*
sysctl: set variable sysctl_mount_point storage-class-specifier to static
Tom Rix
2023-07-01
1
-1
/
+1
*
Merge tag 'v6.5-rc1-sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2023-06-29
1
-225
/
+19
|
\
|
*
sysctl: replace child with an enumeration
Joel Granados
2023-06-18
1
-63
/
+18
|
*
sysctl: Remove debugging dump_stack
Joel Granados
2023-06-18
1
-1
/
+0
|
*
sysctl: Remove register_sysctl_table
Joel Granados
2023-05-24
1
-159
/
+0
|
*
sysctl: stop exporting register_sysctl_table
Joel Granados
2023-05-24
1
-3
/
+2
*
|
tty, proc, kernfs, random: Use copy_splice_read()
David Howells
2023-05-24
1
-1
/
+1
|
/
*
sysctl: remove register_sysctl_paths()
Luis Chamberlain
2023-05-03
1
-51
/
+4
*
Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2023-04-28
1
-1
/
+0
|
\
|
*
proc: remove mark_inode_dirty() in .setattr()
Chao Yu
2023-04-08
1
-1
/
+0
*
|
proc_sysctl: enhance documentation
Luis Chamberlain
2023-04-13
1
-5
/
+20
*
|
sysctl: clarify register_sysctl_init() base directory order
Luis Chamberlain
2023-04-13
1
-4
/
+1
*
|
proc_sysctl: move helper which creates required subdirectories
Luis Chamberlain
2023-04-13
1
-24
/
+32
*
|
proc_sysctl: update docs for __register_sysctl_table()
Luis Chamberlain
2023-04-13
1
-3
/
+11
|
/
*
sysctl: fix proc_dobool() usability
Ondrej Mosnacek
2023-02-21
1
-0
/
+6
*
fs: port ->permission() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
*
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-2
/
+2
*
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-3
/
+3
*
kernel/sysctl.c: move sysctl_vals and sysctl_long_vals to sysctl.c
Liu Shixin
2022-09-09
1
-7
/
+0
*
proc: remove initialization assignment
Li zeming
2022-09-09
1
-1
/
+1
[next]