summaryrefslogtreecommitdiffstats
path: root/module/zfs/spa.c
Commit message (Expand)AuthorAgeFilesLines
* Fix multihost stale cache file importBrian Behlendorf2017-12-181-4/+8
* Emit history events for 'zpool create'Brian Behlendorf2017-12-041-12/+15
* 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
* Fix incorrect spare vdev state after replacingIsaac Huang2017-02-231-0/+5
* OpenZFS 7136 - ESC_VDEV_REMOVE_AUX ought to always include vdev informationGeorge Melikov2017-01-311-3/+6
* OpenZFS 6922 - Emit ESC_ZFS_VDEV_REMOVE_AUX after removing an aux deviceGeorge Melikov2017-01-301-1/+1
* 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