aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/arc.c
Commit message (Expand)AuthorAgeFilesLines
* Replace cv_{timed}wait_sig with cv_{timed}wait_idle where appropriateMatthew Macy2020-09-031-1/+1
* zio_ereport_post() and zio_ereport_start() return values are ignoredToomas Soome2020-08-311-3/+4
* Introduce limit on size of L2ARC headersAlexander Motin2020-08-251-5/+22
* Import vdev ashift optimization from FreeBSDRyan Moeller2020-08-211-0/+2
* FreeBSD: 11.x arc_stats compatibilityMatthew Macy2020-08-201-0/+8
* Add zstd support to zfsMichael Niewöhner2020-08-201-22/+54
* Fix ARC aggsum access after arc_state_fini()Brian Behlendorf2020-08-181-8/+8
* Include scatter_chunk_waste in arc_sizeMatthew Ahrens2020-08-171-2/+20
* Fix l2arc_dev_rebuild_start thread nameRyan Moeller2020-08-171-4/+5
* Fix L2ARC reads when compressed ARC disabledAllan Jude2020-08-131-0/+15
* Restore ARC MFU/MRU pressureMatthew Macy2020-08-121-22/+42
* Fix typoAllan Jude2020-08-111-1/+1
* Fix logging in l2arc_rebuild()George Amanakis2020-08-011-0/+7
* Changes to make openzfs build within FreeBSD buildworldMatthew Macy2020-07-311-0/+6
* Revise ARC shrinker algorithmMatthew Ahrens2020-07-311-78/+174
* Rename refcount.h to zfs_refcount.hMatthew Macy2020-07-291-1/+1
* Introduce names for ZTHRsSerapheim Dimitropoulos2020-07-291-4/+4
* Adjust ARC terminologyMatthew Ahrens2020-07-221-78/+78
* Remove skc_reclaim, hdr_recl, kmem_cache shrinkerMatthew Ahrens2020-07-191-39/+3
* Fix a persistent L2ARC bug in l2arc_write_done()George Amanakis2020-07-101-5/+27
* Clean up OS-specific ARC and kmem codeMatthew Ahrens2020-06-291-13/+0
* ARC shrinking blocks reads/writesMatthew Ahrens2020-06-261-2/+10
* Mark functions as staticArvind Sankar2020-06-181-2/+2
* Add abd_cache_reap_now for abd_chunk_cache usersMatthew Macy2020-06-171-0/+1
* Set initial arc_c to arc_c_min instead of arc_c_maxAlexander Motin2020-06-171-4/+4
* Fix typosAndrea Gelmini2020-06-091-2/+2
* Trim L2ARCGeorge Amanakis2020-06-091-31/+110
* Periodically update ARC kstatsRyan Moeller2020-06-031-2/+2
* Use boot_ncpus in place of max_ncpus in taskq_createDeHackEd2020-05-201-2/+2
* Improvements on persistent L2ARCGeorge Amanakis2020-05-071-75/+159
* Persistent L2ARC minor fixesGeorge Amanakis2020-04-171-8/+6
* Persistent L2ARCGeorge Amanakis2020-04-101-46/+1384
* Don't ignore zfs_arc_max below allmem/32Ryan Moeller2020-04-091-12/+28
* Reset l2ad_hand and l2ad_first in l2arc_evictGeorge Amanakis2020-03-311-25/+52
* Let default arc_c_max be platform dependentRyan Moeller2020-03-271-6/+6
* Compile cityhash code into libzfsMatthew Ahrens2020-03-271-1/+1
* Prevent deadlock in arc_read in Linux memory reclaim callbackMark Roper2020-03-121-0/+12
* Improve zfs send performance by bypassing the ARCMatthew Ahrens2020-03-101-1/+18
* Improve zfs destroy performance with zio_t-free zio_free()Matthew Ahrens2020-02-281-1/+1
* Replace ASSERTV macro with compiler annotationMatthew Macy2019-12-051-1/+1
* Fix use-after-free in case of L2ARC prefetch failureAlexander Motin2019-12-031-3/+16
* Add zfs_file_* interface, remove vnodesMatthew Macy2019-11-211-2/+2
* Enable use of DTRACE_PROBE* macros in "spl" modulePrakash Surya2019-11-011-1/+1
* Fix for ARC sysctls ignored at runtimeloli10K2019-10-261-29/+34
* Linux 4.14, 4.19, 5.0+ compat: SIMD save/restoreBrian Behlendorf2019-10-241-1/+1
* OpenZFS restructuring - ARC memory pressureMatthew Macy2019-10-181-438/+22
* Reduce loaded range tree memory usagePaul Dagnelie2019-10-091-2/+1
* OpenZFS restructuring - arc_statsMatthew Macy2019-10-011-281/+6
* OpenZFS restructuring - move linux tracing code to platform directoriesMatthew Macy2019-09-111-1/+1
* Enable SIMD for encryptionBrian Behlendorf2019-09-101-1/+1