aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zpool/zpool_main.c
Commit message (Expand)AuthorAgeFilesLines
* Add 'zpool status -e' flag to see unhealthy vdevsCameron Harr2024-02-081-4/+54
* zpool: Add slot power control, print power statusTony Hutter2024-01-291-29/+210
* zpool wait: print timestamp before the headerRob N2024-01-291-3/+3
* import: require force when cachefile hostid doesn't match on-diskRob Norris2023-10-071-4/+19
* cmd: add 'help' subcommand to zpool and zfsRob N2023-09-221-0/+31
* Relax error reporting in zpool import and zpool splitUmer Saleem2023-09-021-11/+23
* Do not report bytes skipped by scan as issued.Alexander Motin2023-06-301-39/+55
* Teach zpool scrub to scrub only blocks in error logGeorge Amanakis2023-05-181-10/+101
* Add the ability to uninitializeBrian Behlendorf2023-05-181-5/+17
* Add support for zpool user propertiesAllan Jude2023-04-211-2/+16
* Create zap for root vdevrob-wing2023-04-201-22/+43
* Values printed by zpool-iostat(8) should be right-alignedLow-power2023-04-181-4/+6
* libzfs: add v2 iterator interfacesRob N2023-04-101-1/+1
* Storage device expansion "silently" fails on degraded vdevPaul Dagnelie2023-04-061-0/+22
* Colorize zpool iostat outputTino Reichardt2023-03-241-1/+34
* nvpair: Constify string functionsRichard Yao2023-03-141-27/+29
* Fix TOCTOU race in zpool_do_labelclear()Richard Yao2023-03-081-14/+20
* Improve resilver ETAsBrian Behlendorf2023-01-251-11/+22
* zpool-set: print error message when pool or vdev is not validRob Wing2023-01-171-19/+17
* zpool-set: update usage textRob Wing2023-01-171-1/+2
* zpool: do guid-based comparison in is_vdev_cb()rob-wing2023-01-111-11/+4
* deadlock between spa_errlog_lock and dp_config_rwlockMatthew Ahrens2022-12-221-26/+6
* zfs list: Allow more fields in ZFS_ITER_SIMPLE modeAllan Jude2022-12-131-1/+1
* Fix potential buffer overflow in zpool commandRichard Yao2022-12-081-1/+7
* Fix GCC 12 compilation errorsszubersk2022-11-301-1/+1
* Expose libzutil error info in libpc_handle_tUmer Saleem2022-10-041-2/+7
* Fix userland resource leaksRichard Yao2022-09-231-0/+1
* zpool: Don't print "repairing" on force faulted drivesTony Hutter2022-09-231-2/+9
* Fix column width in 'zpool iostat -v' and 'zpool list -v'Samuel2022-09-061-4/+4
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Enable -Wwrite-stringsнаб2022-06-291-42/+39
* Replace ZPROP_INVAL with ZPROP_USERPROP where it means a user propertyAllan Jude2022-06-141-2/+2
* libzfs: return (allocated) strings instead of filling buffersнаб2022-05-181-5/+1
* zpool: max_width: monomorphise subtype iterationнаб2022-05-161-31/+12
* Replace libzfs sharing _nfs() and _smb() APIs with protocol listsнаб2022-05-121-2/+2
* zpool: guard vs_noalloc and vs_pspace with VDEV_STAT_VALID()наб2022-05-051-2/+2
* zfs, zpool: safe_malloc() duplicate argvнаб2022-04-011-1/+1
* Switch from _Noreturn to __attribute__((noreturn))Brian Behlendorf2022-03-231-1/+1
* zpool: get: there's one fewer column than in zfs getнаб2022-03-151-2/+2
* zpool: get: only accept whole columns for -o, not col[=whatever]наб2022-03-151-31/+23
* zpool: wait: only accept whole columns for -t, not col[=whatever]наб2022-03-151-20/+15
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-2/+2
* Add physical device size to SIZE column in 'zpool list -v'Akash B2022-03-081-2/+7
* zpool: main: list: don't pay for printfнаб2022-03-041-9/+9
* zpool: main: list: -v: update dash spacing for special vdevsнаб2022-03-041-2/+2
* zpool: main: use ARRAY_SIZE(class_name) instead of 3наб2022-03-041-3/+3
* Add `--enable-asan` and `--enable-ubsan` switchesDamian Szuberski2022-02-031-4/+6
* Add enumerated vdev names to 'zpool iostat -v' and 'zpool list -v'Akash B2022-02-031-4/+4
* zpool: misc. cleanupнаб2022-02-011-7/+4
* zpool: main: print hostids with PRIx64наб2022-02-011-8/+7