summaryrefslogtreecommitdiffstats
path: root/module/zfs/spa.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Illumos #3581 spa_zio_taskq[ZIO_TYPE_FREE][ZIO_TASKQ_ISSUE]->tq_lock contentionAdam Leventhal2013-05-061-63/+140
* Illumos #3329, #3330, #3331, #3335George Wilson2013-05-061-1/+1
* Illumos #3306, #3321George Wilson2013-05-031-1/+1
* 3246 ZFS I/O deadman threadGeorge.Wilson2013-05-011-0/+11
* Make spa.c assertions catch unsupported pre-feature flag pool versionsRichard Yao2013-02-121-2/+2
* Illumos #3349: zpool upgrade -V bumps the on disk version numberGeorge Wilson2013-01-081-0/+8
* Illumos #2762: zpool command should have better support for feature flagsChristopher Siden2013-01-081-8/+13
* Illumos #3090 and #3102George Wilson2013-01-081-18/+58
* Illumos #2619 and #2747Christopher Siden2013-01-081-61/+406
* Add load_nvlist() error handlingBrian Behlendorf2012-11-301-1/+4
* Illumos #1948: zpool list should show more detailed pool infoChris Siden2012-09-191-3/+15
* Switch KM_SLEEP to KM_PUSHPAGERichard Yao2012-08-271-37/+37
* Revert Disable direct reclaim for z_wr_* threadsRichard Yao2012-08-271-6/+3
* Illumos #1693: persistent 'comment' field for a zpoolDan McDonald2012-08-081-1/+44
* Illumos #1949, #1953George Wilson2012-07-111-1/+1