summaryrefslogtreecommitdiffstats
path: root/zfs
AgeCommit message (Expand)Author
2023-12-26Relocate include of config.h from header to source modeuleBenny Baumann
2023-12-26Add includes for config.h as per the discussion in PR #1337Daniel Lange
2022-05-30consider only shrinkable ZFS ARC as cache on Linuxilyam8
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-05-10platform-dependent files included relative to main source directorymayurdahibhate
2021-05-10cleaned up includes with iwyumayurdahibhate
2021-04-26Use RichString_appendnAscii where possibleChristian Göttsche
2021-04-22ZfsCompressedArcMeter: avoid division by 0Christian Göttsche
2021-03-04Save text buffer in MeterChristian Göttsche
2021-03-04Move generic (shared) code into its own sub-directoryNathan Scott
2021-02-17Drop empty file zfs/ZfsArcStats.cChristian Göttsche
2021-02-09Make ZFS Meter "Unavailable" text match others -> FAILED_READ coloringDaniel Lange
2021-02-09Forgot to correctly color ZFS ARC ratioRoss Williams
2020-12-08Split RichString_(append|appendn|write) into wide and asciiChristian Göttsche
2020-12-08Use sizeof buffer instead of magic numberChristian Göttsche
2020-12-06Introduce METER_BUFFER_CHECK and METER_BUFFER_APPEND_CHR to cleanup writing t...Christian Göttsche
2020-12-06Use size_t as len type for Meter_UpdateValuesChristian Göttsche
2020-11-22Reduce scope of local variablesBenny Baumann
2020-11-19IWYU update (FreeBSD)Christian Goettsche
2020-11-02Spacing around operatorsBenny Baumann
2020-11-02Whitespace and indentation issuesBenny Baumann
2020-10-26Hold only a const version of the ProcessList in MetersChristian Göttsche
2020-10-20Drop tabs in source indentionsChristian Göttsche
2020-10-18Make all required includes explicitBenny Baumann
2020-10-16Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann
2020-10-16Move xAsprintf, xSnprintf and xStrdup to StringUtils.hBenny Baumann
2020-10-13Mark remaining classes constChristian Göttsche
2020-10-10Mark Object pointer to _display function constChristian Göttsche
2020-10-07Mark Object classes and Object class fields constChristian Göttsche
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-09-18Refactor __attribute__ usageChristian Göttsche
2020-09-08Further, minor cleanups to headers post-MakeHeadersNathan Scott
2020-09-03Remove superfluous 'extern's from function declarations.Zev Weiss
2020-08-28Normalize ZFS ARC captionZach Dykstra
2020-08-22Update header files to match whitespace changes in source filesNathan Scott
2020-08-21Avoid empty translation unit warningChristian Göttsche
2020-08-21Remove trailing whitespacesChristian Göttsche
2019-09-03Support for ZFS Compressed ARC statisticsRoss Williams
2019-09-03Refactor openzfs_sysctl_init() and ZfsArcMeter...Ross Williams
2019-07-07Refactor common OpenZFS sysctl accessRoss Williams
2019-07-07ZFS arcstats for LinuxRoss Williams
2019-07-07Support ZFS ARC stats on FreeBSDRoss Williams