aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* zed: functions: zed_log_err: forward to zed_log_msgнаб2022-04-011-2/+1
* zed: lets: all-debug: printenv -> envнаб2022-04-011-1/+1
* zfs, zpool: safe_malloc() duplicate argvнаб2022-04-012-2/+2
* zfs: simplify usage_prop_cb valuesнаб2022-04-011-4/+1
* zfs: main: don't NULL-check infallible safe_malloc()наб2022-03-302-3/+1
* Switch from _Noreturn to __attribute__((noreturn))Brian Behlendorf2022-03-236-12/+12
* Allow zfs send to exclude datasetsSean Eric Fagan2022-03-181-5/+92
* zfs: list: only accept whole type for -t, not tp[=whatever]наб2022-03-151-37/+26
* zfs: get: only accept whole type for -t, not tp[=whatever]наб2022-03-151-30/+22
* zfs: get: only accept whole source for -s, not src[=whatever]наб2022-03-151-31/+20
* zfs: get: only accept whole column for -o, not col[=whatever]наб2022-03-151-34/+26
* zpool: get: there's one fewer column than in zfs getнаб2022-03-151-2/+2
* zfs: wait: only accept whole activity for -t, not act[=whatever]наб2022-03-151-15/+13
* 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
* Replace FMD_B_{TRUE,FALSE} with B_{TRUE,FALSE}наб2022-03-153-12/+7
* 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-1514-14/+14
* Remove bcopy(), bzero(), bcmp()наб2022-03-1511-94/+76
* Add physical device size to SIZE column in 'zpool list -v'Akash B2022-03-081-2/+7
* Revert "Added error for writing to /dev/ on Linux"наб2022-03-081-38/+2
* Use _Noreturn (C11; GNU89) properlyAlejandro Colomar2022-03-044-9/+9
* 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
* Fix erroneous zstreamdump warningPaul Dagnelie2022-02-261-1/+6
* ztest: Fix ASSERT in ztest_objset_destroy_cb()Brian Behlendorf2022-02-261-1/+9
* zed: Misc multipath autoreplace fixesTony Hutter2022-02-242-16/+173
* log xattr=sa create/remove/update to ZILJitendra Patidar2022-02-222-0/+26
* Correct compilation errors reported by GCC 10/11Damian Szuberski2022-02-202-6/+4
* raidz_test: silence unsigned >=0 warningsнаб2022-02-182-11/+14
* userspace: mark arguments usedнаб2022-02-181-0/+2
* Rename fallthrough to zfs_fallthroughJorgen Lundman2022-02-153-3/+3
* `mount.zfs -o zfsutil` leverages `zfs_mount_at()`Damian Szuberski2022-02-081-13/+34
* Add `--enable=all` to ShellCheck by defaultDamian Szuberski2022-02-076-7/+1
* Add `--enable-asan` and `--enable-ubsan` switchesDamian Szuberski2022-02-035-7/+28
* zed-functions.sh: escape newline to produce valid jsonPhil Kauffman2022-02-031-1/+1
* Add enumerated vdev names to 'zpool iostat -v' and 'zpool list -v'Akash B2022-02-031-4/+4
* Report dnodes with faulty bonuslenGeorge Amanakis2022-02-031-0/+8
* Fix trivial calloc(3) arguments orderTomohiro Kusumi2022-02-021-1/+1
* 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
* Replace *CTASSERT() with _Static_assert()наб2022-01-261-31/+41
* Fix problem with zdb -dPaul Zuchowski2022-01-201-30/+84
* module/*.ko: prune .data, global .rodataнаб2022-01-142-8/+7
* Removed Python 2 and Python 3.5- supportDamian Szuberski2022-01-135-1199/+6
* Add ShellCheck's `--enable=all` inside `cmd/`Damian Szuberski2022-01-0625-27/+61
* Revert "zfs list: Allow more fields in ZFS_ITER_SIMPLE mode"Paul Dagnelie2022-01-064-83/+38
* Long opts for zdbManoj Joseph2022-01-061-58/+123