aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/metaslab.c
Commit message (Expand)AuthorAgeFilesLines
* Use a helper function to clarify gang block sizeMatthew Ahrens2021-03-261-4/+4
* Initialize metaslab range trees in metaslab_init Serapheim Dimitropoulos2021-03-191-94/+55
* Parallelize vdev_loadAlan Somers2021-01-261-0/+6
* Set aside a metaslab for ZIL blocksMatthew Ahrens2021-01-211-33/+61
* Only examine best metaslabs on each vdev Matthew Ahrens2020-12-161-47/+53
* Make metaslab class rotor and aliquot per-allocator.Alexander Motin2020-12-151-61/+65
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-131-1/+7
* Update references to nonexistent man pages in codeRyan Moeller2020-10-301-2/+2
* Sequential scrub and resilver updated commentsBrian Behlendorf2020-09-041-0/+1
* Use zfs_dbgmsg to log metaslab_load/unloadMatthew Ahrens2020-08-121-19/+34
* Make use of ZFS_DEBUG consistent within kmod sourcesMatthew Macy2020-07-251-1/+1
* Extend zdb to print inconsistencies in livelists and metaslabsMatthew Ahrens2020-07-141-1/+1
* Mark functions as staticArvind Sankar2020-06-181-7/+7
* Fix typosAndrea Gelmini2020-06-091-1/+1
* Use a struct to organize metaslab-group-allocator fieldsMatthew Ahrens2020-04-221-49/+46
* Replace ASSERTV macro with compiler annotationMatthew Macy2019-12-051-2/+2
* Add kmem cache accessorsMatthew Macy2019-10-101-4/+5
* Reduce loaded range tree memory usagePaul Dagnelie2019-10-091-151/+443
* Make module tunables cross platformMatthew Macy2019-09-051-62/+43
* metaslab_verify_weight_and_frag() shouldn't cause side-effectsSerapheim Dimitropoulos2019-09-051-15/+24
* Fix typos in module/zfs/Andrea Gelmini2019-09-021-8/+8
* Prevent metaslab_sync panic due to spa_final_dirty_txgPaul Dagnelie2019-08-301-2/+9
* Keep more metaslabs loadedPaul Dagnelie2019-08-291-30/+39
* Cap metaslab memory usagePaul Dagnelie2019-08-161-32/+242
* Metaslab max_size should be persisted while unloadedPaul Dagnelie2019-08-051-37/+132
* mismerged log spacemap comment for metaslab_verify_weight_and_fragSerapheim Dimitropoulos2019-07-301-1/+9
* Tricky semantics of ms_max_size in metaslab_should_allocate()Serapheim Dimitropoulos2019-07-191-7/+10
* Log Spacemap ProjectSerapheim Dimitropoulos2019-07-161-206/+770
* Don't activate metaslabs with weight 0Paul Dagnelie2019-07-051-2/+14
* Concurrent small allocation defeats large allocationPaul Dagnelie2019-06-261-49/+231
* looping in metaslab_block_picker impacts performance on fragmented poolsMatthew Ahrens2019-06-131-60/+83
* Allow metaslab to be unloaded even when not freed fromPaul Dagnelie2019-06-061-22/+25
* Reduced IOPS when all vdevs are in the zfs_mg_fragmentation_thresholdSerapheim Dimitropoulos2019-06-061-5/+20
* 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