zfs/module
Michael Bishop bbec9ab76d expose free space histograms in /proc
example output:
```
[root@nixos:~]# cat /proc/spl/kstat/zfs/vm/fragmentation
normal{power="9",pool="vm"} 14
normal{power="10",pool="vm"} 75
normal{power="11",pool="vm"} 16
normal{power="12",pool="vm"} 37
```

this allows graphing `zdb -MM` without any performance costs

# Conflicts:
#	module/zfs/spa_stats.c
2023-12-08 20:00:57 -04:00
..
avl Suppress Clang Static Analyzer false positive in the AVL tree code. 2023-03-08 13:51:21 -08:00
icp module/icp/asm-arm/sha2: enable non-SIMD asm kernels on armv5/6 2023-12-05 12:01:09 -08:00
lua Add loongarch64 support 2023-04-25 16:05:45 -07:00
nvpair nvpair: Constify string functions 2023-03-14 15:25:50 -07:00
os FreeBSD: Ensure that zfs_getattr() initializes the va_rdev field 2023-12-07 08:20:11 -08:00
unicode Illumos #15286: do_composition() needs sign awareness 2023-01-05 11:16:21 -08:00
zcommon RAID-Z expansion feature 2023-11-08 10:19:41 -08:00
zfs expose free space histograms in /proc 2023-12-08 20:00:57 -04:00
zstd Resolve WS-2021-0184 vulnerability in zstd 2023-02-02 15:12:51 -08:00
.gitignore FreeBSD: Ignore symlink to i386 includes 2022-08-02 16:34:23 -07:00
Kbuild.in Workaround UBSAN errors for variable arrays 2023-11-12 16:26:07 -08:00
Makefile.bsd Finally drop long disabled vdev cache. 2023-06-09 12:40:55 -07:00
Makefile.in check-zstd-symbols: also ignore __pfx_ symbols 2023-09-18 09:08:41 -07:00