aboutsummaryrefslogtreecommitdiffstats
path: root/module/os/freebsd/zfs/sysctl_os.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused sysctl nodeSeth Hoffert2024-09-031-1/+0
* freebsd: remove __FBSDID macro useBrooks Davis2023-11-171-3/+0
* Reduce number of metaslab preload taskq threads.Alexander Motin2023-10-061-22/+0
* Selectable block allocatorsednadolski-ix2023-09-011-0/+18
* Finally drop long disabled vdev cache.Alexander Motin2023-06-091-2/+0
* vdev: expose zfs_vdev_def_queue_depth as a module parameterRob N2023-04-061-8/+0
* Implementation of block cloning for ZFSPawel Jakub Dawidek2023-03-101-0/+2
* More adaptive ARC evictionAlexander Motin2023-03-081-26/+51
* Turn default_bs and default_ibs into ZFS_MODULE_PARAMsMateusz Piotrowski2023-01-111-14/+0
* Implement uncached prefetchAlexander Motin2023-01-041-2/+15
* Cleanup: 64-bit kernel module parameters should use fixed width typesRichard Yao2022-10-131-15/+15
* Cleanup: Specify unsignedness on things that should not be signedRichard Yao2022-09-271-11/+11
* FreeBSD: fix static module build broken in 7bb707ffaMartin Matuška2022-09-191-2/+3
* FreeBSD: Organize sysctlsRyan Moeller2022-09-021-205/+363
* Clean up CSTYLEDsнаб2022-01-261-152/+128
* Restore FreeBSD sysctl processing for arc.min and arc.maxAllan Jude2021-08-161-2/+51
* Reference_tracking_enable should be a module paramDon Brady2021-03-161-6/+0
* FreeBSD: Fix format of vfs.zfs.arc_no_grow_shiftRyan Moeller2020-12-101-6/+5
* Share zfs_fsync, zfs_read, zfs_write, et al between Linux and FreeBSDMatthew Macy2020-10-211-0/+1
* Expose zfetch_max_idistance tunableRyan Moeller2020-10-131-2/+3
* Annontate FreeBSD sysctls with CTLFLAG_MPSAFEMark Johnston2020-09-211-6/+11
* vdev_ashift should only be set onceGeorge Wilson2020-09-181-0/+1
* Import vdev ashift optimization from FreeBSDRyan Moeller2020-08-211-28/+26
* Changes to make openzfs build within FreeBSD buildworldMatthew Macy2020-07-311-8/+7
* FreeBSD: Remove some code duplication in sysctl_os.cRyan Moeller2020-07-231-19/+0
* FreeBSD: Add legacy arc_min and arc_maxRyan Moeller2020-07-191-29/+36
* freebsd: changes necessary to coexist with dtrace in treeMatthew Macy2020-07-011-2/+2
* Add zfs_multihost_interval tunable handler for FreeBSDRyan Moeller2020-06-231-0/+15
* Update FreeBSD tunablesRyan Moeller2020-04-151-31/+25
* Add FreeBSD support to OpenZFSMatthew Macy2020-04-141-0/+699