summaryrefslogtreecommitdiffstats
path: root/module/zfs/spa.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix deadlock between zpool export and zfs listIsaac Huang2015-03-021-19/+20
* Use vmem_alloc() for nvlistsBrian Behlendorf2015-02-101-2/+2
* Change KM_PUSHPAGE -> KM_SLEEPBrian Behlendorf2015-01-161-38/+38
* Retire KM_NODEBUGBrian Behlendorf2015-01-161-1/+1
* Illumos 4924 - LZ4 Compression for metadataDaniil Lunev2014-10-201-1/+17
* Illumos 5176 - lock contention on godfather zioMatthew Ahrens2014-10-071-7/+19
* Implement -t option to zpool create for temporary pool namesRichard Yao2014-09-301-2/+16
* Illumos 4970-4974 - extreme rewind enhancementsMatthew Ahrens2014-08-261-13/+66
* Illumos 4976-4984 - metaslab improvementsGeorge Wilson2014-08-181-13/+6
* Illumos 4914 - zfs on-disk bookmark structure should be named *_phys_tMatthew Ahrens2014-08-061-2/+2
* Illumos 4390 - I/O errors can corrupt space map when deleting fs/volMatthew Ahrens2014-08-041-4/+10
* Illumos 4757, 4913Matthew Ahrens2014-08-011-9/+3
* Illumos 4370, 4371Max Grossman2014-07-281-2/+30
* Illumos 4171, 4172Matthew Ahrens2014-07-251-7/+5
* Illumos #4101, #4102, #4103, #4105, #4106George Wilson2014-07-221-21/+24
* Illumos 4168, 4169, 4170: ztest, zdb and zhack fixesGeorge Wilson2014-07-171-2/+0
* Uninitialized variable spa_autoreplace usedDHE2014-04-161-1/+1
* Add automatic hot spare functionalityBrian Behlendorf2014-04-021-1/+1
* Add generic errata infrastructureBrian Behlendorf2014-02-211-0/+2
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-7/+10
* Illumos #4045 write throttle & i/o scheduler performance workMatthew Ahrens2013-12-061-35/+57
* Illumos #3956, #3957, #3958, #3959, #3960, #3961, #3962George Wilson2013-11-051-8/+3