summaryrefslogtreecommitdiffstats
path: root/module/zfs/spa.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Illumos #1748: desire support for reguid in zfsGarrett D'Amore2012-07-111-3/+39
* Illumos #1951: leaking a vdev when removing an l2cache deviceGeorge Wilson2012-04-111-8/+9
* Reduce number of zio free threadsNed Bass2012-01-171-1/+1
* Illumos #734: Use taskq_dispatch_ent() interfaceGarrett D'Amore2011-12-141-1/+4
* Change sun.com URLs to zfsonlinux.orgDarik Horn2011-10-241-1/+1
* Disable direct reclaim for z_wr_* threadsBrian Behlendorf2011-05-061-3/+6
* Increate zio write interrupt thread count.Brian Behlendorf2010-11-081-1/+1
* Shorten zio_* thread namesBrian Behlendorf2010-11-081-1/+1
* Add linux spa thread supportBrian Behlendorf2010-08-311-1/+3
* Add linux kernel module supportBrian Behlendorf2010-08-311-2/+64
* Add linux kernel memory supportBrian Behlendorf2010-08-311-3/+3