aboutsummaryrefslogtreecommitdiffstats
path: root/module/os/linux/zfs/arc_os.c
Commit message (Expand)AuthorAgeFilesLines
* Ignore zfs_arc_shrinker_limit in direct reclaim modeshodanshok2024-08-211-3/+3
* Several improvements to ARC shrinking (#16197)Alexander Motin2024-07-251-41/+47
* Linux 6.7 compat: rework shrinker setup for heap allocationsRob Norris2023-12-201-4/+7
* Unify arc_prune_async() codeAlexander Motin2023-10-301-51/+0
* arc_default_max on Linux should match FreeBSDednadolski-ix2023-10-261-2/+8
* Linux 6.4 compat: reclaimed_slab renamed to reclaimedyouzhongyang2023-05-241-0/+4
* More adaptive ARC evictionAlexander Motin2023-03-081-1/+1
* Cleanup: 64-bit kernel module parameters should use fixed width typesRichard Yao2022-10-131-4/+4
* Cleanup: Specify unsignedness on things that should not be signedRichard Yao2022-09-271-1/+1
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Clean up CSTYLEDsнаб2022-01-261-2/+0
* module: zfs: linux: fix unused, remove argsusedнаб2021-12-231-1/+2
* Remove b_pabd/b_rabd allocation from arc_hdr_alloc()Alexander Motin2021-08-171-1/+1
* Restore FreeBSD sysctl processing for arc.min and arc.maxAllan Jude2021-08-161-0/+12
* Optimize small random numbers generationAlexander Motin2021-06-221-2/+2
* Use wmsum for arc, abd, dbuf and zfetch statistics. (#12172)Alexander Motin2021-06-161-1/+1
* Removed duplicated includesAndrea Gelmini2021-03-221-1/+0
* Implement memory and CPU hotplugPaul Dagnelie2020-12-101-11/+77
* Linux 5.9 compat: NR_SLAB_RECLAIMABLEBrian Behlendorf2020-08-291-2/+1
* Revise ARC shrinker algorithmMatthew Ahrens2020-07-311-91/+125
* Rename refcount.h to zfs_refcount.hMatthew Macy2020-07-291-1/+1
* Adjust ARC terminologyMatthew Ahrens2020-07-221-10/+10
* anon_pages are not free/evictableMatthew Ahrens2020-07-161-1/+0
* Clean up OS-specific ARC and kmem codeMatthew Ahrens2020-06-291-69/+8
* Revise SPL wrapper for shrinker callbacksMatthew Ahrens2020-06-271-20/+12
* ARC shrinking blocks reads/writesMatthew Ahrens2020-06-261-0/+18
* Don't ignore zfs_arc_max below allmem/32Ryan Moeller2020-04-091-2/+2
* Let default arc_c_max be platform dependentRyan Moeller2020-03-271-0/+10
* Enable use of DTRACE_PROBE* macros in "spl" modulePrakash Surya2019-11-011-1/+1
* Fix for ARC sysctls ignored at runtimeloli10K2019-10-261-0/+28
* OpenZFS restructuring - ARC memory pressureMatthew Macy2019-10-181-0/+445