summaryrefslogtreecommitdiffstats
path: root/module/zfs/vdev.c
Commit message (Expand)AuthorAgeFilesLines
* OpenZFS 6736 - ZFS per-vdev ZAPsJoe Stein2016-05-021-0/+79
* Identify locks flagged by lockdepOlaf Faaland2015-12-221-1/+1
* Disable LBA weighting on files and SSDsRichard Yao2015-09-011-1/+9
* Remove unused variable in vdev_add_child()Brian Behlendorf2015-06-111-2/+1
* Illumos 5818 - zfs {ref}compressratio is incorrect with 4k sector sizeMatthew Ahrens2015-06-101-2/+14
* Illumos 5269 - zpool import slowArne Jansen2015-06-091-0/+21
* Illumos 5027 - zfs large block supportMatthew Ahrens2015-05-111-3/+3
* Revert "Don't read space maps during import for readonly pools"Brian Behlendorf2015-02-091-6/+0
* Don't read space maps during import for readonly poolsBrian Behlendorf2015-02-091-0/+6
* Change KM_PUSHPAGE -> KM_SLEEPBrian Behlendorf2015-01-161-5/+5
* Retire KM_NODEBUGBrian Behlendorf2015-01-161-1/+1
* Illumos 5213 - panic in metaslab_init due to space_map_open returning ENXIOPrakash Surya2014-11-141-1/+5
* Illumos 5161 - add tunable for number of metaslabs per vdevMatthew Ahrens2014-09-231-2/+13
* Illumos 5049 - panic when removing log deviceAlex Reece2014-09-051-1/+2
* Illumos 4976-4984 - metaslab improvementsGeorge Wilson2014-08-181-5/+28
* Illumos #4374Matthew Ahrens2014-07-301-2/+2
* Illumos #4101, #4102, #4103, #4105, #4106George Wilson2014-07-221-134/+159
* Preserve asize when last mirror child promoted to top-level vdevAndrew Barnes2014-07-021-0/+11
* Illumos #4045 write throttle & i/o scheduler performance workMatthew Ahrens2013-12-061-2/+2
* Illumos #3956, #3957, #3958, #3959, #3960, #3961, #3962George Wilson2013-11-051-8/+92
* Illumos #3742Will Andrews2013-11-041-7/+11
* Illumos #3598Matthew Ahrens2013-10-311-25/+25
* Illumos #3618 ::zio dcmd does not show timestamp dataMatthew Ahrens2013-08-121-4/+4
* Illumos #3552, #3564George Wilson2013-06-191-0/+1
* Illumos #3006Madhav Suresh2013-06-191-7/+7
* zfs_scrub_limit tunable is not used anywhereCyril Plisko2013-05-061-6/+0
* 3246 ZFS I/O deadman threadGeorge.Wilson2013-05-011-0/+40
* Allow setting a lower ashift with -o ashiftMartin Matuska2013-04-121-2/+3
* Illumos #3422, #3425George Wilson2013-04-121-2/+3
* Illumos #3090 and #3102George Wilson2013-01-081-4/+4
* Illumos #2619 and #2747Christopher Siden2013-01-081-3/+4
* Fix using zvol as slog deviceJorgen Lundman2012-12-181-13/+7
* Illumos #2671: zpool import should not fail if vdev ashift has increasedGeorge Wilson2012-11-151-5/+8
* Add FASTWRITE algorithm for synchronous writes.Etienne Dechamps2012-10-171-0/+2
* Illumos #1948: zpool list should show more detailed pool infoChris Siden2012-09-191-4/+13
* Switch KM_SLEEP to KM_PUSHPAGERichard Yao2012-08-271-5/+5
* Illumos #1949, #1953George Wilson2012-07-111-5/+11
* Illumos #1748: desire support for reguid in zfsGarrett D'Amore2012-07-111-0/+3
* Illumos #1951: leaking a vdev when removing an l2cache deviceGeorge Wilson2012-04-111-1/+3
* Allow setting bootfs on any poolRichard Laager2012-01-171-3/+8
* Add missing ZFS tunablesBrian Behlendorf2011-05-041-0/+3
* Suppress 'vdev_metaslab_init' memory warningBrian Behlendorf2011-04-271-1/+1
* Add linux kernel module supportBrian Behlendorf2010-08-311-0/+8
* Add linux kernel disk supportBrian Behlendorf2010-08-311-0/+10
* Add linux eventsBrian Behlendorf2010-08-311-1/+1
* Fix list handling to only use the APIBrian Behlendorf2010-08-311-0/+2
* Fix gcc unused variable warningsBrian Behlendorf2010-08-311-4/+4
* Fix gcc missing parenthesis warningsBrian Behlendorf2010-08-311-1/+1
* Fix gcc c90 compliance warningsBrian Behlendorf2010-08-271-36/+63
* Update to onnv_147Brian Behlendorf2010-08-261-29/+57