aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/arc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix ARC pointer overrunDeHackEd2017-11-171-9/+11
* Sequential scrub and resilversTom Caputi2017-11-151-39/+84
* Handle compressed buffers in __dbuf_hold_impl()Tim Chase2017-11-081-1/+2
* Build regression in c89 cleanupsDon Brady2017-11-071-2/+3
* Undo c89 workarounds to match with upstreamDon Brady2017-11-041-25/+19
* OpenZFS 8081 - Compiler warnings in zdbBrian Behlendorf2017-10-271-0/+2
* Fixes for #6639Tom Caputi2017-10-111-20/+34
* Encryption patch follow-upTom Caputi2017-10-111-6/+17
* Fix ARC behavior on 32-bit systemsBrian Behlendorf2017-10-101-27/+58
* Scale the dbuf cache with arc_cchrisrd2017-09-291-2/+2
* Increase default arc_c_minBrian Behlendorf2017-09-201-3/+4
* Linux 3.14 compat: IO acct, global_page_state, etcGiuseppe Di Natale2017-09-161-2/+20
* Linux 4.8+ compatibility fix for vm statsdbavatar2017-08-241-0/+5
* Native Encryption for ZFS on LinuxTom Caputi2017-08-141-259/+1352
* Simplify threads, mutexs, cvs and rwlocksBrian Behlendorf2017-08-111-2/+2
* Use SET_ERROR for constant non-zero return codesNed Bass2017-08-021-1/+1
* OpenZFS 7915 - checks in l2arc_evict could use some cleaning upAndriy Gapon2017-07-281-15/+9
* OpenZFS 7910 - l2arc_write_buffers() may write beyond target_szAndriy Gapon2017-07-041-44/+44
* Set arc_meta_limit, arc_dnode_limit on changechrisrd2017-06-291-18/+24
* OpenZFS 5220 - L2ARC does not support devices that do not provide 512B accessGiuseppe Di Natale2017-06-261-11/+56
* OpenZFS 8155 - simplify dmu_write_policy handling of pre-compressed buffersMatthew Ahrens2017-06-071-3/+9
* Add missing arc_free_cksum() to arc_release()Tom Caputi2017-05-101-0/+4