aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/vdev_label.c
Commit message (Expand)AuthorAgeFilesLines
* panic in removal_remap test on 4K devicesMatthew Ahrens2019-06-131-3/+2
* Add TRIM supportBrian Behlendorf2019-03-291-0/+18
* MMP interval and fail_intervals in uberblockOlaf Faaland2019-03-211-1/+26
* Fix coverity defects: CID 184285LOLi2018-11-111-2/+1
* zed: detect and offline physically removed devicesloli10K2018-11-091-0/+4
* Add zpool status -s (slow I/Os) and -p (parseable)Tony Hutter2018-11-081-0/+3
* Defer new resilvers until the current one endsTom Caputi2018-10-181-0/+6
* Pool allocation classesDon Brady2018-09-051-0/+24
* OpenZFS 9166 - zfs storage pool checkpointSerapheim Dimitropoulos2018-06-261-22/+57
* OpenZFS 9486 - reduce memory used by device removal on fragmented poolsMatthew Ahrens2018-05-241-21/+32
* OpenZFS 9189 - Add debug to vdev_label_read_config when txg check failsPavel Zakharov2018-05-141-2/+10
* OpenZFS 9075 - Improve ZFS pool import/load process and corrupted pool recoveryPavel Zakharov2018-05-081-1/+6
* OpenZFS 8961 - SPA load/import should tell us why it failedPavel Zakharov2018-05-081-2/+9
* OpenZFS 9192 - explicitly pass good_writes to vdev_uberblock/label_syncMatthew Ahrens2018-04-171-11/+17
* OpenZFS 7614, 9064 - zfs device evacuation/removalMatthew Ahrens2018-04-141-6/+83
* Update mmp_delay on sync or skipped, failed writeOlaf Faaland2018-04-041-1/+0
* Undo c89 workarounds to match with upstreamDon Brady2017-11-041-15/+9
* Use linear abd in vdev_copy_uberblocks()Isaac Huang2017-10-051-1/+1
* Use SET_ERROR for constant non-zero return codesNed Bass2017-08-021-1/+1
* Multi-modifier protection (MMP)Olaf Faaland2017-07-131-17/+20
* Force fault a vdev with 'zpool offline -f'Tony Hutter2017-05-191-1/+9
* Write label 2,3 uberblocks when vdev expandsOlaf Faaland2017-05-021-0/+61
* Correct lock ASSERTs in vdev_label_read/writeOlaf Faaland2017-04-211-6/+6
* OpenZFS 6328 - Fix cstyle errors in zfs codebaseGeorge Melikov2017-01-121-3/+3
* DLPX-44812 integrate EP-220 large memory scalabilityDavid Quigley2016-11-291-33/+43
* Turn on/off enclosure slot fault LED even when disk isn't presentTony Hutter2016-10-241-0/+4
* Performance optimization of AVL tree comparator functionsGvozden Neskovic2016-08-311-11/+5
* Fix memleak in vdev_config_generate_statsChunwei Chen2016-05-311-0/+1
* Add request size histograms (-r) to zpool iostat, minor man page fixTony Hutter2016-05-251-0/+41
* Add -lhHpw options to "zpool iostat" for avg latency, histograms, & queuesTony Hutter2016-05-121-5/+102
* OpenZFS 6736 - ZFS per-vdev ZAPsJoe Stein2016-05-021-0/+14
* Illumos 6414 - vdev_config_sync could be simplerBrian Behlendorf2016-01-281-6/+13
* Illumos 5045 - use atomic_{inc,dec}_* instead of atomic_add_*Josef 'Jeff' Sipek2016-01-151-2/+2
* Change KM_PUSHPAGE -> KM_SLEEPBrian Behlendorf2015-01-161-8/+8
* Fix function call with uninitialized value in vdev_inuseRichard Yao2014-09-231-1/+2
* Illumos #4101, #4102, #4103, #4105, #4106George Wilson2014-07-221-2/+3
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-1/+1
* Illumos #4121 vdev_label_init read onlyGeorge Wilson2013-12-121-1/+1
* Illumos #3956, #3957, #3958, #3959, #3960, #3961, #3962George Wilson2013-11-051-61/+44
* Illumos #3741Will Andrews2013-11-041-0/+1
* Illumos #3598Matthew Ahrens2013-10-311-4/+4
* Illumos #3090 and #3102George Wilson2013-01-081-27/+48
* Illumos #2619 and #2747Christopher Siden2013-01-081-26/+76
* Switch KM_SLEEP to KM_PUSHPAGERichard Yao2012-08-271-8/+8
* Fix gcc uninitialized variable warningsBrian Behlendorf2010-08-311-1/+1
* Fix gcc missing case warningsBrian Behlendorf2010-08-271-0/+2
* Fix gcc c90 compliance warningsBrian Behlendorf2010-08-271-17/+24
* Update to onnv_147Brian Behlendorf2010-08-261-0/+12
* Update core ZFS code from build 121 to build 141.Brian Behlendorf2010-05-281-22/+120
* Rebase master to b121Brian Behlendorf2009-08-181-10/+10