aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/metaslab.c
Commit message (Expand)AuthorAgeFilesLines
* Restrict kstats and print real pointersSara Hartse2019-04-041-1/+1
* Add TRIM supportBrian Behlendorf2019-03-291-13/+128
* Error path in metaslab_load_impl() forgets to drop ms_sync_lockSerapheim Dimitropoulos2019-02-251-1/+3
* Introduce auxiliary metaslab histogramsSerapheim Dimitropoulos2019-02-201-12/+283
* Get rid of space_map_update() for ms_synced_lengthSerapheim Dimitropoulos2019-02-121-56/+128
* Rename range_tree_verify to range_tree_verify_not_presentSerapheim Dimitropoulos2019-01-251-6/+8
* Factor metaslab_load_wait() in metaslab_load()Serapheim Dimitropoulos2019-01-181-35/+47
* OpenZFS 9102 - zfs should be able to initialize storage devicesGeorge Wilson2019-01-071-3/+20
* ztest: reduce gangblock creationBrian Behlendorf2018-11-051-2/+5
* Fix ENXIO from spa_ld_verify_logs() in ztestTom Caputi2018-10-241-3/+9
* Prefix all refcount functions with zfs_Tim Schumacher2018-10-011-11/+12
* Linux 4.19-rc3+ compat: Remove refcount_t compatTim Schumacher2018-09-261-7/+7
* Pool allocation classesDon Brady2018-09-051-66/+84
* OpenZFS 9751 - Allocation throttling misplacing ditto blocksmav2018-09-021-3/+10
* OpenZFS 9738 - Fix third block copy allocations, broken at 9112.mav2018-09-021-7/+5
* OpenZFS 9112 - Improve allocation performance on high-end systemsPaul Dagnelie2018-07-311-118/+390
* OpenZFS 9238 - ZFS Spacemap Encoding V2Serapheim Dimitropoulos2018-07-051-41/+17
* OpenZFS 9166 - zfs storage pool checkpointSerapheim Dimitropoulos2018-06-261-144/+275
* Update build system and packagingBrian Behlendorf2018-05-291-2/+2
* 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