summaryrefslogtreecommitdiffstats
path: root/cmd (follow)
Commit message (Expand)AuthorAgeLines
* Use _Noreturn (C11) properlyHEADmasterAlejandro Colomar2022-03-03-9/+9
* Fix erroneous zstreamdump warningPaul Dagnelie2022-02-26-1/+6
* ztest: Fix ASSERT in ztest_objset_destroy_cb()Brian Behlendorf2022-02-26-1/+9
* zed: Misc multipath autoreplace fixesTony Hutter2022-02-24-16/+173
* log xattr=sa create/remove/update to ZILJitendra Patidar2022-02-22-0/+26
* Correct compilation errors reported by GCC 10/11Damian Szuberski2022-02-20-6/+4
* raidz_test: silence unsigned >=0 warningsнаб2022-02-18-11/+14
* userspace: mark arguments usedнаб2022-02-18-0/+2
* Rename fallthrough to zfs_fallthroughJorgen Lundman2022-02-15-3/+3
* `mount.zfs -o zfsutil` leverages `zfs_mount_at()`Damian Szuberski2022-02-08-13/+34
* Add `--enable=all` to ShellCheck by defaultDamian Szuberski2022-02-07-7/+1
* Add `--enable-asan` and `--enable-ubsan` switchesDamian Szuberski2022-02-03-7/+28
* zed-functions.sh: escape newline to produce valid jsonPhil Kauffman2022-02-03-1/+1
* Add enumerated vdev names to 'zpool iostat -v' and 'zpool list -v'Akash B2022-02-03-4/+4
* Report dnodes with faulty bonuslenGeorge Amanakis2022-02-03-0/+8
* Fix trivial calloc(3) arguments orderTomohiro Kusumi2022-02-02-1/+1
* zpool: misc. cleanupнаб2022-02-01-7/+4
* zpool: main: print hostids with PRIx64наб2022-02-01-8/+7
* zpool: main: const correctness, use time_t for timeнаб2022-02-01-6/+6
* Replace *CTASSERT() with _Static_assert()наб2022-01-26-31/+41
* Fix problem with zdb -dPaul Zuchowski2022-01-20-30/+84
* module/*.ko: prune .data, global .rodataнаб2022-01-14-8/+7
* Removed Python 2 and Python 3.5- supportDamian Szuberski2022-01-13-1199/+6
* Add ShellCheck's `--enable=all` inside `cmd/`Damian Szuberski2022-01-06-27/+61
* Revert "zfs list: Allow more fields in ZFS_ITER_SIMPLE mode"Paul Dagnelie2022-01-06-83/+38
* Long opts for zdbManoj Joseph2022-01-06-58/+123
* zed: send notification email by defaultshodanshok2021-12-21-2/+2
* zfs: iter: fix unused, remove argsusedнаб2021-12-21-3/+2
* ztest: fix unused, remove argsusedнаб2021-12-21-35/+39
* zdb: il: fix unused, remove argsusedнаб2021-12-21-12/+10
* zdb: main: fix unused, remove argsusedнаб2021-12-21-31/+29
* zed: agents: fmd_api: fix unused, remove argsusedнаб2021-12-21-3/+21
* zed: agents: zfs_retire: fix unused, remove argsusedнаб2021-12-21-2/+1
* zed: agents: zfs_mod: fix unused, remove argsusedнаб2021-12-21-9/+7
* zed: agents: zfs_diagnosis: fix unused, remove argsusedнаб2021-12-21-20/+16
* zed: agents: fix unused, remove argsusedнаб2021-12-21-0/+2
* zed: exec: fix unused, remove argsusedнаб2021-12-21-1/+4
* zed: main: fix unused, remove argsusedнаб2021-12-21-0/+2
* zpool: vdev_os: fix unused, remove argsusedнаб2021-12-21-0/+3
* zpool: main: fix unused, remove argsusedнаб2021-12-21-19/+13
* zpool: iter: zpool_compare: fix unused, remove argsusedнаб2021-12-21-1/+1
* zinject: cancel_one_handler: fix unused, remove argsusedнаб2021-12-21-1/+1
* zhack: space_delta_cb: fix unused, remove argsusedнаб2021-12-21-1/+2
* raidz_test: init_rand: fix unused, remove argsusedнаб2021-12-21-6/+2
* zfs list: Allow more fields in ZFS_ITER_SIMPLE modeAllan Jude2021-12-16-38/+83
* t/z_diff/socket, zfs: main: fix unused argument warnings, ARGSUSED tagsнаб2021-12-13-8/+5
* zfs, libzfs: diff: accept -h/ZFS_DIFF_NO_MANGLE, disabling path escapingнаб2021-12-13-1/+4
* Add `const` to nvlist functions to properly expose their real behaviorPaul Dagnelie2021-12-06-15/+19
* Allow printing special vdev metaslab groupsRich Ercolani2021-11-30-3/+5
* Vdev Properties FeatureAllan Jude2021-11-30-120/+349