aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/dsl_pool.c
Commit message (Expand)AuthorAgeFilesLines
* ztest: creates partially initialized root datasetloli10K2019-01-181-8/+10
* Fix zfs_dirty_data_sync_percent documentationTom Caputi2018-12-181-2/+3
* OpenZFS 9617 - too-frequent TXG sync causes excessive write inflationMatthew Ahrens2018-10-041-4/+8
* Refcounted DSL Crypto Key MappingsTom Caputi2018-10-031-2/+25
* OpenZFS 9166 - zfs storage pool checkpointSerapheim Dimitropoulos2018-06-261-12/+101
* Update build system and packagingBrian Behlendorf2018-05-291-1/+1
* OpenZFS 7614, 9064 - zfs device evacuation/removalMatthew Ahrens2018-04-141-9/+55
* Project Quota on ZFSNasf-Fan2018-02-131-1/+1
* Sequential scrub and resilversTom Caputi2017-11-151-1/+3
* OpenZFS 8607 - variable set but not usedBrian Behlendorf2017-11-081-6/+8
* OpenZFS 8558, 8602 - lwp_create() returns EAGAINBrian Behlendorf2017-10-261-0/+50
* Native Encryption for ZFS on LinuxTom Caputi2017-08-141-3/+16
* Multi-modifier protection (MMP)Olaf Faaland2017-07-131-0/+3
* OpenZFS 8063 - verify that we do not attempt to access inactive txgMatthew Ahrens2017-05-101-4/+4
* Add missing *_destroy/*_fini callsGvozden Neskovic2017-05-041-0/+1
* OpenZFS 8026 - retire zfs_throttle_delay and zfs_throttle_resolutionAndriy Gapon2017-04-141-3/+0
* OpenZFS 8027 - tighten up dsl_pool_dirty_deltaAndriy Gapon2017-04-091-1/+1
* OpenZFS 3821 - Race in rollback, zil close, and zil flushGeorge Wilson2017-03-231-1/+8
* OpenZFS 7968 - multi-threaded spa_sync()Matthew Ahrens2017-03-201-5/+23
* OpenZFS 7199 - dsl_dataset_rollback_sync may try to free already free blocksAndriy Gapon2017-02-241-13/+1
* OpenZFS 6569 - large file delete can starve out write opsGeorge Melikov2017-01-311-0/+11
* OpenZFS 7254 - ztest failed assertion in ztest_dataset_dirobj_verify: dirobjs...George Melikov2017-01-271-1/+5
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-121-0/+2
* Fix file permissionsBrian Behlendorf2016-10-081-0/+0
* Fix self-healing IO prior to dsl_pool_init() completionGeLiXin2016-05-271-3/+11
* Align thread priority with Linux defaultsBrian Behlendorf2015-07-281-1/+1
* Illumos 5981 - Deadlock in dmu_objset_find_dpArne Jansen2015-07-061-0/+7
* Update all default taskq settingsBrian Behlendorf2015-06-251-1/+1
* Increase the number of iput taskq threadsBrian Behlendorf2015-06-221-2/+2
* Illumos 5497 - lock contention on arcs_mtxPrakash Surya2015-06-111-1/+8
* Illumos 5269 - zpool import slowArne Jansen2015-06-091-2/+8
* Illumos 5027 - zfs large block supportMatthew Ahrens2015-05-111-2/+2
* Illumos 4951 - ZFS administrative commands (fix)Christopher Siden2015-05-041-6/+1
* Illumos 5056 - ZFS deadlock on db_mtx and dn_holdsJustin T. Gibbs2015-04-281-0/+3
* Illumos 5314 - Remove "dbuf phys" db->db_data pointer aliases in ZFSJustin T. Gibbs2015-04-281-27/+31
* Change KM_PUSHPAGE -> KM_SLEEPBrian Behlendorf2015-01-161-1/+1
* Remove duplicate typedefs from trace.hNed Bass2015-01-061-0/+1
* Illumos 4958 zdb trips assert on pools with ashift >= 0xeAlex Reece2014-10-231-1/+1
* Illumos 4390 - I/O errors can corrupt space map when deleting fs/volMatthew Ahrens2014-08-041-0/+9
* Illumos 4171, 4172Matthew Ahrens2014-07-251-4/+2
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-6/+5
* Illumos #4045 write throttle & i/o scheduler performance workMatthew Ahrens2013-12-061-177/+183
* Illumos #3236George Wilson2013-11-051-1/+0
* Illumos #3740Steven Hartland2013-11-041-3/+15
* Illumos #3582, #3584Adam Leventhal2013-11-041-6/+12
* Illumos #3598Matthew Ahrens2013-10-311-3/+3
* Revert "Add txgs-<pool> kstat file"Brian Behlendorf2013-10-251-144/+0
* Revert "Add new kstat for monitoring time in dmu_tx_assign"Brian Behlendorf2013-10-251-59/+0
* Export symbols dsl_pool_config_{enter,exit}Ned Bass2013-10-101-0/+3
* Illumos #3464Matthew Ahrens2013-09-041-61/+157