aboutsummaryrefslogtreecommitdiff
path: root/module/os/freebsd/zfs/arc_os.c
Commit message (Expand)AuthorAgeFilesLines
* Unify arc_prune_async() codeAlexander Motin2023-10-301-62/+0
* FreeBSD: Remove extra arc_reduce_target_size() callAlexander Motin2023-03-181-2/+0
* More adaptive ARC evictionAlexander Motin2023-03-081-1/+1
* Cleanup: Specify unsignedness on things that should not be signedRichard Yao2022-09-271-4/+4
* FreeBSD: fix static module build broken in 7bb707ffaMartin Matuška2022-09-201-2/+1
* FreeBSD: Fix integer conversion for vnlru_free{,_vfsops}()Richard Yao2022-09-141-0/+6
* FreeBSD: Organize sysctlsRyan Moeller2022-09-021-24/+7
* Apply arc_shrink_shift to ARC above arc_c_minAlexander Motin2022-09-021-1/+4
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Clean up CSTYLEDsнаб2022-01-261-3/+1
* Remove b_pabd/b_rabd allocation from arc_hdr_alloc()Alexander Motin2021-08-171-1/+1
* Fix ARC ghost states eviction accountingAlexander Motin2021-07-131-2/+0
* FreeBSD: avoid memory allocation in arc_prune_asyncAlexander Motin2021-05-261-9/+7
* FreeBSD: use vnlru_free_vfsops if availableMateusz Guzik2021-04-121-1/+21
* Implement memory and CPU hotplugPaul Dagnelie2020-12-101-0/+10
* Changes to make openzfs build within FreeBSD buildworldMatthew Macy2020-08-011-0/+3
* Revise ARC shrinker algorithmMatthew Ahrens2020-08-011-15/+4
* Rename refcount.h to zfs_refcount.hMatthew Macy2020-07-291-1/+1
* FreeBSD: Remove accidental ARC size limiterRyan Moeller2020-07-251-0/+1
* FreeBSD: Implement arc_free_memoryRyan Moeller2020-07-251-3/+2
* Adjust ARC terminologyMatthew Ahrens2020-07-221-5/+5
* freebsd: changes necessary to coexist with dtrace in treeMatthew Macy2020-07-011-0/+1
* Clean up OS-specific ARC and kmem codeMatthew Ahrens2020-06-291-26/+0
* Update FreeBSD tunablesRyan Moeller2020-04-151-7/+40
* Add FreeBSD support to OpenZFSMatthew Macy2020-04-141-0/+245