aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/arc.h
Commit message (Expand)AuthorAgeFilesLines
* L2ARC: Stop rebuild before setting spa_final_txgAlexander Motin11 days1-0/+1
* Adding Direct IO SupportBrian Atkinson2024-09-141-2/+1
* ddt: add support for prefetching tables into the ARCAllan Jude2024-07-261-0/+11
* Unify arc_prune_async() codeAlexander Motin2023-10-301-1/+1
* Remove ARC/ZIO physdone callbacks.Alexander Motin2023-06-151-3/+2
* More adaptive ARC evictionAlexander Motin2023-03-081-1/+0
* Remove some dead ARC code. (#14340)Alexander Motin2023-01-091-1/+0
* Implement uncached prefetchAlexander Motin2023-01-041-2/+4
* arc_read()/arc_access() refactoring and cleanupAlexander Motin2022-12-221-1/+0
* 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
* Remaining {=> const} char|void *tagнаб2022-06-291-4/+4
* Enable -Wwrite-stringsнаб2022-06-291-3/+3
* include: sys/arc.h: shim out arc_referenced()наб2021-12-231-0/+2
* Introduce a tunable to exclude special class buffers from L2ARCGeorge Amanakis2021-11-111-0/+1
* Restore FreeBSD sysctl processing for arc.min and arc.maxAllan Jude2021-08-161-0/+7
* Remove NOTE(CONSTCOND) and note.hнаб2021-07-261-2/+2
* Minor ARC optimizationsAlexander Motin2021-07-201-1/+1
* Implement memory and CPU hotplugPaul Dagnelie2020-12-101-0/+1
* Decouple arc_read_done callback from arc buf instantiationMatthew Macy2020-12-091-0/+5
* Add zstd support to zfsMichael Niewöhner2020-08-201-4/+8
* Include scatter_chunk_waste in arc_sizeMatthew Ahrens2020-08-171-0/+1
* Rename refcount.h to zfs_refcount.hMatthew Macy2020-07-291-1/+1
* Improve compatibility with C++ consumersRyan Moeller2020-06-061-6/+6
* Persistent L2ARCGeorge Amanakis2020-04-101-0/+4
* Let default arc_c_max be platform dependentRyan Moeller2020-03-271-0/+1
* Improve zfs send performance by bypassing the ARCMatthew Ahrens2020-03-101-0/+6
* Fix typos in include/Andrea Gelmini2019-08-301-1/+1
* Cap metaslab memory usagePaul Dagnelie2019-08-161-0/+1
* Linux 4.19-rc3+ compat: Remove refcount_t compatTim Schumacher2018-09-261-1/+1
* OpenZFS 9465 - ARC check for 'anon_size > arc_c/2' can stall the systemDon Brady2018-07-301-1/+1
* Decryption error handling improvementsTom Caputi2018-03-311-1/+1
* Fix ARC hit rateBrian Behlendorf2018-01-081-0/+1
* Sequential scrub and resilversTom Caputi2017-11-151-19/+20
* Scale the dbuf cache with arc_cchrisrd2017-09-291-1/+1
* Native Encryption for ZFS on LinuxTom Caputi2017-08-141-14/+55
* zfs_arc_num_sublists_per_state should be common to all multilistsMatthew Ahrens2017-02-151-2/+0
* DLPX-44733 combine arc_buf_alloc_impl() with arc_buf_clone()Dan Kimmel2016-09-131-1/+1
* DLPX-40252 integrate EP-476 compressed zfs send/receiveDan Kimmel2016-09-131-3/+17
* OpenZFS 6950 - ARC should cache compressed dataGeorge Wilson2016-09-131-34/+59
* Limit the amount of dnode metadata in the ARCTim Chase2016-07-251-1/+3
* OpenZFS 6513 - partially filled holes lose birth timePaul Dagnelie2016-06-211-4/+6
* Illumos 5987 - zfs prefetch code needs workMatthew Ahrens2016-01-121-12/+16
* Illumos 6214 - zpools going southArne Jansen2015-09-111-14/+0
* Dbuf hash table should be sized as is the arc hash tableTim Chase2015-09-021-0/+3
* Make arc_prune() asynchronousBrian Behlendorf2015-06-111-0/+6
* Illumos 5497 - lock contention on arcs_mtxPrakash Surya2015-06-111-2/+7
* Illumos 5408 - managing ZFS cache devices requires lots of RAMChris Williamson2015-06-111-4/+23
* Illumos 5369 - arc flags should be an enumGeorge Wilson2015-06-111-10/+31
* Handle block pointers with a corrupt logical sizeBrian Behlendorf2014-10-231-3/+3