aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/metaslab.c
Commit message (Expand)AuthorAgeFilesLines
* Silence compile-time warning on unused variableTomohiro Kusumi2018-05-011-2/+1
* OpenZFS 9236 - nuke spa_dbgmsgMatthew Ahrens2018-04-301-2/+2
* OpenZFS 9280 - Assertion failure while running removal_with_ganging test with...Matt Ahrens2018-04-171-5/+7
* OpenZFS 9290 - device removal reduces redundancy of mirrorsMatthew Ahrens2018-04-141-1/+1
* OpenZFS 7614, 9064 - zfs device evacuation/removalMatthew Ahrens2018-04-141-119/+520
* Sequential scrub and resilversTom Caputi2017-11-151-80/+2
* Undo c89 workarounds to match with upstreamDon Brady2017-11-041-79/+46
* Relax ASSERT for #6526Tom Caputi2017-10-111-1/+2
* OpenZFS 8023 - Panic destroying a metaslab deferred range treeGeorge Wilson2017-04-091-6/+17
* OpenZFS 7072 - zfs fails to expand if lun added when os is in shutdown stateGeorge Melikov2017-02-011-1/+7
* OpenZFS 7613 - ms_freetree[4] is only used in syncing contextTim Chase2017-01-261-43/+38
* OpenZFS 7303 - dynamic metaslab selectionDon Brady2017-01-121-198/+834
* Fix spellingka72017-01-031-1/+1
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-121-10/+17
* Fix coverity defects: CID 147575, 147577, 147578, 147579cao2016-11-071-1/+1
* Add TASKQID_INVALIDBrian Behlendorf2016-11-021-1/+1
* OpenZFS 7090 - zfs should throttle allocationsDon Brady2016-10-131-51/+289
* Performance optimization of AVL tree comparator functionsGvozden Neskovic2016-08-311-27/+11
* Fix gcc self-comparison warningBrian Behlendorf2016-08-021-1/+1
* 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