aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zpool/zpool_vdev.c
Commit message (Expand)AuthorAgeFilesLines
* Fix don't zero_label when replace with spareChunwei Chen2017-07-241-1/+2
* Allow add of raidz and mirror with same redundancyHåkan Johansson2017-06-051-1/+16
* Enable additional test casesBrian Behlendorf2017-05-111-11/+7
* More ashift improvementsLOLi2017-05-031-1/+5
* OpenZFS 6865 - want zfs-tests cases for zpool labelclear commandYuri Pankov2017-04-111-29/+4
* Accept raidz and mirror with similar redundancyHåkan Johansson2017-04-051-1/+43
* Check ashift validity in 'zpool add'LOLi2017-03-281-1/+12
* OpenZFS 6872 - zfs libraries should not allow uninitialized variablesGeorge Melikov2017-01-241-2/+1
* OpenZFS 6551 - cmd/zpool: cleanup gcc warningsBrian Behlendorf2017-01-171-1/+4
* Fix coverity defects: CID 147639GeLiXin2016-10-101-5/+6
* Fix coverity defects: CID 147448, 147449, 147450, 147453, 147454luozhengzheng2016-10-021-1/+1
* Fix coverity defects: CID 147610, 147608, 147607cao2016-09-291-14/+16
* Fix coverity defectsluozhengzheng2016-09-221-1/+1
* Fix memory/fd leak in check_file() and is_spare()liuhuang2016-09-121-2/+7
* Multi-thread 'zpool import' for blkidBrian Behlendorf2016-07-271-19/+10
* Fixes for issues found with cppcheck toolGvozden Neskovic2016-07-271-1/+12
* Illumos 6659 - nvlist_free(NULL) is a no-opJosef 'Jeff' Sipek2016-04-271-2/+1
* Use udev for partition detectionBrian Behlendorf2016-04-251-14/+24
* Add support for devid and phys_path keys in vdev disk labelsDon Brady2016-03-311-1/+14
* Relax MBR partition scanning requirementBrian Behlendorf2016-03-101-21/+17
* Require libblkidBrian Behlendorf2016-03-091-11/+0
* Illumos 5118 - When verifying or creating a storage pool, error messages only...Basil Crow2015-07-101-16/+18
* Memory leak in make_root_vdev()Isaac Huang2015-04-271-1/+3
* Check all vdev labels in 'zpool import'Brian Behlendorf2015-03-251-1/+1
* Drive database updateRichard Yao2014-08-181-14/+22
* Illumos #4374Matthew Ahrens2014-07-301-1/+1
* Added INTEL SSD 530 SeriesJohn Albietz2014-05-191-0/+1
* Fix libblkid ZFS detection when making new poolsRichard Yao2014-05-011-1/+1
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-28/+29
* Drive database updateRichard Yao2013-12-021-0/+29
* Increase default udev wait timeBrian Behlendorf2013-10-221-1/+1
* Update drive databaseRichard Yao2013-10-091-0/+34
* Implement database to workaround misreported physical sector sizesRichard Yao2013-08-221-4/+129
* Fix hot sparesBrian Behlendorf2013-03-011-79/+101
* Allow 'zpool replace' to use short device namesBrian Behlendorf2012-10-221-12/+16
* Add vdev_id for JBOD-friendly udev aliasesNed A. Bass2012-06-011-3/+3
* Return success from check_slice() if device doesn't existNed Bass2012-02-271-9/+0
* Add "ashift" property to zpool createChristian Kohlschütter2011-06-171-7/+20
* Fix intermittent 'zpool add' failuresNed Bass2010-10-221-15/+27
* Remove solaris-specific code from make_leaf_vdev()Ned Bass2010-10-221-37/+0
* Add helper functions for manipulating device namesNed Bass2010-10-221-23/+3
* Fix undersized buffer in is_shorthand_path()Ned Bass2010-10-121-1/+1
* Add linux user disk supportBrian Behlendorf2010-08-311-242/+325
* Fix gcc uninitialized variable warningsBrian Behlendorf2010-08-311-1/+1
* Update core ZFS code from build 121 to build 141.Brian Behlendorf2010-05-281-12/+57
* Rebase master to b121Brian Behlendorf2009-08-181-12/+35
* Move the world out of /zfs/ and seperate out module build treeBrian Behlendorf2008-12-111-0/+1401