| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-28 | Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -4/+3 |
| 2025-07-03 | fix proc_sys_compare() handling of in-lookup dentries | Al Viro | 1 | -7/+11 |
| 2025-06-10 | switch procfs from d_set_d_op() to d_splice_alias_ops() | Al Viro | 1 | -4/+3 |
| 2025-01-27 | Pass parent directory inode and expected name to ->d_revalidate() | Al Viro | 1 | -1/+2 |
| 2024-10-31 | sysctl: Reduce dput(child) calls in proc_sys_fill_cache() | Markus Elfring | 1 | -4/+4 |
| 2024-10-10 | sysctl: Convert locking comments to lockdep assertions | Thomas Weißschuh | 1 | -4/+10 |
| 2024-10-09 | sysctl: make internal ctl_tables const | Thomas Weißschuh | 1 | -2/+2 |
| 2024-10-09 | sysctl: allow registration of const struct ctl_table | Thomas Weißschuh | 1 | -3/+3 |
| 2024-10-09 | sysctl: move internal interfaces to const struct ctl_table | Thomas Weißschuh | 1 | -40/+41 |
| 2024-09-02 | sysctl: avoid spurious permanent empty tables | Thomas Weißschuh | 1 | -3/+8 |
| 2024-06-13 | sysctl: Warn on an empty procname element | Joel Granados | 1 | -0/+2 |
| 2024-06-13 | sysctl: Remove ctl_table sentinel code comments | Joel Granados | 1 | -1/+1 |
| 2024-06-13 | sysctl: Remove "child" sysctl code comments | Joel Granados | 1 | -16/+10 |
| 2024-06-13 | sysctl: Remove superfluous empty allocations from sysctl internals | Joel Granados | 1 | -4/+4 |
| 2024-06-13 | sysctl: Replace nr_entries with ctl_table_size in new_links | Joel Granados | 1 | -8/+6 |
| 2024-06-13 | sysctl: Remove check for sentinel element in ctl_table arrays | Joel Granados | 1 | -1/+1 |
| 2024-06-03 | sysctl: move the extra1/2 boundary check of u8 to sysctl_check_table_array | Wen Yang | 1 | -0/+14 |
| 2024-06-03 | sysctl: always initialize i_uid/i_gid | Thomas Weißschuh | 1 | -4/+2 |
| 2024-04-24 | sysctl: drop now unnecessary out-of-bounds check | Thomas Weißschuh | 1 | -5/+2 |
| 2024-04-24 | sysctl: move sysctl type to ctl_table_header | Thomas Weißschuh | 1 | -4/+6 |
| 2024-04-24 | sysctl: drop sysctl_is_perm_empty_ctl_table | Thomas Weißschuh | 1 | -5/+3 |
| 2024-04-24 | sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table) | Thomas Weißschuh | 1 | -1/+1 |
| 2024-01-11 | Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -12/+2 |
| 2023-12-28 | fs: Remove the now superfluous sentinel elements from ctl_table array | Joel Granados | 1 | -1/+0 |
| 2023-12-28 | sysctl: Fix out of bounds access for empty sysctl registers | Joel Granados | 1 | -2/+7 |
| 2023-12-21 | /proc/sys: use d_splice_alias() calling conventions to simplify failure exits | Al Viro | 1 | -12/+2 |
| 2023-11-01 | Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -1/+7 |
| 2023-11-01 | watchdog: move softlockup_panic back to early_param | Krister Johansen | 1 | -1/+0 |
| 2023-11-01 | proc: sysctl: prevent aliased sysctls from getting passed to init | Krister Johansen | 1 | -0/+7 |
| 2023-10-18 | proc: convert to new timestamp accessors | Jeff Layton | 1 | -1/+1 |
| 2023-08-29 | Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -44/+46 |
| 2023-08-15 | sysctl: Use ctl_table_size as stopping criteria for list macro | Joel Granados | 1 | -2/+3 |
| 2023-08-15 | sysctl: Add size arg to __register_sysctl_init | Joel Granados | 1 | -9/+3 |
| 2023-08-15 | sysctl: Add size to register_sysctl | Joel Granados | 1 | -14/+16 |
| 2023-08-15 | sysctl: Add a size arg to __register_sysctl_table | Joel Granados | 1 | -11/+12 |
| 2023-08-15 | sysctl: Add size argument to init_header | Joel Granados | 1 | -5/+7 |
| 2023-08-15 | sysctl: Use ctl_table_header in list_for_each_table_entry | Joel Granados | 1 | -12/+14 |
| 2023-08-15 | sysctl: Prefer ctl_table_header in proc_sysctl | Joel Granados | 1 | -18/+18 |
| 2023-08-09 | fs: pass the request_mask to generic_fillattr | Jeff Layton | 1 | -1/+1 |
| 2023-07-24 | procfs: convert to ctime accessor functions | Jeff Layton | 1 | -1/+1 |
| 2023-06-30 | sysctl: set variable sysctl_mount_point storage-class-specifier to static | Tom Rix | 1 | -1/+1 |
| 2023-06-28 | Merge tag 'v6.5-rc1-sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -225/+19 |
| 2023-06-18 | sysctl: replace child with an enumeration | Joel Granados | 1 | -63/+18 |
| 2023-06-18 | sysctl: Remove debugging dump_stack | Joel Granados | 1 | -1/+0 |
| 2023-05-24 | tty, proc, kernfs, random: Use copy_splice_read() | David Howells | 1 | -1/+1 |
| 2023-05-23 | sysctl: Remove register_sysctl_table | Joel Granados | 1 | -159/+0 |
| 2023-05-23 | sysctl: stop exporting register_sysctl_table | Joel Granados | 1 | -3/+2 |
| 2023-05-02 | sysctl: remove register_sysctl_paths() | Luis Chamberlain | 1 | -51/+4 |
| 2023-04-27 | Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -1/+0 |
| 2023-04-13 | proc_sysctl: enhance documentation | Luis Chamberlain | 1 | -5/+20 |
| 2023-04-13 | sysctl: clarify register_sysctl_init() base directory order | Luis Chamberlain | 1 | -4/+1 |
| 2023-04-13 | proc_sysctl: move helper which creates required subdirectories | Luis Chamberlain | 1 | -24/+32 |
| 2023-04-13 | proc_sysctl: update docs for __register_sysctl_table() | Luis Chamberlain | 1 | -3/+11 |
| 2023-04-08 | proc: remove mark_inode_dirty() in .setattr() | Chao Yu | 1 | -1/+0 |
| 2023-02-21 | sysctl: fix proc_dobool() usability | Ondrej Mosnacek | 1 | -0/+6 |
| 2023-01-19 | fs: port ->permission() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->getattr() to pass mnt_idmap | Christian Brauner | 1 | -2/+2 |
| 2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner | 1 | -3/+3 |
| 2022-09-08 | kernel/sysctl.c: move sysctl_vals and sysctl_long_vals to sysctl.c | Liu Shixin | 1 | -7/+0 |
| 2022-09-08 | proc: remove initialization assignment | Li zeming | 1 | -1/+1 |
| 2022-05-26 | Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -39/+50 |
| 2022-05-04 | memcg: accounting for objects allocated for new netdevice | Vasily Averin | 1 | -1/+1 |
| 2022-05-03 | net: sysctl: introduce sysctl SYSCTL_THREE | Tonghao Zhang | 1 | -1/+1 |
| 2022-04-25 | sysctl: minor cleanup in new_dir() | Vasily Averin | 1 | -1/+0 |
| 2022-04-21 | fs/proc: Introduce list_for_each_table_entry for proc sysctl | Meng Tang | 1 | -38/+50 |
| 2022-01-22 | kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases() | Luis Chamberlain | 1 | -2/+2 |
| 2022-01-22 | sysctl: add and use base directory declarer and registration helper | Luis Chamberlain | 1 | -0/+9 |
| 2022-01-22 | sysctl: move maxolduid as a sysctl specific const | Luis Chamberlain | 1 | -1/+1 |
| 2022-01-22 | sysctl: share unsigned long const values | Luis Chamberlain | 1 | -0/+3 |
| 2022-01-22 | sysctl: add helper to register a sysctl mount point | Luis Chamberlain | 1 | -0/+14 |
| 2022-01-22 | sysctl: move some boundary constants from sysctl.c to sysctl_vals | Xiaoming Ni | 1 | -1/+1 |
| 2022-01-22 | sysctl: add a new register_sysctl_init() interface | Xiaoming Ni | 1 | -0/+33 |
| 2022-01-20 | sysctl: remove redundant ret assignment | luo penghao | 1 | -1/+0 |
| 2022-01-20 | sysctl: fix duplicate path separator in printed entries | Geert Uytterhoeven | 1 | -4/+4 |
| 2021-07-03 | Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -1/+1 |
| 2021-05-06 | proc/sysctl: fix function name error in comments | zhouchuangao | 1 | -1/+1 |
| 2021-04-29 | Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -6/+1 |
| 2021-04-25 | sysctl: use min() helper for namecmp() | Masahiro Yamada | 1 | -6/+1 |
| 2021-04-07 | switch file_open_root() to struct path | Al Viro | 1 | -1/+1 |
| 2021-03-25 | sysctl: add proc_dou8vec_minmax() | Eric Dumazet | 1 | -0/+6 |
| 2021-02-26 | proc: use kvzalloc for our kernel buffer | Josef Bacik | 1 | -2/+2 |
| 2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -6/+9 |
| 2021-01-24 | proc_sysctl: fix oops caused by incorrect command parameters | Xiaoming Ni | 1 | -1/+6 |
| 2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 1 | -3/+6 |
| 2021-01-24 | stat: handle idmapped mounts | Christian Brauner | 1 | -1/+1 |
| 2021-01-24 | attr: handle idmapped mounts | Christian Brauner | 1 | -2/+2 |
| 2020-09-08 | sysctl: Convert to iter interfaces | Matthew Wilcox (Oracle) | 1 | -24/+24 |
| 2020-07-03 | Call sysctl_head_finish on error | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2020-06-10 | Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -0/+4 |
| 2020-06-10 | sysctl: reject gigantic reads/write to sysctl files | Christoph Hellwig | 1 | -0/+4 |
| 2020-06-08 | kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliases | Guilherme G. Piccoli | 1 | -2/+5 |
| 2020-06-08 | kernel/hung_task convert hung_task_panic boot parameter to sysctl | Vlastimil Babka | 1 | -0/+1 |
| 2020-06-08 | kernel/sysctl: support handling command line aliases | Vlastimil Babka | 1 | -7/+41 |
| 2020-06-08 | kernel/sysctl: support setting sysctl parameters from kernel command line | Vlastimil Babka | 1 | -0/+107 |
| 2020-04-27 | sysctl: pass kernel pointers to ->proc_handler | Christoph Hellwig | 1 | -18/+29 |
| 2020-02-24 | proc: Use d_invalidate in proc_prune_siblings_dcache | Eric W. Biederman | 1 | -4/+4 |
| 2020-02-20 | proc: Generalize proc_sys_prune_dcache into proc_prune_siblings_dcache | Eric W. Biederman | 1 | -34/+1 |
| 2020-02-20 | proc: Rename in proc_inode rename sysctl_inodes sibling_inodes | Eric W. Biederman | 1 | -4/+4 |
| 2020-02-04 | proc: decouple proc from VFS with "struct proc_ops" | Alexey Dobriyan | 1 | -1/+1 |
| 2019-07-18 | proc/sysctl: add shared variables for range check | Matteo Croce | 1 | -0/+4 |
| 2019-07-16 | fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys ino... | Radoslaw Burny | 1 | -0/+4 |
| 2019-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+4 |
| 2019-04-26 | fs/proc/proc_sysctl.c: Fix a NULL pointer dereference | YueHaibing | 1 | -2/+4 |
| 2019-04-12 | bpf: Add file_pos field to bpf_sysctl ctx | Andrey Ignatov | 1 | -1/+1 |
| 2019-04-12 | bpf: Introduce bpf_sysctl_{get,set}_new_value helpers | Andrey Ignatov | 1 | -5/+17 |
| 2019-04-12 | bpf: Sysctl hook | Andrey Ignatov | 1 | -0/+5 |
| 2019-03-29 | fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_links | YueHaibing | 1 | -1/+2 |
| 2018-12-13 | proc/sysctl: don't return ENOMEM on lookup when a table is unregistering | Ivan Delalande | 1 | -7/+6 |
| 2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -1/+1 |
| 2018-05-26 | switch the rest of procfs lookups to d_splice_alias() | Al Viro | 1 | -3/+12 |
| 2018-04-11 | fs/proc/proc_sysctl.c: fix typo in sysctl_check_table_array() | Waiman Long | 1 | -1/+1 |
| 2018-04-11 | fs/proc/proc_sysctl.c: remove redundant link check in proc_sys_link_fill_cache() | Danilo Krummrich | 1 | -6/+3 |
| 2018-04-11 | fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl table | Danilo Krummrich | 1 | -0/+3 |
| 2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -2/+2 |
| 2017-11-27 | fs: annotate ->poll() instances | Al Viro | 1 | -2/+2 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-07-13 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -5/+21 |
| 2017-07-12 | sysctl: add unsigned int range support | Luis R. Rodriguez | 1 | -1/+3 |
| 2017-07-12 | sysctl: simplify unsigned int support | Luis R. Rodriguez | 1 | -0/+14 |
| 2017-07-12 | sysctl: fix lax sysctl_check_table() sanity check | Luis R. Rodriguez | 1 | -5/+5 |
| 2017-07-11 | proc: Fix proc_sys_prune_dcache to hold a sb reference | Eric W. Biederman | 1 | -13/+30 |
| 2017-05-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -4/+0 |
| 2017-04-16 | sysctl: Remove dead register_sysctl_root | Eric W. Biederman | 1 | -4/+0 |
| 2017-04-07 | sysctl: add sanity check for proc_douintvec | Liping Zhang | 1 | -0/+1 |
| 2017-03-03 | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+3 |
| 2017-03-02 | statx: Add a system call to make enhanced file info available | David Howells | 1 | -2/+3 |
| 2017-03-02 | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> | Ingo Molnar | 1 | -0/+1 |
| 2017-02-22 | proc/sysctl: Don't grab i_lock under sysctl_lock. | Eric W. Biederman | 1 | -13/+18 |
| 2017-02-13 | proc/sysctl: prune stale dentries during unregistering | Konstantin Khlebnikov | 1 | -16/+43 |
| 2017-01-10 | sysctl: Drop reference added by grab_header in proc_sys_readdir | Zhou Chengming | 1 | -1/+2 |
| 2016-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
| 2016-10-10 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
| 2016-10-06 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -7/+7 |
| 2016-09-27 | fs: Replace CURRENT_TIME with current_time() for inode timestamps | Deepa Dinamani | 1 | -1/+1 |
| 2016-09-22 | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara | 1 | -1/+1 |
| 2016-08-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
| 2016-08-14 | net: make net namespace sysctls belong to container's owner | Dmitry Torokhov | 1 | -0/+5 |
| 2016-08-08 | sysctl: Stop implicitly passing current into sysctl_table_root.lookup | Eric W. Biederman | 1 | -7/+7 |
| 2016-08-07 | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -1/+1 |
| 2016-08-06 | Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
| 2016-07-31 | get rid of 'parent' argument of ->d_compare() | Al Viro | 1 | -1/+1 |
| 2016-07-30 | qstr: constify instances in procfs | Al Viro | 1 | -1/+1 |
| 2016-06-10 | vfs: make the string hashes salt the hash | Linus Torvalds | 1 | -1/+1 |
| 2016-05-02 | switch all procfs directories ->iterate_shared() | Al Viro | 1 | -1/+1 |
| 2016-05-02 | proc_sys_fill_cache(): switch to d_alloc_parallel() | Al Viro | 1 | -7/+8 |
| 2015-09-29 | fs: Drop unlikely before IS_ERR(_OR_NULL) | Viresh Kumar | 1 | -1/+1 |
| 2015-07-01 | sysctl: Allow creating permanently empty directories that serve as mountpoints. | Eric W. Biederman | 1 | -0/+37 |
| 2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 1 | -6/+6 |
| 2014-08-08 | sysctl: remove typedef ctl_table | Joe Perches | 1 | -1/+1 |
| 2013-06-29 | Don't pass inode to ->d_hash() and ->d_compare() | Linus Torvalds | 1 | -3/+4 |
| 2013-06-29 | [readdir] convert procfs | Al Viro | 1 | -44/+27 |
| 2013-02-27 | fs/proc: clean up printks | Andrew Morton | 1 | -9/+10 |
| 2013-02-22 | new helper: file_inode(file) | Al Viro | 1 | -2/+2 |
| 2012-12-20 | procfs: drop vmtruncate | Marco Stornelli | 1 | -7/+0 |
| 2012-11-18 | sysctl: Pass useful parameters to sysctl permissions | Eric W. Biederman | 1 | -4/+5 |
| 2012-10-09 | rbtree: fix incorrect rbtree node insertion in fs/proc/proc_sysctl.c | Michel Lespinasse | 1 | -0/+1 |
| 2012-10-09 | rbtree: empty nodes have no color | Michel Lespinasse | 1 | -3/+1 |
| 2012-10-06 | proc_sysctl.c: use BUG_ON instead of BUG | Prasad Joshi | 1 | -2/+1 |
| 2012-09-17 | fs/proc: fix potential unregister_sysctl_table hang | Francesco Ruggeri | 1 | -3/+2 |
| 2012-07-14 | stop passing nameidata to ->lookup() | Al Viro | 1 | -1/+1 |
| 2012-07-14 | stop passing nameidata * to ->d_revalidate() | Al Viro | 1 | -2/+2 |
| 2012-05-15 | userns: Convert sysctl permission checks to use kuid and kgids. | Eric W. Biederman | 1 | -2/+2 |
| 2012-03-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl | Linus Torvalds | 1 | -76/+1198 |
| 2012-03-22 | sysctl: protect poll() in entries that may go away | Lucas De Marchi | 1 | -1/+16 |
| 2012-02-14 | security: trim security.h | Al Viro | 1 | -0/+2 |
| 2012-02-01 | sysctl: Don't call sysctl_follow_link unless we are a link. | Eric W. Biederman | 1 | -12/+12 |
| 2012-02-01 | sysctl: Comments to make the code clearer. | Eric W. Biederman | 1 | -0/+16 |
| 2012-02-01 | sysctl: Correct error return from get_subdir | Eric W. Biederman | 1 | -1/+4 |
| 2012-02-01 | sysctl: An easier to read version of find_subdir | Eric W. Biederman | 1 | -3/+3 |
| 2012-01-30 | sysctl: fix memset parameters in setup_sysctl_set() | Dan Carpenter | 1 | -1/+1 |
| 2012-01-30 | sysctl: remove an unused variable | Dan Carpenter | 1 | -2/+0 |
| 2012-01-24 | sysctl: Add register_sysctl for normal sysctl users | Eric W. Biederman | 1 | -0/+17 |
| 2012-01-24 | sysctl: Index sysctl directories with rbtrees. | Eric W. Biederman | 1 | -90/+134 |
| 2012-01-24 | sysctl: Make the header lists per directory. | Eric W. Biederman | 1 | -17/+11 |
| 2012-01-24 | sysctl: Move sysctl_check_dups into insert_header | Eric W. Biederman | 1 | -9/+11 |
| 2012-01-24 | sysctl: Modify __register_sysctl_paths to take a set instead of a root and an... | Eric W. Biederman | 1 | -18/+12 |
| 2012-01-24 | sysctl: Replace root_list with links between sysctl_table_sets. | Eric W. Biederman | 1 | -102/+295 |
| 2012-01-24 | sysctl: Add sysctl_print_dir and use it in get_subdir | Eric W. Biederman | 1 | -1/+10 |
| 2012-01-24 | sysctl: Stop requiring explicit management of sysctl directories | Eric W. Biederman | 1 | -199/+143 |
| 2012-01-24 | sysctl: Add a root pointer to ctl_table_set | Eric W. Biederman | 1 | -0/+3 |
| 2012-01-24 | sysctl: Rewrite proc_sys_readdir in terms of first_entry and next_entry | Eric W. Biederman | 1 | -36/+62 |
| 2012-01-24 | sysctl: Rewrite proc_sys_lookup introducing find_entry and lookup_entry. | Eric W. Biederman | 1 | -26/+76 |
| 2012-01-24 | sysctl: Normalize the root_table data structure. | Eric W. Biederman | 1 | -4/+11 |
| 2012-01-24 | sysctl: Factor out insert_header and erase_header | Eric W. Biederman | 1 | -3/+13 |
| 2012-01-24 | sysctl: Factor out init_header from __register_sysctl_paths | Eric W. Biederman | 1 | -8/+17 |
| 2012-01-24 | sysctl: Initial support for auto-unregistering sysctl tables. | Eric W. Biederman | 1 | -9/+19 |
| 2012-01-24 | sysctl: A more obvious version of grab_header. | Eric W. Biederman | 1 | -4/+4 |
| 2012-01-24 | sysctl: Remove the now unused ctl_table parent field. | Eric W. Biederman | 1 | -11/+1 |
| 2012-01-24 | sysctl: Improve the sysctl sanity checks | Eric W. Biederman | 1 | -136/+86 |
| 2012-01-24 | sysctl: register only tables of sysctl files | Eric W. Biederman | 1 | -18/+147 |
| 2012-01-24 | sysctl: Add ctl_table chains into cstring paths | Eric W. Biederman | 1 | -0/+9 |
| 2012-01-24 | sysctl: Add support for register sysctl tables with a normal cstring path. | Eric W. Biederman | 1 | -10/+84 |
| 2012-01-24 | sysctl: Create local copies of directory names used in paths | Eric W. Biederman | 1 | -3/+8 |
| 2012-01-24 | sysctl: Remove the unnecessary sysctl_set parent concept. | Eric W. Biederman | 1 | -3/+8 |
| 2012-01-24 | sysctl: Implement retire_sysctl_set | Eric W. Biederman | 1 | -0/+4 |
| 2012-01-24 | sysctl: Make the directories have nlink == 1 | Eric W. Biederman | 1 | -1/+0 |
| 2012-01-24 | sysctl: Move the implementation into fs/proc/proc_sysctl.c | Eric W. Biederman | 1 | -0/+622 |
| 2012-01-24 | sysctl: Register the base sysctl table like any other sysctl table. | Eric W. Biederman | 1 | -1/+2 |
| 2012-01-24 | sysctl: remove impossible condition check | Lucas De Marchi | 1 | -12/+2 |
| 2011-11-02 | Merge branch 'akpm' (Andrew's incoming - part two) | Linus Torvalds | 1 | -0/+46 |