aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zpool/zpool_main.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Move properties, parameters, events, and concepts around manual sectionsнаб2021-06-091-3/+3
* FreeBSD boot code reminder after zpool upgradegrembo2021-06-011-10/+12
* zpool: print_zpool_script_list: remove strtokнаб2021-05-261-5/+4
* zpool: import: use realloc for realloc, remove strtokнаб2021-05-261-32/+12
* Propagate vdev state due to invalid label corruptionvermavipinkumar2021-05-251-0/+9
* Fix vdev health padding in zpool list -vYuri Pankov2021-04-141-1/+1
* Improvements to the 'compatibility' propertyColm2021-04-121-28/+135
* libzutil: zfs_isnumber(): return false if input emptyнаб2021-04-061-4/+4
* Fix various typosAndrea Gelmini2021-04-021-1/+1
* zpool import cachefile improvementsGeorge Wilson2021-03-121-118/+181
* zpool: use tab to intend continuation from removal statusThomas Lamprecht2021-03-051-4/+4
* Add missing checks for unsupported featuresMartin Matuška2021-02-271-0/+2