aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* zed: send notification email by defaultshodanshok2021-12-211-2/+2
* zfs: iter: fix unused, remove argsusedнаб2021-12-211-3/+2
* ztest: fix unused, remove argsusedнаб2021-12-211-35/+39
* zdb: il: fix unused, remove argsusedнаб2021-12-211-12/+10
* zdb: main: fix unused, remove argsusedнаб2021-12-211-31/+29
* zed: agents: fmd_api: fix unused, remove argsusedнаб2021-12-211-3/+21
* zed: agents: zfs_retire: fix unused, remove argsusedнаб2021-12-211-2/+1
* zed: agents: zfs_mod: fix unused, remove argsusedнаб2021-12-211-9/+7
* zed: agents: zfs_diagnosis: fix unused, remove argsusedнаб2021-12-211-20/+16
* zed: agents: fix unused, remove argsusedнаб2021-12-211-0/+2
* zed: exec: fix unused, remove argsusedнаб2021-12-211-1/+4
* zed: main: fix unused, remove argsusedнаб2021-12-211-0/+2
* 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
* zinject: cancel_one_handler: fix unused, remove argsusedнаб2021-12-211-1/+1
* zhack: space_delta_cb: fix unused, remove argsusedнаб2021-12-211-1/+2
* raidz_test: init_rand: fix unused, remove argsusedнаб2021-12-211-6/+2
* zfs list: Allow more fields in ZFS_ITER_SIMPLE modeAllan Jude2021-12-164-38/+83
* t/z_diff/socket, zfs: main: fix unused argument warnings, ARGSUSED tagsнаб2021-12-131-8/+5
* zfs, libzfs: diff: accept -h/ZFS_DIFF_NO_MANGLE, disabling path escapingнаб2021-12-131-1/+4
* Add `const` to nvlist functions to properly expose their real behaviorPaul Dagnelie2021-12-066-15/+19
* Allow printing special vdev metaslab groupsRich Ercolani2021-11-301-3/+5
* Vdev Properties FeatureAllan Jude2021-11-303-120/+349
* Remove basename(1). Clean up/shorten some coreutils pipelinesнаб2021-11-119-29/+27
* zhack: Add repair label optionFedor Uporov2021-11-111-1/+170
* zdb: Report bad label checksumFedor Uporov2021-11-101-4/+48
* zed: Control NVMe fault LEDsTony Hutter2021-11-093-8/+77
* Skip spacemaps reading in case of pool readonly importFedor Uporov2021-11-091-0/+6
* Update `checkstyle` workflow env to ubuntu-20.04Damian Szuberski2021-11-021-1/+1
* vdev_id: Fix PHY sortingTony Hutter2021-10-291-1/+1
* vdev_id: Fix enclosure_symlinks featureTony Hutter2021-10-201-2/+2
* zpool should call zfs_nicestrtonum() with non-NULL handleToomas Soome2021-10-201-3/+4
* Notify on UNAVAIL statechangeFrancesco Mazzoli2021-10-151-2/+3
* zdb: fix overflow of time estimationTeodor Spæren2021-10-151-4/+5
* arcstat: Fix integer division with python3Valmiky Arquissandas2021-10-081-33/+33
* Rescan enclosure sysfs path on importTony Hutter2021-10-044-50/+8
* Use fallthrough macroBrian Behlendorf2021-09-144-3/+4