aboutsummaryrefslogtreecommitdiff
path: root/module/zfs/arc.c
Commit message (Expand)AuthorAgeFilesLines
* tunables: ensure tunable and variable have same define gateRob Norris2025-05-281-1/+3
* ARC: parallel evictionAllan Jude2025-05-141-17/+197
* ARC: Notify dbuf cache about target size reductionAlexander Motin2025-05-141-0/+8
* Wire O_DIRECT also to Uncached I/O (#17218)Alexander Motin2025-05-131-1/+3
* ARC: Avoid overflows in arc_evict_adj() (#17255)Alexander Motin2025-05-061-5/+10
* Make ganging redundancy respect redundant_metadata property (#17073)Paul Dagnelie2025-03-191-0/+2
* Some arc_release() cleanupAlexander Motin2025-03-191-33/+12
* SPDX: license tags: CDDL-1.0Rob Norris2025-03-141-0/+1
* arc: avoid possible deadlock in arc_readAmeer Hamza2025-02-251-4/+22
* Fix wrong free function in arc_hdr_decryptChunwei Chen2025-02-221-1/+1
* Avoid ARC buffer transfrom operations in prefetchJaydeep Kshirsagar2025-02-011-0/+1
* During pool export flush the ARC asynchronouslyDon Brady2024-12-051-54/+267
* L2ARC: Stop rebuild before setting spa_final_txgAlexander Motin2024-11-201-3/+32
* Remove hash_elements_max accounting from DBUF and ARCAlexander Motin2024-11-191-6/+7
* L2ARC: Move different stats updates earlierAlexander Motin2024-11-131-8/+10
* ARC: Cache arc_c value during arc_evict()Alexander Motin2024-10-041-7/+8
* Evicting too many bytes from MFU metadataTheera K.2024-09-241-1/+1
* arc_hdr_authenticate: make explicit errorGeorge Melikov2024-09-201-2/+6
* ZLE compression: don't use BPE_PAYLOAD_SIZEGeorge Melikov2024-09-201-1/+2
* zio_compress: introduce max size thresholdGeorge Melikov2024-09-201-5/+8
* Adding Direct IO SupportBrian Atkinson2024-09-141-1/+1
* compress: change zio_compress API to use ABDsRob Norris2024-08-221-47/+37
* Enable L2 cache of all (MRU+MFU) metadata but MFU data onlyshodanshok2024-08-161-3/+8
* Soften pruning threshold on not evictable metadataAlexander Motin2024-08-081-8/+23
* Improve zfs_blkptr_verify()Alexander Motin2024-08-081-13/+26
* Linux: Report reclaimable memory to kernel as such (#16385)Alexander Motin2024-07-301-1/+1
* ddt: add support for prefetching tables into the ARCAllan Jude2024-07-261-1/+52
* Several improvements to ARC shrinking (#16197)Alexander Motin2024-07-251-44/+61
* Fix assertion in Persistent L2ARCGeorge Amanakis2024-05-251-1/+1
* Add support for parallel pool exportsDon Brady2024-05-141-2/+2
* L2ARC: Cleanup buffer re-compressionAlexander Motin2024-04-231-39/+20
* Add custom debug printing for your assertsRich Ercolani2024-04-101-2/+3
* L2ARC: Relax locking during writeAlexander Motin2024-04-091-86/+93
* Provide macros for setting and getting blkptr birth timesGeorge Wilson2024-03-251-8/+8
* zfs_refcount_remove: explictly ignore returnsRob N2023-12-071-5/+7
* L2ARC: Restrict write size to 1/4 of the deviceAlexander Motin2023-11-141-26/+4
* Increase L2ARC write rate and headroomshodanshok2023-11-091-2/+2
* RAID-Z expansion featureDon Brady2023-11-081-2/+6
* Unify arc_prune_async() codeAlexander Motin2023-10-301-0/+52
* Read prefetched buffers from L2ARCshodanshok2023-10-261-4/+1
* Trust ARC_BUF_SHARED() moreAlexander Motin2023-10-201-17/+24
* ARC: Drop different size headers for cryptoAlexander Motin2023-10-061-175/+8
* ARC: Remove b_bufcnt/b_ebufcnt from ARC headersAlexander Motin2023-10-061-70/+35
* ARC: Remove b_cv from struct l1arc_buf_hdrAlexander Motin2023-10-041-12/+22
* Fix l2arc_apply_transforms ztest crash Paul Dagnelie2023-09-191-5/+6
* Remove ARC/ZIO physdone callbacks.Alexander Motin2023-06-151-18/+4
* Fix the L2ARC write size calculating logic (2)George Amanakis2023-06-101-5/+16
* Finally drop long disabled vdev cache.Alexander Motin2023-06-091-7/+4
* Use list_remove_head() where possible.Alexander Motin2023-06-091-10/+3
* Fix the L2ARC write size calculating logicGeorge Amanakis2023-06-061-16/+29