aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/spa.c
Commit message (Expand)AuthorAgeFilesLines
* OpenZFS 7743 - per-vdev-zaps init path for upgradeDon Brady2017-01-131-3/+8
* OpenZFS 7303 - dynamic metaslab selectionDon Brady2017-01-121-1/+14
* Fix spellingka72017-01-031-3/+3
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-121-0/+1
* Speed up zvol import and export speedBrian Behlendorf2016-12-081-4/+4
|\
| * Use system_delay_taskq for long delay tasksChunwei Chen2016-12-011-4/+4
* | DLPX-44812 integrate EP-220 large memory scalabilityDavid Quigley2016-11-291-5/+3
|/
* Fix coverity defects: CID 147540, 147542cao2016-11-091-2/+1
* Fix coverity defects: CID 147488, 147490cao2016-10-141-1/+1
* OpenZFS 7090 - zfs should throttle allocationsDon Brady2016-10-131-2/+47
* Fix coverity defects: CID 147571, 147574luozhengzheng2016-10-131-1/+1
* Write issue taskq shouldn't be dynamicTim Chase2016-10-101-1/+2
* Add support for user/group dnode accounting & quotaJinshan Xiong2016-10-071-0/+12
* OpenZFS 4185 - add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-RTony Hutter2016-10-031-0/+34
* Fix coverity defectsluozhengzheng2016-09-211-1/+1
* Refactor spa_load_l2cache to make build happyNikolay Borisov2016-09-121-29/+28
* Performance optimization of AVL tree comparator functionsGvozden Neskovic2016-08-311-9/+4
* Fix "zpool get guid,freeing,leaked" sourceHajo Möller2016-08-301-6/+8
* Fix spa config generate memory leak in spa_load_best functionheary-cao2016-08-191-0/+2
* OpenZFS 5997 - FRU field not set during pool creation and never updatedHans Rosenfeld2016-08-121-16/+27
* Remove custom root pool import codeBrian Behlendorf2016-08-111-205/+0
* Fix sync behavior for disk vdevsTim Chase2016-07-251-3/+2
* OpenZFS 6876 - Stack corruption after importing a pool with a too-long namePaul Dagnelie2016-06-281-0/+18
* OpenZFS 6314 - buffer overflow in dsl_dataset_nameIgor Kozhukhov2016-06-281-4/+2
* Implement large_dnode pool featureNed Bass2016-06-241-1/+16
* Add -lhHpw options to "zpool iostat" for avg latency, histograms, & queuesTony Hutter2016-05-121-0/+2
* Wrap vdev_count_verify_zaps() with ZFS_DEBUGBrian Behlendorf2016-05-061-0/+4
* OpenZFS 6736 - ZFS per-vdev ZAPsJoe Stein2016-05-021-7/+227
* Illumos 6659 - nvlist_free(NULL) is a no-opJosef 'Jeff' Sipek2016-04-271-2/+1
* Add support for asynchronous zvol minor operationsBoris Protopopov2016-03-101-7/+30
* Illumos 6527 - Possible access beyond end of string in zpool commentJorgen Lundman2016-01-281-1/+0
* Illumos 6414 - vdev_config_sync could be simplerBrian Behlendorf2016-01-281-8/+2
* Illumos 5045 - use atomic_{inc,dec}_* instead of atomic_add_*Josef 'Jeff' Sipek2016-01-151-2/+2
* Illumos 3749 - zfs event processing should work on R/O root filesystemsWill Andrews2016-01-121-2/+29
* Revert "Illumos 3749 - zfs event processing should work on R/O root filesystems"Brian Behlendorf2016-01-111-29/+2
* Illumos 3749 - zfs event processing should work on R/O root filesystemsWill Andrews2016-01-111-2/+29
* Illumos 5960, 5925Paul Dagnelie2016-01-081-1/+1
* Make zio_taskq_batch_pct user configurableDHE2015-12-181-1/+6
* Align thread priority with Linux defaultsBrian Behlendorf2015-07-281-3/+5
* Illumos 5347 - idle pool may run itself out of spaceMatthew Ahrens2015-07-141-16/+35
* Update all default taskq settingsBrian Behlendorf2015-06-251-4/+4
* Illumos 5818 - zfs {ref}compressratio is incorrect with 4k sector sizeMatthew Ahrens2015-06-101-0/+2
* Illumos 5269 - zpool import slowArne Jansen2015-06-091-5/+6
* Illumos 5027 - zfs large block supportMatthew Ahrens2015-05-111-4/+22
* Illumos 5808 - spa_check_logs is not necessary on readonly poolsMatthew Ahrens2015-05-041-1/+1
* Illumos 4951 - ZFS administrative commands should use reserved spaceMatthew Ahrens2015-05-041-3/+4
* Illumos 5056 - ZFS deadlock on db_mtx and dn_holdsJustin T. Gibbs2015-04-281-1/+19
* Illumos 5314 - Remove "dbuf phys" db->db_data pointer aliases in ZFSJustin T. Gibbs2015-04-281-2/+4
* Serialize access to spa->spa_feat_stats nvlistNed Bass2015-04-241-1/+6
* Use cached feature info in spa_add_feature_stats()Ned Bass2015-03-051-10/+48