summaryrefslogtreecommitdiffstats
path: root/module/zfs/arc.c
Commit message (Expand)AuthorAgeFilesLines
* Illumos 5034 - ARC's buf_hash_table is too smallMatthew Ahrens2014-08-261-3/+10
* Illumos 4631 - zvol_get_stats triggering too many readsMatthew Ahrens2014-08-201-64/+38
* Illumos 4914 - zfs on-disk bookmark structure should be named *_phys_tMatthew Ahrens2014-08-061-5/+5
* Illumos 4897 - Space accounting mismatch in L2ARC/zpoolSaso Kiselkov2014-08-061-5/+13
* Illumos 4757, 4913Matthew Ahrens2014-08-011-30/+65
* Illumos 4370, 4371Max Grossman2014-07-281-4/+8
* dmu_tx_assign() should not return ENOMEMBrian Behlendorf2014-05-011-1/+6
* Use ddi_time_after and friends to compare timeChunwei Chen2014-04-141-2/+3
* Illumos #4089 NULL pointer dereference in arc_read()Boris Protopopov2014-03-241-9/+11
* Illumos #4088 use after free in arc_release()Boris Protopopov2014-03-101-1/+1
* Set "arc_meta_limit" to 3/4 arc_c_max by defaultPrakash Surya2014-02-211-2/+2
* Split "data_size" into "meta" and "data"Prakash Surya2014-02-211-14/+24
* Prioritize "metadata" in arc_get_data_bufPrakash Surya2014-02-211-22/+40
* Remove "arc_meta_used" from arc_adjust calculationPrakash Surya2014-02-211-2/+1
* Prune metadata from ghost lists in arc_adjust_metaPrakash Surya2014-02-211-19/+48
* Revert "Return -1 from arc_shrinker_func()"Prakash Surya2014-02-211-1/+3
* Disable arc_p adapt dampener by defaultPrakash Surya2014-02-211-2/+12
* Allow "arc_p" to drop to zero or grow to "arc_c"Prakash Surya2014-02-211-13/+4
* Disable aggressive arc_p growth by defaultPrakash Surya2014-02-211-1/+8
* Adjust arc_p based on "bytes" in arc_shrinkPrakash Surya2014-02-211-1/+9
* Set zfs_arc_min to 4MBBrian Behlendorf2014-02-211-6/+3
* Fix corrupted l2_asize in arcstatsBrian Behlendorf2014-02-051-1/+1
* Add ddt, ddt_entry, and l2arc_hdr cachesJohn Layman2014-01-071-6/+10
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-10/+15
* Remove MAX when initializing arc_c_maxdavid.chen2013-12-101-1/+1
* Illumos #4045 write throttle & i/o scheduler performance workMatthew Ahrens2013-12-061-56/+110
* Illumos #3995Saso Kiselkov2013-11-051-8/+7
* Illumos #3112, #3113, #3114Matthew Ahrens2013-11-051-9/+51
* Illumos #3236George Wilson2013-11-051-0/+6
* Illumos #3742Will Andrews2013-11-041-8/+6
* Illumos #3741Will Andrews2013-11-041-2/+17
* Illumos #3598Matthew Ahrens2013-10-311-7/+7
* Illumos #3561, #3116George Wilson2013-10-311-5/+5
* Illumos #3522George Wilson2013-10-301-2/+6
* Add visibility in to cached dbufsBrian Behlendorf2013-10-251-1/+86
* Add visibility in to arc_readPrakash Surya2013-10-251-7/+13
* Illumos #3464Matthew Ahrens2013-09-041-5/+5
* Revert "Evict meta data from ghost lists + l2arc headers"Brian Behlendorf2013-08-221-17/+1
* Evict meta data from ghost lists + l2arc headersBrian Behlendorf2013-08-091-1/+17
* Allow arc_evict_ghost() to only evict meta dataBrian Behlendorf2013-08-091-9/+13
* Illumos #3137 L2ARC compressionSaso Kiselkov2013-08-081-67/+393
* Return -1 from arc_shrinker_func()Richard Yao2013-08-081-3/+1
* Remove b_thawed from arc_buf_hdr_tRichard Yao2013-08-011-11/+0
* Remove arc_data_buf_alloc()/arc_data_buf_free()Richard Yao2013-08-011-17/+0
* Make arc+l2arc module options writableBrian Behlendorf2013-07-301-49/+60
* Change l2arc_norw default to zeroBrian Behlendorf2013-07-291-1/+1
* Fix inaccurate arcstat_l2_hdr_size calculationsYing Zhu2013-07-291-2/+7
* Improve code in arc_buf_remove_refYing Zhu2013-07-091-1/+2
* Illumos #3498 panic in arc_read()George Wilson2013-07-021-49/+3
* Illumos #3805 arc shouldn't cache freed blocksMatthew Ahrens2013-06-201-0/+28