aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/arc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prefix all refcount functions with zfs_Tim Schumacher2018-10-011-151/+163
* Linux 4.19-rc3+ compat: Remove refcount_t compatTim Schumacher2018-09-261-8/+8
* Added recalculation of ARC stats mid-evictionRich Ercolani2018-09-041-0/+7
* OpenZFS 9403 - assertion failed in arc_buf_destroy()Tom Caputi2018-08-291-10/+41
* Fix issues with raw receive_write_byref()Tom Caputi2018-08-201-32/+13
* OpenZFS 9465 - ARC check for 'anon_size > arc_c/2' can stall the systemDon Brady2018-07-301-15/+36
* Refactor arc_hdr_realloc_crypt()Tom Caputi2018-07-241-3/+60
* Raw receive fix and encrypted objset security fixTom Caputi2018-06-281-3/+7
* Update the correct abd in l2arc_read_done()Tom Caputi2018-06-061-9/+12
* Raw receive functions must not decrypt dataTom Caputi2018-06-061-0/+8
* OpenZFS 8484 - Implement aggregate sum and use for arc countersPaul Dagnelie2018-06-061-71/+159
* Update build system and packagingBrian Behlendorf2018-05-291-6/+4
* Add support for decryption faults in zinjectTom Caputi2018-05-021-72/+45
* Fix issues found with zfs diffTom Caputi2018-05-011-3/+10
* OpenZFS 7614, 9064 - zfs device evacuation/removalMatthew Ahrens2018-04-141-1/+1