summaryrefslogtreecommitdiffstats
path: root/cmd/zpool
Commit message (Expand)AuthorAgeFilesLines
* OpenZFS 6872 - zfs libraries should not allow uninitialized variablesGeorge Melikov2017-01-241-2/+1
* codebase style improvements for OpenZFS 6459 portGeorge Melikov2017-01-222-6/+12
* OpenZFS 6551 - cmd/zpool: cleanup gcc warningsBrian Behlendorf2017-01-173-4/+11
* OpenZFS 6328 - Fix cstyle errors in zfs codebaseGeorge Melikov2017-01-121-1/+2
* Fix spellingka72017-01-031-2/+2
* Fix coverity defects: CID 155008cao2016-12-191-2/+5
* Don't run 'zpool iostat -c CMD' command on all vdevs, if vdevs specifiedTony Hutter2016-12-163-15/+59
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-123-16/+16
* Do not force VDEV_NAME_TYPE_ID in max_width()Håkan Johansson2016-11-301-3/+3
* Fix coverity defects: CID 154591luozhengzheng2016-11-301-1/+1
* Add -c to zpool iostat & status to run commandTony Hutter2016-11-293-6/+244
* Allow for '-o feature@<feature>=disabled' on the command lineLOLi2016-10-251-14/+19
* Pass status_cbdata_t to print_status_config() and friendsHåkan Johansson2016-10-171-68/+66
* 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 defects: CID 147602 147604cao2016-09-231-4/+8
* Fix coverity defectsluozhengzheng2016-09-221-1/+1
* Fix coverity defectscao2016-09-201-1/+2
* Fix Coverity defectsluozhengzheng2016-09-171-1/+1
* Fix memleak in zfs_do_* and zpool_do_*luozhengzheng2016-09-121-5/+23
* Fix memory/fd leak in check_file() and is_spare()liuhuang2016-09-121-2/+7
* Bring over illumos ZFS FMA logic -- phase 1Don Brady2016-09-011-1/+15
* Multi-thread 'zpool import' for blkidBrian Behlendorf2016-07-271-19/+10
* Fixes for issues found with cppcheck toolGvozden Neskovic2016-07-272-2/+13
* Add `zfs allow` and `zfs unallow` supportBrian Behlendorf2016-06-071-14/+12
* Fix minor spelling mistakesColin Ian King2016-06-061-1/+1
* Add request size histograms (-r) to zpool iostat, minor man page fixTony Hutter2016-05-251-89/+187
* Consistently use parsable instead of parseableChrister Ekholm2016-05-231-3/+3
* Make zpool list -vp print individual vdev sizes parsable.Christer Ekholm2016-05-181-11/+27
* Add -lhHpw options to "zpool iostat" for avg latency, histograms, & queuesTony Hutter2016-05-125-106/+1323
* OpenZFS 3993, 4700Adam Stevko2016-05-111-19/+92
* OpenZFS 5669 - altroot not set in zpool createBrian Behlendorf2016-05-051-0/+2
* Illumos 6659 - nvlist_free(NULL) is a no-opJosef 'Jeff' Sipek2016-04-272-6/+3
* Use udev for partition detectionBrian Behlendorf2016-04-251-14/+24
* Create unique partition labelsBrian Behlendorf2016-04-251-0/+1
* Add support for devid and phys_path keys in vdev disk labelsDon Brady2016-03-311-1/+14
* Fix zdb -e and zhack thread_init()Brian Behlendorf2016-03-211-0/+8
* Relax MBR partition scanning requirementBrian Behlendorf2016-03-101-21/+17
* Require libblkidBrian Behlendorf2016-03-092-12/+9
* Change full path subcommand flag from -p to -PBrian Behlendorf2016-02-261-25/+25
* Add -gLp to zpool subcommands for alt vdev namesRichard Yao2016-02-251-73/+169
* Illumos 5767 - fix several problems with zfs test suiteJohn Wren Kennedy2016-02-081-10/+36
* Illumos 5959 - clean up per-dataset feature count codeMatthew Ahrens2015-12-041-2/+3
* Tab-indent continuation lines in the "scan:" section of "zpool status".Remy Blank2015-09-191-3/+3
* Support parallel build trees (VPATH builds)Turbo Fredriksson2015-07-171-5/+5
* Illumos 1765 - assert triggered in libzfs_import.cPrasad Joshi2015-07-141-1/+4
* Illumos 5118 - When verifying or creating a storage pool, error messages only...Basil Crow2015-07-101-16/+18
* Illumos 4966 - zpool list iterator does not update outputGeorge Wilson2015-07-101-10/+10
* Add -y option to `zpool iostat`Hajo Möller2015-06-171-8/+23