aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/arc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make module tunables cross platformMatthew Macy2019-09-051-74/+66
* Fix typos in module/zfs/Andrea Gelmini2019-09-021-9/+9
* Cap metaslab memory usagePaul Dagnelie2019-08-161-2/+1
* hdr_recl calls zthr_wakeup() on destroyed zthrSerapheim Dimitropoulos2019-07-181-4/+16
* Check b_freeze_cksum under ZFS_DEBUG_MODIFY conditionalBrian Behlendorf2019-07-031-2/+2
* Implement Redacted Send/ReceivePaul Dagnelie2019-06-191-0/+2
* Minimize aggsum_compare(&arc_size, arc_c) calls.Alexander Motin2019-06-141-1/+1
* Target ARC size can get reduced to arc_c_minMatthew Ahrens2019-06-121-2/+0
* single-chunk scatter ABDs can be treated as linearMatthew Ahrens2019-06-111-6/+13
* Fix comparison signedness in arc_is_overflowing()Alexander Motin2019-06-101-2/+2
* l2arc_apply_transforms: Fix typo in commentAllan Jude2019-06-061-1/+1
* Linux 5.0 compat: Use totalhigh_pages()Tomohiro Kusumi2019-05-041-1/+1
* Restrict kstats and print real pointersSara Hartse2019-04-041-1/+1
* Fix l2arc_evict() destroy raceBrian Behlendorf2019-03-151-24/+30
* Fix most zfs_arc_* mod params not actually being modifiable at runtimeJustin Gottula2019-03-121-0/+8
* Fix ARC stats for embedded blkptrsTim Chase2019-02-041-15/+32
* vs_alloc can underflow in L2ARC vdevsSerapheim Dimitropoulos2019-01-311-6/+10
* Linux 5.0 compat: Use totalram_pages()Tony Hutter2019-01-281-2/+2
* Serialize ZTHR operations to eliminate racesSerapheim Dimitropoulos2019-01-131-6/+2
* OpenZFS 9284 - arc_reclaim_thread has 2 jobsBrad Lewis2018-12-261-171/+233
* OpenZFS 9688 - aggsum_fini leaks memoryPaul Dagnelie2018-10-191-1/+6
* Fix arc_release() refcountBrian Behlendorf2018-10-091-1/+1
* Add zfs_refcount_transfer_ownership_many()Brian Behlendorf2018-10-091-4/+4