aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/arc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Illumos #3006Madhav Suresh2013-06-191-5/+5
* Constify structures containing function pointersRichard Yao2013-03-041-4/+4
* Enable zfs_arc_memory_throttle_disable by defaultBrian Behlendorf2013-02-211-1/+1
* Add zfs_arc_memory_throttle_disable module optionBrian Behlendorf2013-02-011-0/+7
* Add zfs_disable_dup_eviction module optionBrian Behlendorf2013-02-011-0/+3
* Illumos #2618 arc.c mistypes in the commentsBart Coddens2013-01-111-4/+4
* Illumos #3145, #3212George Wilson2013-01-081-1/+83
* Illumos #2619 and #2747Christopher Siden2013-01-081-1/+3
* Remove vmem_size() consumersRichard Yao2012-10-121-16/+0
* Fix zfs_write_limit_max integer size mismatch on 32-bit systemsRichard Yao2012-10-111-4/+0
* Switch KM_SLEEP to KM_PUSHPAGEBrian Behlendorf2012-09-041-1/+1
* Switch KM_SLEEP to KM_PUSHPAGERichard Yao2012-08-271-1/+1
* Illumos #1748: desire support for reguid in zfsGarrett D'Amore2012-07-111-4/+6
* Update ARC memory limits to account for SLUB internal fragmentationRichard Yao2012-04-301-5/+1
* Integrate ARC more tightly with LinuxBrian Behlendorf2012-04-301-155/+131
* Use KM_PUSHPAGE in l2arc_write_buffersPrakash Surya2012-04-171-4/+6
* Properly expose the mfu ghost list kstatsBrian Behlendorf2012-03-271-1/+1
* Add 'dmu_tx' kstats entryBrian Behlendorf2012-02-271-1/+7
* Add arc_state_t stats to arcstatsBrian Behlendorf2012-02-271-0/+73
* Cleanup ZFS debug infrastructureBrian Behlendorf2012-02-021-1/+0
* Linux 3.1 compat, super_block->s_shrinkBrian Behlendorf2012-01-111-30/+158
* Update default ARC memory limitsBrian Behlendorf2011-12-051-4/+4
* Add L2ARC tunablesBrian Behlendorf2011-07-081-8/+32
* Linux 3.0 compat, shrinker compatibilityBrian Behlendorf2011-06-211-3/+5
* Fix 'negative objects to delete' warningBrian Behlendorf2011-05-181-6/+12
* Add missing ZFS tunablesBrian Behlendorf2011-05-041-7/+17
* Enforce ARC meta-data limitsBrian Behlendorf2011-04-211-2/+15
* Add direct+indirect ARC reclaimBrian Behlendorf2011-04-071-0/+59
* Add missing arcstatsBrian Behlendorf2011-04-071-8/+20
* Use KM_PUSHPAGE instead of KM_SLEEPBrian Behlendorf2011-03-221-3/+3
* Use cv_timedwait_interruptible in arcBrian Behlendorf2010-12-141-3/+3
* Fix for access beyond end of device errorNed Bass2010-11-101-1/+1
* Add linux kernel module supportBrian Behlendorf2010-08-311-3/+18
* Add linux kernel memory supportBrian Behlendorf2010-08-311-2/+17
* Fix missing newlinesBrian Behlendorf2010-08-311-2/+2
* Fix list handling to only use the APIBrian Behlendorf2010-08-311-0/+3
* Fix gcc uninitialized variable warningsBrian Behlendorf2010-08-311-5/+5
* Fix gcc unused variable warningsBrian Behlendorf2010-08-311-2/+1
* Fix gcc missing parenthesis warningsBrian Behlendorf2010-08-311-1/+1
* Fix gcc missing case warningsBrian Behlendorf2010-08-271-0/+4
* Fix gcc missing braces warningsBrian Behlendorf2010-08-271-1/+2
* Fix gcc invalid prototype warningsBrian Behlendorf2010-08-271-1/+1