| Commit message (Expand) | Author | Age | Files | Lines |
* | gcc build error: -Wbool-compare in metaslab.c | DHE | 2016-03-30 | 1 | -1/+2 |
* | Remove fastwrite mutex | Richard Yao | 2016-01-15 | 1 | -9/+0 |
* | Illumos 6295 - metaslab_condense's dbgmsg should include vdev id | Joe Stein | 2016-01-12 | 1 | -5/+6 |
* | Disable LBA weighting on files and SSDs | Richard Yao | 2015-09-01 | 1 | -1/+1 |
* | Align thread priority with Linux defaults | Brian Behlendorf | 2015-07-28 | 1 | -1/+1 |
* | Prevent reclaim in metaslab preload threads | Tim Chase | 2015-07-06 | 1 | -0/+2 |
* | Update all default taskq settings | Brian Behlendorf | 2015-06-25 | 1 | -1/+1 |
* | Make metaslab_aliquot a module parameter. | Etienne Dechamps | 2015-06-22 | 1 | -1/+4 |
* | Document metaslab_aliquot. | Etienne Dechamps | 2015-06-22 | 1 | -0/+7 |
* | Allocate disk space fairly in the presence of vdevs of unequal size. | Etienne Dechamps | 2015-06-22 | 1 | -11/+25 |
* | Use taskq_wait_outstanding() function | Brian Behlendorf | 2015-06-11 | 1 | -2/+2 |
* | Remove metaslab_min_alloc_size module option | Brian Behlendorf | 2015-05-11 | 1 | -6/+0 |
* | Skip bad DVAs during free by setting zfs_recover=1 | Brian Behlendorf | 2015-02-13 | 1 | -6/+4 |
* | Revert "Don't read space maps during import for readonly pools" | Brian Behlendorf | 2015-02-09 | 1 | -3/+2 |
* | Don't read space maps during import for readonly pools | Brian Behlendorf | 2015-02-09 | 1 | -2/+3 |
* | Change KM_PUSHPAGE -> KM_SLEEP | Brian Behlendorf | 2015-01-16 | 1 | -6/+6 |
* | Illumos 5213 - panic in metaslab_init due to space_map_open returning ENXIO | Prakash Surya | 2014-11-14 | 1 | -23/+33 |
* | Illumos 5164-5165 - space map fixes | Matthew Ahrens | 2014-10-23 | 1 | -4/+10 |
* | Illumos 4958 zdb trips assert on pools with ashift >= 0xe | Alex Reece | 2014-10-23 | 1 | -4/+35 |
* | Don't upgrade a metaslab when the pool is not writable | Tim Chase | 2014-08-18 | 1 | -5/+8 |
* | Illumos 4976-4984 - metaslab improvements | George Wilson | 2014-08-18 | 1 | -135/+496 |
* | Illumos 4757, 4913 | Matthew Ahrens | 2014-08-01 | 1 | -0/+2 |
* | Illumos 4754, 4755 | George Wilson | 2014-07-30 | 1 | -41/+6 |
* | Illumos #4374 | Matthew Ahrens | 2014-07-30 | 1 | -5/+5 |
* | Illumos #4756 Fix metaslab_group_preload deadlock | George Wilson | 2014-07-22 | 1 | -3/+22 |
* | Illumos #4730 destroy metaslab group taskq | George Wilson | 2014-07-22 | 1 | -1/+2 |
* | Illumos #4101, #4102, #4103, #4105, #4106 | George Wilson | 2014-07-22 | 1 | -531/+733 |
* | Move metaslab_group_alloc_update() call | Prakash Surya | 2014-07-22 | 1 | -2/+2 |
* | Convert zfs_mg_noalloc_threshold to a module parameter and document | Tim Chase | 2014-07-16 | 1 | -0/+4 |
* | Fix style | Brian Behlendorf | 2014-05-06 | 1 | -1/+2 |
* | Illumos #4101 finer-grained control of metaslab_debug | George Wilson | 2014-05-06 | 1 | -6/+14 |
* | cstyle: Resolve C style issues | Michael Kjorling | 2013-12-18 | 1 | -3/+5 |
* | Illumos #4168, #4169, #4170 | George Wilson | 2013-11-05 | 1 | -1/+9 |
* | Illumos #3954, #4080, #4081 | George Wilson | 2013-11-05 | 1 | -4/+109 |
* | Illumos #3598 | Matthew Ahrens | 2013-10-31 | 1 | -6/+8 |
* | Illumos #3578, #3579 | George Wilson | 2013-10-31 | 1 | -11/+27 |
* | Illumos #3552 | George Wilson | 2013-10-18 | 1 | -10/+17 |
* | Illumos #3464 | Matthew Ahrens | 2013-09-04 | 1 | -0/+40 |
* | Illumos #3552, #3564 | George Wilson | 2013-06-19 | 1 | -85/+265 |
* | Illumos #3006 | Madhav Suresh | 2013-06-19 | 1 | -1/+1 |
* | Illumos #3329, #3330, #3331, #3335 | George Wilson | 2013-05-06 | 1 | -2/+3 |
* | Add metaslab_debug option | Brian Behlendorf | 2013-03-18 | 1 | -1/+6 |
* | Add FASTWRITE algorithm for synchronous writes. | Etienne Dechamps | 2012-10-17 | 1 | -2/+70 |
* | Switch KM_SLEEP to KM_PUSHPAGE | Richard Yao | 2012-08-27 | 1 | -5/+5 |
* | Illumos #1909: disk sync write perf regression when slog is used post oi_148 | Brian Behlendorf | 2012-04-19 | 1 | -2/+2 |
* | Illumos #1051: zfs should handle imbalanced luns | George Wilson | 2011-08-01 | 1 | -27/+78 |
* | Fix metaslab | Brian Behlendorf | 2010-08-31 | 1 | -0/+20 |
* | Fix gcc c90 compliance warnings | Brian Behlendorf | 2010-08-27 | 1 | -15/+20 |
* | Update core ZFS code from build 121 to build 141. | Brian Behlendorf | 2010-05-28 | 1 | -206/+570 |
* | Rebase master to b117 | Brian Behlendorf | 2009-07-02 | 1 | -34/+208 |