aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/vdev.c
Commit message (Expand)AuthorAgeFilesLines
* Extend deadman logicBrian Behlendorf2018-01-251-11/+8
* Sequential scrub and resilversTom Caputi2017-11-151-0/+16
* Undo c89 workarounds to match with upstreamDon Brady2017-11-041-76/+38
* Native Encryption for ZFS on LinuxTom Caputi2017-08-141-4/+5
* OpenZFS 6939 - add sysevents to zfs core for commandsDave Eddy2017-07-121-2/+3
* Force fault a vdev with 'zpool offline -f'Tony Hutter2017-05-191-6/+52
* Skip spurious resilver IO on raidz vdevIsaac Huang2017-05-121-0/+15
* OpenZFS 8063 - verify that we do not attempt to access inactive txgMatthew Ahrens2017-05-101-2/+2
* OpenZFS 8166 - zpool scrub thinks it repaired offline deviceMatthew Ahrens2017-05-101-0/+3
* Add missing *_destroy/*_fini callsGvozden Neskovic2017-05-041-0/+3
* Write label 2,3 uberblocks when vdev expandsOlaf Faaland2017-05-021-0/+7
* OpenZFS 7786 - zfs`vdev_online() needs better notification about state changesYuri Pankov2017-05-011-6/+8
* OpenZFS 5120 - zfs should allow large block/gzip/raidz boot pool (loader proj...Brian Behlendorf2017-04-131-18/+6
* OpenZFS 7885 - zpool list can report 16.0e for expandszSteven Hartland2017-04-051-8/+18
* Check ashift validity in 'zpool add'LOLi2017-03-281-2/+12
* OpenZFS 7072 - zfs fails to expand if lun added when os is in shutdown stateGeorge Melikov2017-02-011-0/+12
* OpenZFS 5561 - support root pools on EFI/GPT partitioned disksBrian Behlendorf2017-01-271-3/+1
* codebase style improvements for OpenZFS 6459 portGeorge Melikov2017-01-221-1/+2
* Fix spellingka72017-01-031-1/+1
* DLPX-44812 integrate EP-220 large memory scalabilityDavid Quigley2016-11-291-5/+6
* Add illumos FMD ZFS logic to ZED -- phase 2Don Brady2016-11-071-0/+11
* Add TASKQID_INVALIDBrian Behlendorf2016-11-021-1/+1
* Fix taskq creation failure in vdev_open_children()Brian Behlendorf2016-10-241-0/+3
* Turn on/off enclosure slot fault LED even when disk isn't presentTony Hutter2016-10-241-0/+9
* Multipath autoreplace, control enclosure LEDs, event rate limitingTony Hutter2016-10-191-9/+20
* OpenZFS 7090 - zfs should throttle allocationsDon Brady2016-10-131-2/+7
* Fix vdev_open_child() race on updating vdev_parent->vdev_nonrotHÃ¥kan Johansson2016-10-071-14/+11
* Bring over illumos ZFS FMA logic -- phase 1Don Brady2016-09-011-13/+14
* Fix incorrect pool state after importGeLiXin2016-08-121-1/+1
* OpenZFS 5997 - FRU field not set during pool creation and never updatedHans Rosenfeld2016-08-121-1/+10
* Fix possible VDEV stats array overflowTony Hutter2016-08-021-1/+2
* Fix for metaslab_fastwrite_unmark() assert failureTom Caputi2016-07-251-0/+1
* Fix Large kmem_alloc in vdev_metaslab_initChunwei Chen2016-07-121-3/+3
* FreeBSD rS271776 - Persist vdev_resilver_txg changessmh2016-06-241-2/+5
* Add request size histograms (-r) to zpool iostat, minor man page fixTony Hutter2016-05-251-5/+22
* Add -lhHpw options to "zpool iostat" for avg latency, histograms, & queuesTony Hutter2016-05-121-29/+120
* 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