summaryrefslogtreecommitdiffstats
path: root/module/zfs/spa.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Illumos #3949, #3950, #3952, #3953George Wilson2013-11-051-1/+9
* Illumos #3742Will Andrews2013-11-041-6/+5
* Illumos #3741Will Andrews2013-11-041-0/+2
* Illumos #3598Matthew Ahrens2013-10-311-60/+59
* Illumos #3517Yuri Pankov2013-10-311-2/+3
* Illumos #3522George Wilson2013-10-301-1/+2
* Fix spa_deadman() TQ_SLEEP warningBrian Behlendorf2013-09-251-1/+1
* Illumos #3464Matthew Ahrens2013-09-041-39/+44
* Illumos #2882, #2883, #2900Matthew Ahrens2013-09-041-26/+28
* Call zvol_create_minors() in spa_open_common() when initializing poolPawel Jakub Dawidek2013-07-031-0/+13
* Illumos #3498 panic in arc_read()George Wilson2013-07-021-1/+1
* Fix module probe failure on 32-bit systemsYing Zhu2013-06-271-2/+2
* Illumos #3006Madhav Suresh2013-06-191-2/+2
* Use taskq for dump_bytes()Brian Behlendorf2013-05-061-0/+25