| Commit message (Expand) | Author | Age | Files | Lines |
* | autoconf: use include directives instead of recursing down cmd | наб | 2022-05-10 | 2 | -97/+95 |
* | autoconf: use include directives instead of recursing down lib | наб | 2022-05-10 | 1 | -6/+7 |
* | Workaround broken VDEV_UPATH | Rich Ercolani | 2022-05-10 | 3 | -10/+34 |
* | zpool: guard vs_noalloc and vs_pspace with VDEV_STAT_VALID() | наб | 2022-05-05 | 1 | -2/+2 |
* | zfs, zpool: safe_malloc() duplicate argv | наб | 2022-04-01 | 1 | -1/+1 |
* | Switch from _Noreturn to __attribute__((noreturn)) | Brian Behlendorf | 2022-03-23 | 1 | -1/+1 |
* | zpool: get: there's one fewer column than in zfs get | наб | 2022-03-15 | 1 | -2/+2 |
* | zpool: get: only accept whole columns for -o, not col[=whatever] | наб | 2022-03-15 | 1 | -31/+23 |
* | zpool: wait: only accept whole columns for -t, not col[=whatever] | наб | 2022-03-15 | 1 | -20/+15 |
* | Integrate carcass of libspl/i/s/vtoc.h into i/s/efi_partition.h | наб | 2022-03-15 | 1 | -1/+0 |
* | Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h> | наб | 2022-03-15 | 2 | -2/+2 |
* | Remove bcopy(), bzero(), bcmp() | наб | 2022-03-15 | 1 | -2/+2 |
* | Add physical device size to SIZE column in 'zpool list -v' | Akash B | 2022-03-08 | 1 | -2/+7 |
* | zpool: main: list: don't pay for printf | наб | 2022-03-04 | 1 | -9/+9 |
* | zpool: main: list: -v: update dash spacing for special vdevs | наб | 2022-03-04 | 1 | -2/+2 |
* | zpool: main: use ARRAY_SIZE(class_name) instead of 3 | наб | 2022-03-04 | 1 | -3/+3 |
* | Add `--enable=all` to ShellCheck by default | Damian Szuberski | 2022-02-07 | 1 | -1/+0 |
* | Add `--enable-asan` and `--enable-ubsan` switches | Damian Szuberski | 2022-02-03 | 1 | -4/+6 |
* | Add enumerated vdev names to 'zpool iostat -v' and 'zpool list -v' | Akash B | 2022-02-03 | 1 | -4/+4 |
* | zpool: misc. cleanup | наб | 2022-02-01 | 1 | -7/+4 |
* | zpool: main: print hostids with PRIx64 | наб | 2022-02-01 | 1 | -8/+7 |
* | zpool: main: const correctness, use time_t for time | наб | 2022-02-01 | 1 | -6/+6 |
* | Add ShellCheck's `--enable=all` inside `cmd/` | Damian Szuberski | 2022-01-06 | 8 | -2/+14 |
* | Revert "zfs list: Allow more fields in ZFS_ITER_SIMPLE mode" | Paul Dagnelie | 2022-01-06 | 1 | -1/+1 |
* | zpool: vdev_os: fix unused, remove argsused | наб | 2021-12-21 | 2 | -0/+3 |
* | zpool: main: fix unused, remove argsused | наб | 2021-12-21 | 1 | -19/+13 |
* | zpool: iter: zpool_compare: fix unused, remove argsused | наб | 2021-12-21 | 1 | -1/+1 |
* | zfs list: Allow more fields in ZFS_ITER_SIMPLE mode | Allan Jude | 2021-12-16 | 1 | -1/+1 |
* | Add `const` to nvlist functions to properly expose their real behavior | Paul Dagnelie | 2021-12-06 | 1 | -5/+5 |
* | Vdev Properties Feature | Allan Jude | 2021-11-30 | 3 | -120/+349 |
* | Remove basename(1). Clean up/shorten some coreutils pipelines | наб | 2021-11-11 | 5 | -20/+15 |
* | zed: Control NVMe fault LEDs | Tony Hutter | 2021-11-09 | 1 | -1/+7 |
* | zpool should call zfs_nicestrtonum() with non-NULL handle | Toomas Soome | 2021-10-20 | 1 | -3/+4 |
* | Rescan enclosure sysfs path on import | Tony Hutter | 2021-10-04 | 4 | -50/+8 |
* | Detect iSCSI in the zpool cmd vdev media script | Don Brady | 2021-09-02 | 1 | -1/+8 |
* | Make 'zpool labelclear -f' work on offlined disks | Tony Hutter | 2021-08-27 | 1 | -1/+35 |
* | Extend zpool-iostat to account for ZIO_PRIORITY_REBUILD (#12319) | Trevor Bautista | 2021-08-26 | 1 | -9/+21 |
* | Move check_file to os/$platform section | Jorgen Lundman | 2021-07-26 | 4 | -1/+14 |
* | Read past end of argv array in zpool_do_import() | Matthew Ahrens | 2021-07-26 | 1 | -6/+8 |
* | Prune /*NOTREACHED*/ | наб | 2021-07-26 | 1 | -3/+2 |
* | Replace /*PRINTFLIKEn*/ with attribute(printf) | наб | 2021-07-26 | 2 | -9/+19 |
* | Move properties, parameters, events, and concepts around manual sections | наб | 2021-06-09 | 1 | -3/+3 |
* | FreeBSD boot code reminder after zpool upgrade | grembo | 2021-06-01 | 4 | -10/+33 |
* | Turn checkbashisms into a make target | наб | 2021-06-01 | 1 | -6/+3 |
* | Turn shellcheck into a normal make target. Fix new files it caught | наб | 2021-06-01 | 2 | -3/+4 |
* | zpool: print_zpool_script_list: remove strtok | наб | 2021-05-26 | 1 | -5/+4 |
* | zpool: import: use realloc for realloc, remove strtok | наб | 2021-05-26 | 3 | -32/+29 |
* | Propagate vdev state due to invalid label corruption | vermavipinkumar | 2021-05-25 | 1 | -0/+9 |
* | zpool: vdev_run_cmd(): don't free undefined pointers | наб | 2021-05-08 | 1 | -5/+10 |
* | Fix vdev health padding in zpool list -v | Yuri Pankov | 2021-04-14 | 1 | -1/+1 |