aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/spa.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify spa_sync by breaking it up to smaller functionsSerapheim Dimitropoulos2019-01-181-169/+197
* Serialize ZTHR operations to eliminate racesSerapheim Dimitropoulos2019-01-131-8/+6
* zfs initialize performance enhancementsGeorge Wilson2019-01-071-26/+64
* OpenZFS 9102 - zfs should be able to initialize storage devicesGeorge Wilson2019-01-071-12/+143
* OpenZFS 9682 - page fault in dsl_async_clone_destroy() while opening poolSerapheim Dimitropoulos2018-10-191-3/+9
* Defer new resilvers until the current one endsTom Caputi2018-10-181-4/+12
* Improved error handling for extreme rewindsBrian Behlendorf2018-10-121-3/+4
* Refcounted DSL Crypto Key MappingsTom Caputi2018-10-031-17/+1
* OpenZFS 9700 - ZFS resilvered mirror does not balance readsJerry Jelinek2018-10-021-0/+4
* Prefix all refcount functions with zfs_Tim Schumacher2018-10-011-6/+7
* zpool split can create a corrupted poolRoman Strashkin2018-09-121-3/+3
* Pool allocation classesDon Brady2018-09-051-13/+54
* Introduce read/write kstats per datasetSerapheim Dimitropoulos2018-08-201-0/+2
* Check encrypted dataset + embedded recv earlierTom Caputi2018-08-151-1/+1
* OpenZFS 9112 - Improve allocation performance on high-end systemsPaul Dagnelie2018-07-311-14/+23
* OpenZFS 9166 - zfs storage pool checkpointSerapheim Dimitropoulos2018-06-261-40/+411
* Remove suffix from zio taskq namesMatthew Ahrens2018-06-201-8/+3
* OpenZFS 9235 - rename zpool_rewind_policy_t to zpool_load_policy_tPavel Zakharov2018-06-041-28/+26
* Update build system and packagingBrian Behlendorf2018-05-291-7/+3
* OpenZFS 9191 - dump vdev tree to zfs_dbgmsg when spa load fails due to missi...Pavel Zakharov2018-05-141-0/+2
* OpenZFS 9075 - Improve ZFS pool import/load process and corrupted pool recoveryPavel Zakharov2018-05-081-360/+542
* OpenZFS 8962 - zdb should work on non-idle poolsPavel Zakharov2018-05-081-2/+18
* OpenZFS 8961 - SPA load/import should tell us why it failedPavel Zakharov2018-05-081-63/+175
* ZTS: Re-enable MMP testsBrian Behlendorf2018-05-071-0/+1
* OpenZFS 7638 - Refactor spa_load_impl into several functionsPavel Zakharov2018-04-161-163/+469
* OpenZFS 9079 - race condition in starting and ending condensing thread for in...Serapheim Dimitropoulos2018-04-141-21/+28
* OpenZFS 9290 - device removal reduces redundancy of mirrorsMatthew Ahrens2018-04-141-5/+2
* OpenZFS 7614, 9064 - zfs device evacuation/removalMatthew Ahrens2018-04-141-338/+257
* Update mmp_delay on sync or skipped, failed writeOlaf Faaland2018-04-041-0/+4
* Fix hung z_zvol tasks during 'zfs receive'LOLi2018-03-301-0/+13
* Report pool suspended due to MMPOlaf Faaland2018-03-151-2/+6
* Project Quota on ZFSNasf-Fan2018-02-131-1/+1
* OpenZFS 8652 - Tautological comparisons with ZPROP_INVALBrian Behlendorf2018-01-191-7/+6
* Fix -fsanitize=address memory leakDHE2018-01-091-2/+4
* Fix multihost stale cache file importBrian Behlendorf2017-12-181-4/+8
* Sequential scrub and resilversTom Caputi2017-11-151-3/+3
* Undo c89 workarounds to match with upstreamDon Brady2017-11-041-93/+54
* OpenZFS 8081 - Compiler warnings in zdbBrian Behlendorf2017-10-271-3/+3
* Emit history events for 'zpool create'Brian Behlendorf2017-10-231-12/+15
* Native Encryption for ZFS on LinuxTom Caputi2017-08-141-18/+65
* Simplify threads, mutexs, cvs and rwlocksBrian Behlendorf2017-08-111-2/+8
* Report MMP_STATE_NO_HOSTID immediatelyOlaf Faaland2017-07-251-6/+6
* Fix coverity defects: CID 165755Giuseppe Di Natale2017-07-241-1/+1
* Multi-modifier protection (MMP)Olaf Faaland2017-07-131-29/+254
* OpenZFS 6939 - add sysevents to zfs core for commandsDave Eddy2017-07-121-17/+55
* Implemented zpool scrub pause/resumeAlek P2017-07-061-0/+11
* Fix import wrong spare/l2 device when path changeChunwei Chen2017-06-011-6/+0
* OpenZFS 8063 - verify that we do not attempt to access inactive txgMatthew Ahrens2017-05-101-2/+2
* OpenZFS 5120 - zfs should allow large block/gzip/raidz boot pool (loader proj...Brian Behlendorf2017-04-131-6/+2
* OpenZFS 3821 - Race in rollback, zil close, and zil flushGeorge Wilson2017-03-231-2/+7