summaryrefslogtreecommitdiffstats
path: root/zfs/openzfs_sysctl.c
Commit message (Collapse)AuthorAgeFilesLines
* IWYU update (FreeBSD)Christian Goettsche2020-11-191-8/+5
|
* Spacing around operatorsBenny Baumann2020-11-021-11/+11
|
* Whitespace and indentation issuesBenny Baumann2020-11-021-15/+18
|
* Drop tabs in source indentionsChristian Göttsche2020-10-201-2/+1
|
* Update License consistently to GPLv2 as per COPYING fileDaniel Lange2020-10-051-1/+1
|
* Support for ZFS Compressed ARC statisticsRoss Williams2019-09-031-0/+18
|
* Refactor openzfs_sysctl_init() and ZfsArcMeter...Ross Williams2019-09-031-3/+3
| | | | | | | | | | | openzfs_sysctl_init() now returns void instead of int. The ZfsArcStats->enabled flag is set inside the init function now, instead of having to be set from its return value. Preparation for more flag setting in Compressed ARC commit. ZfsArcMeter_readStats() added and all Meter->values[] setting moved to it, eliminating duplicated code in {darwin,freebsd,linux,solaris}/Platform.c.
* Refactor common OpenZFS sysctl accessRoss Williams2019-07-071-0/+81
Darwin and FreeBSD export zfs kstats through the same APIs, so moving functions into a common file.

© 2014-2024 Faster IT GmbH | imprint | privacy policy