aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zpool
Commit message (Expand)AuthorAgeFilesLines
* autoconf: use include directives instead of recursing down cmdнаб2022-05-102-97/+95
* autoconf: use include directives instead of recursing down libнаб2022-05-101-6/+7
* Workaround broken VDEV_UPATHRich Ercolani2022-05-103-10/+34
* 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
* Integrate carcass of libspl/i/s/vtoc.h into i/s/efi_partition.hнаб2022-03-151-1/+0
* Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h>наб2022-03-152-2/+2
* 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=all` to ShellCheck by defaultDamian Szuberski2022-02-071-1/+0
* 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
* Add ShellCheck's `--enable=all` inside `cmd/`Damian Szuberski2022-01-068-2/+14
* Revert "zfs list: Allow more fields in ZFS_ITER_SIMPLE mode"Paul Dagnelie2022-01-061-1/+1
* zpool: vdev_os: fix unused, remove argsusedнаб2021-12-212-0/+3
* zpool: main: fix unused, remove argsusedнаб2021-12-211-19/+13
* zpool: iter: zpool_compare: fix unused, remove argsusedнаб2021-12-211-1/+1
* zfs list: Allow more fields in ZFS_ITER_SIMPLE modeAllan Jude2021-12-161-1/+1
* Add `const` to nvlist functions to properly expose their real behaviorPaul Dagnelie2021-12-061-5/+5
* Vdev Properties FeatureAllan Jude2021-11-303-120/+349
* Remove basename(1). Clean up/shorten some coreutils pipelinesнаб2021-11-115-20/+15
* zed: Control NVMe fault LEDsTony Hutter2021-11-091-1/+7
* zpool should call zfs_nicestrtonum() with non-NULL handleToomas Soome2021-10-201-3/+4
* Rescan enclosure sysfs path on importTony Hutter2021-10-044-50/+8
* Detect iSCSI in the zpool cmd vdev media scriptDon Brady2021-09-021-1/+8
* 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
* Move check_file to os/$platform sectionJorgen Lundman2021-07-264-1/+14
* Read past end of argv array in zpool_do_import()Matthew Ahrens2021-07-261-6/+8
* Prune /*NOTREACHED*/наб2021-07-261-3/+2
* Replace /*PRINTFLIKEn*/ with attribute(printf)наб2021-07-262-9/+19
* Move properties, parameters, events, and concepts around manual sectionsнаб2021-06-091-3/+3
* FreeBSD boot code reminder after zpool upgradegrembo2021-06-014-10/+33
* Turn checkbashisms into a make targetнаб2021-06-011-6/+3
* Turn shellcheck into a normal make target. Fix new files it caughtнаб2021-06-012-3/+4
* zpool: print_zpool_script_list: remove strtokнаб2021-05-261-5/+4
* zpool: import: use realloc for realloc, remove strtokнаб2021-05-263-32/+29
* Propagate vdev state due to invalid label corruptionvermavipinkumar2021-05-251-0/+9
* zpool: vdev_run_cmd(): don't free undefined pointersнаб2021-05-081-5/+10
* Fix vdev health padding in zpool list -vYuri Pankov2021-04-141-1/+1