Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Illumos #3805 arc shouldn't cache freed blocks | Matthew Ahrens | 2013-06-20 | 1 | -0/+28 | |
* | Illumos #3006 | Madhav Suresh | 2013-06-19 | 1 | -5/+5 | |
* | Constify structures containing function pointers | Richard Yao | 2013-03-04 | 1 | -4/+4 | |
* | Enable zfs_arc_memory_throttle_disable by default | Brian Behlendorf | 2013-02-21 | 1 | -1/+1 | |
* | Add zfs_arc_memory_throttle_disable module option | Brian Behlendorf | 2013-02-01 | 1 | -0/+7 | |
* | Add zfs_disable_dup_eviction module option | Brian Behlendorf | 2013-02-01 | 1 | -0/+3 | |
* | Illumos #2618 arc.c mistypes in the comments | Bart Coddens | 2013-01-11 | 1 | -4/+4 | |
* | Illumos #3145, #3212 | George Wilson | 2013-01-08 | 1 | -1/+83 | |
* | Illumos #2619 and #2747 | Christopher Siden | 2013-01-08 | 1 | -1/+3 | |
* | Remove vmem_size() consumers | Richard Yao | 2012-10-12 | 1 | -16/+0 | |
* | Fix zfs_write_limit_max integer size mismatch on 32-bit systems | Richard Yao | 2012-10-11 | 1 | -4/+0 | |
* | Switch KM_SLEEP to KM_PUSHPAGE | Brian Behlendorf | 2012-09-04 | 1 | -1/+1 | |
* | Switch KM_SLEEP to KM_PUSHPAGE | Richard Yao | 2012-08-27 | 1 | -1/+1 | |
* | Illumos #1748: desire support for reguid in zfs | Garrett D'Amore | 2012-07-11 | 1 | -4/+6 | |
* | Update ARC memory limits to account for SLUB internal fragmentation | Richard Yao | 2012-04-30 | 1 | -5/+1 | |
* | Integrate ARC more tightly with Linux | Brian Behlendorf | 2012-04-30 | 1 | -155/+131 | |
* | Use KM_PUSHPAGE in l2arc_write_buffers | Prakash Surya | 2012-04-17 | 1 | -4/+6 | |
* | Properly expose the mfu ghost list kstats | Brian Behlendorf | 2012-03-27 | 1 | -1/+1 | |
* | Add 'dmu_tx' kstats entry | Brian Behlendorf | 2012-02-27 | 1 | -1/+7 | |
* | Add arc_state_t stats to arcstats | Brian Behlendorf | 2012-02-27 | 1 | -0/+73 | |
* | Cleanup ZFS debug infrastructure | Brian Behlendorf | 2012-02-02 | 1 | -1/+0 | |
* | Linux 3.1 compat, super_block->s_shrink | Brian Behlendorf | 2012-01-11 | 1 | -30/+158 | |
* | Update default ARC memory limits | Brian Behlendorf | 2011-12-05 | 1 | -4/+4 | |
* | Add L2ARC tunables | Brian Behlendorf | 2011-07-08 | 1 | -8/+32 | |
* | Linux 3.0 compat, shrinker compatibility | Brian Behlendorf | 2011-06-21 | 1 | -3/+5 | |
* | Fix 'negative objects to delete' warning | Brian Behlendorf | 2011-05-18 | 1 | -6/+12 | |
* | Add missing ZFS tunables | Brian Behlendorf | 2011-05-04 | 1 | -7/+17 | |
* | Enforce ARC meta-data limits | Brian Behlendorf | 2011-04-21 | 1 | -2/+15 | |
* | Add direct+indirect ARC reclaim | Brian Behlendorf | 2011-04-07 | 1 | -0/+59 | |
* | Add missing arcstats | Brian Behlendorf | 2011-04-07 | 1 | -8/+20 | |
* | Use KM_PUSHPAGE instead of KM_SLEEP | Brian Behlendorf | 2011-03-22 | 1 | -3/+3 | |
* | Use cv_timedwait_interruptible in arc | Brian Behlendorf | 2010-12-14 | 1 | -3/+3 | |
* | Fix for access beyond end of device error | Ned Bass | 2010-11-10 | 1 | -1/+1 | |
* | Add linux kernel module support | Brian Behlendorf | 2010-08-31 | 1 | -3/+18 | |
* | Add linux kernel memory support | Brian Behlendorf | 2010-08-31 | 1 | -2/+17 | |
* | Fix missing newlines | Brian Behlendorf | 2010-08-31 | 1 | -2/+2 | |
* | Fix list handling to only use the API | Brian Behlendorf | 2010-08-31 | 1 | -0/+3 | |
* | Fix gcc uninitialized variable warnings | Brian Behlendorf | 2010-08-31 | 1 | -5/+5 | |
* | Fix gcc unused variable warnings | Brian Behlendorf | 2010-08-31 | 1 | -2/+1 | |
* | Fix gcc missing parenthesis warnings | Brian Behlendorf | 2010-08-31 | 1 | -1/+1 | |
* | Fix gcc missing case warnings | Brian Behlendorf | 2010-08-27 | 1 | -0/+4 | |
* | Fix gcc missing braces warnings | Brian Behlendorf | 2010-08-27 | 1 | -1/+2 | |
* | Fix gcc invalid prototype warnings | Brian Behlendorf | 2010-08-27 | 1 | -1/+1 | |
* | Fix gcc cast warnings | Brian Behlendorf | 2010-08-27 | 1 | -9/+9 | |
* | Fix gcc c90 compliance warnings | Brian Behlendorf | 2010-08-27 | 1 | -2/+4 | |
* | Update to onnv_147 | Brian Behlendorf | 2010-08-26 | 1 | -19/+36 | |
* | Update core ZFS code from build 121 to build 141. | Brian Behlendorf | 2010-05-28 | 1 | -359/+317 | |
* | Rebase master to b117 | Brian Behlendorf | 2009-07-02 | 1 | -17/+67 | |
* | Rebase master to b108 | Brian Behlendorf | 2009-02-18 | 1 | -115/+268 | |
* | Rebase master to b105 | Brian Behlendorf | 2009-01-15 | 1 | -2/+3 |