summaryrefslogtreecommitdiffstats
path: root/module/zfs/metaslab.c
Commit message (Expand)AuthorAgeFilesLines
* gcc build error: -Wbool-compare in metaslab.cDHE2016-03-301-1/+2
* Remove fastwrite mutexRichard Yao2016-01-151-9/+0
* Illumos 6295 - metaslab_condense's dbgmsg should include vdev idJoe Stein2016-01-121-5/+6
* Disable LBA weighting on files and SSDsRichard Yao2015-09-011-1/+1
* Align thread priority with Linux defaultsBrian Behlendorf2015-07-281-1/+1
* Prevent reclaim in metaslab preload threadsTim Chase2015-07-061-0/+2
* Update all default taskq settingsBrian Behlendorf2015-06-251-1/+1
* Make metaslab_aliquot a module parameter.Etienne Dechamps2015-06-221-1/+4
* Document metaslab_aliquot.Etienne Dechamps2015-06-221-0/+7
* Allocate disk space fairly in the presence of vdevs of unequal size.Etienne Dechamps2015-06-221-11/+25
* Use taskq_wait_outstanding() functionBrian Behlendorf2015-06-111-2/+2
* Remove metaslab_min_alloc_size module optionBrian Behlendorf2015-05-111-6/+0
* Skip bad DVAs during free by setting zfs_recover=1Brian Behlendorf2015-02-131-6/+4
* Revert "Don't read space maps during import for readonly pools"Brian Behlendorf2015-02-091-3/+2
* Don't read space maps during import for readonly poolsBrian Behlendorf2015-02-091-2/+3
* Change KM_PUSHPAGE -> KM_SLEEPBrian Behlendorf2015-01-161-6/+6
* Illumos 5213 - panic in metaslab_init due to space_map_open returning ENXIOPrakash Surya2014-11-141-23/+33
* Illumos 5164-5165 - space map fixesMatthew Ahrens2014-10-231-4/+10
* Illumos 4958 zdb trips assert on pools with ashift >= 0xeAlex Reece2014-10-231-4/+35
* Don't upgrade a metaslab when the pool is not writableTim Chase2014-08-181-5/+8
* Illumos 4976-4984 - metaslab improvementsGeorge Wilson2014-08-181-135/+496
* Illumos 4757, 4913Matthew Ahrens2014-08-011-0/+2
* Illumos 4754, 4755George Wilson2014-07-301-41/+6
* Illumos #4374Matthew Ahrens2014-07-301-5/+5
* Illumos #4756 Fix metaslab_group_preload deadlockGeorge Wilson2014-07-221-3/+22
* Illumos #4730 destroy metaslab group taskqGeorge Wilson2014-07-221-1/+2
* Illumos #4101, #4102, #4103, #4105, #4106George Wilson2014-07-221-531/+733
* Move metaslab_group_alloc_update() callPrakash Surya2014-07-221-2/+2
* Convert zfs_mg_noalloc_threshold to a module parameter and documentTim Chase2014-07-161-0/+4
* Fix styleBrian Behlendorf2014-05-061-1/+2
* Illumos #4101 finer-grained control of metaslab_debugGeorge Wilson2014-05-061-6/+14
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-3/+5
* Illumos #4168, #4169, #4170George Wilson2013-11-051-1/+9
* Illumos #3954, #4080, #4081George Wilson2013-11-051-4/+109
* Illumos #3598Matthew Ahrens2013-10-311-6/+8
* Illumos #3578, #3579George Wilson2013-10-311-11/+27
* Illumos #3552George Wilson2013-10-181-10/+17
* Illumos #3464Matthew Ahrens2013-09-041-0/+40
* Illumos #3552, #3564George Wilson2013-06-191-85/+265
* Illumos #3006Madhav Suresh2013-06-191-1/+1
* Illumos #3329, #3330, #3331, #3335George Wilson2013-05-061-2/+3
* Add metaslab_debug optionBrian Behlendorf2013-03-181-1/+6
* Add FASTWRITE algorithm for synchronous writes.Etienne Dechamps2012-10-171-2/+70
* Switch KM_SLEEP to KM_PUSHPAGERichard Yao2012-08-271-5/+5
* Illumos #1909: disk sync write perf regression when slog is used post oi_148Brian Behlendorf2012-04-191-2/+2
* Illumos #1051: zfs should handle imbalanced lunsGeorge Wilson2011-08-011-27/+78
* Fix metaslabBrian Behlendorf2010-08-311-0/+20
* Fix gcc c90 compliance warningsBrian Behlendorf2010-08-271-15/+20
* Update core ZFS code from build 121 to build 141.Brian Behlendorf2010-05-281-206/+570
* Rebase master to b117Brian Behlendorf2009-07-021-34/+208