aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zpool/zpool_vdev.c
Commit message (Expand)AuthorAgeFilesLines
* nvpair: Constify string functionsRichard Yao2023-03-141-9/+9
* Cleanup: Remove constant comparisons reported by CodeQLRichard Yao2023-03-081-9/+6
* zpool: fix redundancy check after vdev removalStéphane Lesimple2022-08-041-2/+7
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Enable -Wwrite-stringsнаб2022-06-291-1/+1
* Add `const` to nvlist functions to properly expose their real behaviorPaul Dagnelie2021-12-061-5/+5
* Move check_file to os/$platform sectionJorgen Lundman2021-07-261-1/+1
* Replace /*PRINTFLIKEn*/ with attribute(printf)наб2021-07-261-8/+18
* Fix various typosAndrea Gelmini2021-04-021-1/+1
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-131-52/+341
* Changes to make openzfs build within FreeBSD buildworldMatthew Macy2020-07-311-1/+1
* Mark functions as staticArvind Sankar2020-06-181-1/+1
* Add FreeBSD support to OpenZFSMatthew Macy2020-04-141-0/+4
* OpenZFS restructuring - libsplMatthew Macy2019-10-021-1/+0
* OpenZFS restructuring - zpoolMatthew Macy2019-09-301-334/+3
* Use signed types to prevent subtraction overflowRyan Moeller2019-09-221-4/+4
* Fix typos in cmd/Andrea Gelmini2019-08-301-2/+2
* Fix memory leak in check_disk()Michael Niewöhner2019-06-191-0/+1
* zpool: allow split with whole-disk devicesLOLi2018-11-201-1/+1
* Add libzutil for libzfs or libzpool consumersDon Brady2018-11-051-0/+1
* zpool: allow sharing of spare device among poolsLOLi2018-10-171-2/+7
* Pool allocation classesDon Brady2018-09-051-10/+103
* Default ashift for Amazon EC2 NVMe devicesTroels Nørgaard2018-07-061-0/+1
* Fix 'zpool add' handling of nested interior VDEVsLOLi2017-12-281-2/+4
* Fix 'zpool create|add' replication level checkBrian Behlendorf2017-12-041-2/+5
* Use ashift=12 by default on SSDSC2BW48 disksadisbladis2017-10-231-0/+1
* 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