aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/arc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix zfs_arc_max minimum tuningberen122018-04-121-1/+1
* Remove ASSERT() in l2arc_apply_transforms()Tim Chase2018-03-311-4/+4
* Decryption error handling improvementsTom Caputi2018-03-311-4/+30
* OpenZFS 9321 - arc_loan_compressed_buf() can increment arc_loaned_bytes by th...Allan Jude2018-03-261-2/+2
* Don't count embedded bps in read statsTom Caputi2018-03-231-1/+3
* enable zfs_dbgmsg() by default, without dprintf()Matthew Ahrens2018-03-211-0/+2
* Fix free memory calculation on v3.14+chrisrd2018-02-231-17/+6
* Raw receives must compress metadnode blocksTom Caputi2018-02-211-0/+3
* Remove deprecated zfs_arc_p_aggressive_disableRichard Elling2018-02-071-4/+0
* Adjust ARC prefetch tunables to match docsTom Caputi2018-02-051-4/+4
* Encryption Stability and On-Disk Format FixesTom Caputi2018-02-021-3/+12
* Fix ARC hit rateBrian Behlendorf2018-01-081-1/+51
* Support re-prioritizing asynchronous prefetchesTom Caputi2017-12-211-26/+28