aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/arc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix various typosAndrea Gelmini2021-04-021-1/+1
* Removed duplicated includesAndrea Gelmini2021-03-221-1/+0
* Restore FreeBSD resource usage accountingRyan Moeller2021-02-191-0/+2
* Avoid updating the L2ARC device header unnecessarilyGeorge Amanakis2021-01-281-1/+3
* Fix two minor lint errors (cppcheck)Colm2021-01-231-4/+4
* allow callers to allocate and provide the abd_t structMatthew Ahrens2021-01-201-6/+6
* assertion failed in arc_wait_for_eviction()Matthew Ahrens2021-01-071-8/+14
* Avoid extra work updating ARC kstats and tunablesRyan Moeller2020-12-171-16/+9
* dmu_zfetch: fix memory leakMatthew Macy2020-12-121-4/+3
* Implement memory and CPU hotplugPaul Dagnelie2020-12-101-7/+17
* Decouple arc_read_done callback from arc buf instantiationMatthew Macy2020-12-091-2/+3
* Fix ASSERT logic in l2arc_evict()George Amanakis2020-11-161-3/+10
* Fix dmu_tx_dirty_throttle after arc_c reductionAlexander Motin2020-11-101-5/+5
* Yield periodically when rebuilding L2ARCAlexander Motin2020-10-301-0/+1
* Add missing zfs_arc_evict_batch_limit tunableRyan Moeller2020-10-221-1/+4
* Non-l2arc pool reads shouldn't be l2arc missesAdam D. Moss2020-10-201-8/+21
* Make L2ARC tests more robustGeorge Amanakis2020-10-051-11/+6
* do a cyclic seek for unused memory objects in poolSebastian Gottschall2020-09-301-0/+10
* Restore clearing of L2CACHE flag in arc_read_done()George Amanakis2020-09-221-3/+3
* vdev_ashift should only be set onceGeorge Wilson2020-09-181-2/+0
* Add L2ARC arcstats for MFU/MRU buffers and buffer content typeGeorge Amanakis2020-09-141-26/+155
* Introduce ZFS module parameter l2arc_mfuonlyGeorge Amanakis2020-09-081-0/+18
* Avoid posting duplicate zpool eventsDon Brady2020-09-041-4/+4
* 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