zfs/man
Mateusz Piotrowski 2f327a2457 Turn default_bs and default_ibs into ZFS_MODULE_PARAMs
The default_bs and default_ibs tunables control the default block size
and indirect block size.

So far, default_bs and default_ibs were tunable only on FreeBSD, e.g.,

    sysctl vfs.zfs.default_ibs

Remove the FreeBSD-specific sysctl code and expose default_bs and
default_ibs as tunables on both Linux and FreeBSD using
ZFS_MODULE_PARAM.

One of the use cases for changing the values of those tunables is to
lower the indirect block size, which may improve performance of large
directories (as discussed during the OpenZFS Leadership Meeting
on 2022-08-16).

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Richard Yao <richard.yao@alumni.stonybrook.edu>
Signed-off-by: Mateusz Piotrowski <mateusz.piotrowski@klarasystems.com>
Sponsored-by: Wasabi Technology, Inc.
Closes #14293
(cherry picked from commit 926715b9fc)
2023-07-05 13:27:30 +00:00
..
man1 Consistentify miscellaneous style on remaining manpages 2021-06-10 10:50:16 -07:00
man4 Turn default_bs and default_ibs into ZFS_MODULE_PARAMs 2023-07-05 13:27:30 +00:00
man5 Consistentify miscellaneous style on remaining manpages 2021-06-10 10:50:16 -07:00
man7 Add dracut.zfs.7 2022-05-06 12:01:48 -07:00
man8 man: zpool-import.8: -d -or -c 2022-05-10 13:36:37 -07:00
Makefile.am Add dracut.zfs.7 2022-05-06 12:01:48 -07:00