aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zpool/zpool_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* zpool: main: const correctness, use time_t for timeнаб2022-02-011-6/+6
* Revert "zfs list: Allow more fields in ZFS_ITER_SIMPLE mode"Paul Dagnelie2022-01-061-1/+1
* zpool: main: fix unused, remove argsusedнаб2021-12-211-19/+13
* zfs list: Allow more fields in ZFS_ITER_SIMPLE modeAllan Jude2021-12-161-1/+1
* Vdev Properties FeatureAllan Jude2021-11-301-111/+336
* zpool should call zfs_nicestrtonum() with non-NULL handleToomas Soome2021-10-201-3/+4
* Rescan enclosure sysfs path on importTony Hutter2021-10-041-1/+2
* Make 'zpool labelclear -f' work on offlined disksTony Hutter2021-08-271-1/+35
* Extend zpool-iostat to account for ZIO_PRIORITY_REBUILD (#12319)Trevor Bautista2021-08-261-9/+21
* Read past end of argv array in zpool_do_import()Matthew Ahrens2021-07-261-6/+8
* Prune /*NOTREACHED*/наб2021-07-261-3/+2