aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/spa_misc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix coverity defects: CID 186143loli10K2019-05-231-1/+1
* Fix kstat state update during pool transitionRichard Elling2019-05-231-2/+12
* zpool import progress kstatOlaf Faaland2019-05-091-0/+210
* Make zfs_special_class_metadata_reserve_pct into a parameterDeHackEd2019-05-071-0/+5
* Add TRIM supportBrian Behlendorf2019-03-291-0/+21
* MMP writes rotate over leavesOlaf Faaland2019-03-121-0/+4
* Pool allocation classes misplacing small file blocksloli10K2019-02-081-1/+1
* zfs initialize performance enhancementsGeorge Wilson2019-01-071-1/+2
* OpenZFS 9102 - zfs should be able to initialize storage devicesGeorge Wilson2019-01-071-0/+7
* Fix random ztest_deadman_thread failuresTom Caputi2018-10-241-1/+1
* OpenZFS 9681 - ztest failure in spa_history_log_internal due to spa_rename()Matthew Ahrens2018-10-191-54/+0
* Prefix all refcount functions with zfs_Tim Schumacher2018-10-011-17/+18
* Linux 4.19-rc3+ compat: Remove refcount_t compatTim Schumacher2018-09-261-4/+4
* Add limits to spa_slop_shift tunableLOLi2018-09-201-1/+22
* Pool allocation classesDon Brady2018-09-051-0/+109
* OpenZFS 9112 - Improve allocation performance on high-end systemsPaul Dagnelie2018-07-311-6/+22
* OpenZFS 9465 - ARC check for 'anon_size > arc_c/2' can stall the systemDon Brady2018-07-301-0/+6
* OpenZFS 9166 - zfs storage pool checkpointSerapheim Dimitropoulos2018-06-261-5/+77
* Add pool state /proc entry, "SUSPENDED" poolsTony Hutter2018-06-061-0/+40
* Update build system and packagingBrian Behlendorf2018-05-291-1/+1
* Unify behavior of deadman parametersTim Chase2018-05-081-6/+52
* OpenZFS 9075 - Improve ZFS pool import/load process and corrupted pool recoveryPavel Zakharov2018-05-081-3/+27
* OpenZFS 8961 - SPA load/import should tell us why it failedPavel Zakharov2018-05-081-0/+28
* OpenZFS 9236 - nuke spa_dbgmsgMatthew Ahrens2018-04-301-9/+1
* OpenZFS 9290 - device removal reduces redundancy of mirrorsMatthew Ahrens2018-04-141-1/+4
* OpenZFS 7614, 9064 - zfs device evacuation/removalMatthew Ahrens2018-04-141-5/+77
* Fixes for SNPRINTF_BLKPTR with encrypted BP'sMatthew Ahrens2018-04-061-11/+1
* enable zfs_dbgmsg() by default, without dprintf()Matthew Ahrens2018-03-211-2/+1
* Report pool suspended due to MMPOlaf Faaland2018-03-151-1/+1
* QAT support for AES-GCMTom Caputi2018-03-091-1/+1
* Extend deadman logicBrian Behlendorf2018-01-251-7/+87
* Unbreak the scan status ABITom Caputi2017-11-301-5/+5
* Sequential scrub and resilversTom Caputi2017-11-151-2/+8
* Undo c89 workarounds to match with upstreamDon Brady2017-11-041-27/+14
* vdev_mirror: kstat observables for preferred vdevGvozden Neskovic2017-08-211-0/+2
* Native Encryption for ZFS on LinuxTom Caputi2017-08-141-1/+11
* Multi-modifier protection (MMP)Olaf Faaland2017-07-131-0/+27
* OpenZFS 5428 - provide fts(), reallocarray(), and strtonum()Yuri Pankov2017-07-081-1/+1
* Implemented zpool scrub pause/resumeAlek P2017-07-061-0/+8
* Force fault a vdev with 'zpool offline -f'Tony Hutter2017-05-191-3/+11
* Fix size inflation in spa_get_worst_case_asize()LOLi2017-04-101-2/+10
* OpenZFS 8023 - Panic destroying a metaslab deferred range treeGeorge Wilson2017-04-091-0/+10
* GZIP compression offloading with QAT acceleratorwli52017-03-221-0/+3
* OpenZFS 7968 - multi-threaded spa_sync()Matthew Ahrens2017-03-201-2/+2
* OpenZFS 7793 - ztest fails assertion in dmu_tx_willuse_spaceBrian Behlendorf2017-03-071-2/+1
* OpenZFS 7104 - increase indirect block sizeMatthew Ahrens2017-02-091-2/+8
* Update deadman operation to better align with upstream OpenZFSTim Chase2017-01-311-1/+15
* codebase style improvements for OpenZFS 6459 portGeorge Melikov2017-01-221-1/+2
* OpenZFS 7303 - dynamic metaslab selectionDon Brady2017-01-121-0/+2
* Use a dedicated taskq for vdev_fileChunwei Chen2016-12-211-0/+2