aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/spa_misc.c
Commit message (Expand)AuthorAgeFilesLines
* Add spa_slop_shift module optionBrian Behlendorf2015-09-021-0/+3
* Update all default taskq settingsBrian Behlendorf2015-06-251-2/+0
* Illumos 5818 - zfs {ref}compressratio is incorrect with 4k sector sizeMatthew Ahrens2015-06-101-1/+4
* Illumos 5027 - zfs large block supportMatthew Ahrens2015-05-111-0/+10
* Illumos 4951 - ZFS administrative commands should use reserved spaceMatthew Ahrens2015-05-041-0/+38
* Illumos 5056 - ZFS deadlock on db_mtx and dn_holdsJustin T. Gibbs2015-04-281-0/+48
* Remove useless variable spa_active_countIsaac Huang2015-04-271-7/+2
* Serialize access to spa->spa_feat_stats nvlistNed Bass2015-04-241-0/+2
* Use cached feature info in spa_add_feature_stats()Ned Bass2015-03-051-0/+1
* Change KM_PUSHPAGE -> KM_SLEEPBrian Behlendorf2015-01-161-7/+7
* Retire KM_NODEBUGBrian Behlendorf2015-01-161-1/+1
* Document zfs_flags module parameterNed Bass2015-01-071-1/+1
* Swap DTRACE_PROBE* with Linux tracepointsPrakash Surya2014-11-171-0/+67
* Illumos 4958 zdb trips assert on pools with ashift >= 0xeAlex Reece2014-10-231-1/+1
* Illumos 4753 - increase number of outstanding async writes when sync task is ...Alex Reece2014-09-231-0/+10
* Illumos 4757, 4913Matthew Ahrens2014-08-011-3/+6
* Illumos 4368, 4369.Matthew Ahrens2014-07-291-1/+1
* Illumos 4370, 4371Max Grossman2014-07-281-5/+24
* Illumos 4171, 4172Matthew Ahrens2014-07-251-4/+6
* Illumos #4101, #4102, #4103, #4105, #4106George Wilson2014-07-221-3/+3
* Use a dedicated taskq for vdev_fileChunwei Chen2014-05-141-0/+3
* Handle vdev_lookup_top() failure in dva_get_dsize_sync()Brian Behlendorf2014-05-061-1/+3
* Use KM_PUSHPAGE in spa_add() for spa_label_features.Tim Chase2014-03-101-1/+1
* Add ddt, ddt_entry, and l2arc_hdr cachesJohn Layman2014-01-071-0/+2
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-2/+2
* Illumos #4045 write throttle & i/o scheduler performance workMatthew Ahrens2013-12-061-20/+26
* Illumos #3112, #3113, #3114Matthew Ahrens2013-11-051-0/+17
* Illumos #3236George Wilson2013-11-051-1/+0
* Illumos #3742Will Andrews2013-11-041-1/+1
* Illumos #3582, #3584Adam Leventhal2013-11-041-2/+2
* Illumos #3598Matthew Ahrens2013-10-311-2/+2
* Add visibility in to arc_readPrakash Surya2013-10-251-1/+3
* Fix spa_deadman() TQ_SLEEP warningBrian Behlendorf2013-09-251-1/+1
* Illumos #3464Matthew Ahrens2013-09-041-10/+9
* Illumos #3329, #3330, #3331, #3335George Wilson2013-05-061-0/+2
* 3246 ZFS I/O deadman threadGeorge.Wilson2013-05-011-0/+54
* Illumos #3090 and #3102George Wilson2013-01-081-2/+15
* Illumos #2619 and #2747Christopher Siden2013-01-081-5/+52
* Switch KM_SLEEP to KM_PUSHPAGERichard Yao2012-08-271-5/+5
* Illumos #1748: desire support for reguid in zfsGarrett D'Amore2012-07-111-2/+14
* Cleanup ZFS debug infrastructureBrian Behlendorf2012-02-021-28/+0
* Illumos #1051: zfs should handle imbalanced lunsGeorge Wilson2011-08-011-0/+7
* Add missing ZFS tunablesBrian Behlendorf2011-05-041-0/+3
* Add linux kernel module supportBrian Behlendorf2010-08-311-0/+80
* Add linux kernel memory supportBrian Behlendorf2010-08-311-1/+1
* Add linux kernel disk supportBrian Behlendorf2010-08-311-6/+0
* Add linux eventsBrian Behlendorf2010-08-311-0/+3
* Fix gcc uninitialized variable warningsBrian Behlendorf2010-08-311-1/+1
* Fix gcc invalid prototype warningsBrian Behlendorf2010-08-271-1/+1
* Fix gcc c90 compliance warningsBrian Behlendorf2010-08-271-13/+25