aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/arc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow scaling of arc in proportion to pagecacheDebabrata Banerjee2017-05-021-2/+19
* Correct signed operationDebabrata Banerjee2017-05-021-2/+2
* Don't run the reaper if we didn't shrink the cacheDebabrata Banerjee2017-05-021-6/+5
* Only wakeup waiters if we've actually done workDebabrata Banerjee2017-05-021-5/+5
* Do not stop kernel shrinker on lock contentionDebabrata Banerjee2017-05-021-1/+1
* Stop double reclaiming or not reclaiming at allDebabrata Banerjee2017-05-021-2/+3
* Make arc_need_free updates atomicDebabrata Banerjee2017-05-021-6/+7
* Don't report ghost buffers as evictable memDebabrata Banerjee2017-05-021-7/+2
* Limit zfs_dirty_data_max_max to 4GBrian Behlendorf2017-05-011-3/+3
* OpenZFS 7252 - compressed zfs send / receiveDan Kimmel2017-04-261-41/+70
* OpenZFS 7968 - multi-threaded spa_sync()Matthew Ahrens2017-03-201-43/+43
* OpenZFS 7867 - ARC space accounting leakAndriy Gapon2017-03-071-0/+6
* zfs_arc_num_sublists_per_state should be common to all multilistsMatthew Ahrens2017-02-151-25/+11
* Fix zfs_compressed_arc_enabled parameter descriptionTim Chase2017-02-131-1/+1
* OpenZFS 7504 - kmem_reap hangs spa_sync and administrative tasksGeorge Melikov2017-02-041-3/+8
* codebase style improvements for OpenZFS 6459 portGeorge Melikov2017-01-221-1/+2
* Fix spellingka72017-01-031-1/+1
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-121-2/+3
* DLPX-44812 integrate EP-220 large memory scalabilityDavid Quigley2016-11-291-163/+225
* Use vmem_size() for 32-bit systemsBrian Behlendorf2016-11-021-20/+41
* Add TASKQID_INVALIDBrian Behlendorf2016-11-021-1/+1
* Fix coverity defects: CID 147509GeLiXin2016-10-311-2/+12
* Fix coverity defects: CID 150924luozhengzheng2016-10-171-1/+5