summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* Address warnings about possible division by zero from clangsaRichard Yao2022-12-011-0/+1
* Fix theoretical use of uninitialized valuesRichard Yao2022-12-011-1/+1
* Fix NULL pointer dereference in zdbRichard Yao2022-12-011-1/+1
* ZED: Fix uninitialized value readsRichard Yao2022-12-012-0/+2
* Fix unreachable code in zstreamdumpRichard Yao2022-12-011-3/+3
* Fix potential NULL pointer dereference in zfsdle_vdev_online()Richard Yao2022-12-011-1/+1
* zed: Avoid core dump if wholedisk property does not existAmeer Hamza2022-11-081-7/+4
* zvol_wait logic may terminate prematurelySerapheim Dimitropoulos2022-11-011-0/+7
* Remove ambiguity on demand vs prefetch stats reported by arc_summaryshodanshok2022-11-011-4/+4
* zpool: Don't print "repairing" on force faulted drivesTony Hutter2022-09-281-2/+9
* Add zfs_btree_verify_intensity kernel module parameterRichard Yao2022-09-211-1/+1
* Add physical device size to SIZE column in 'zpool list -v'Akash B2022-09-151-2/+7
* zed: Fix config_sync autoexpand floodTony Hutter2022-09-142-8/+163
* Fix column width in 'zpool iostat -v' and 'zpool list -v'Samuel2022-09-141-4/+4
* zed: Look for NVMe DEVPATH if no ID_BUSTony Hutter2022-09-131-2/+11
* zed: Ignore false 'atari' partitions in autoreplaceTony Hutter2022-09-131-8/+23
* arcstat: fix -p optionr-ricci2022-08-121-1/+1
* Fix problem with zdb -dPaul Zuchowski2022-08-081-29/+82
* Fix -Wformat-overflow warning in zfs_project_handle_dir()Brian Behlendorf2022-07-271-4/+10
* Fix -Wformat-truncation warning in upgrade_set_callback()Brian Behlendorf2022-07-271-1/+1
* zed: support subject as header in zed_notify_email()heeplr2022-05-272-4/+18
* zed: Take no action on scrub/resilver checksum errorsBrian Behlendorf2022-05-271-0/+20
* zdb: Fix handling of nul termination in symlink targetsMark Johnston2022-05-271-1/+6
* zvol_wait: Ignore locked zvolsRichard Laager2022-05-201-4/+6
* Skip spacemaps reading in case of pool readonly importBrian Behlendorf2022-04-281-0/+6
* zfs: holds: dequadratifyнаб2022-04-281-1/+1
* zfs, libzfs: diff: accept -h/ZFS_DIFF_NO_MANGLE, disabling path escapingнаб2022-04-011-1/+4
* zed: Misc multipath autoreplace fixesTony Hutter2022-03-182-16/+173
* Fix erroneous zstreamdump warningPaul Dagnelie2022-03-011-1/+6
* `mount.zfs -o zfsutil` leverages `zfs_mount_at()`Damian Szuberski2022-02-161-13/+34
* Remove basename(1). Clean up/shorten some coreutils pipelinesнаб2022-02-169-29/+27
* Add enumerated vdev names to 'zpool iostat -v' and 'zpool list -v'Akash B2022-02-161-4/+4
* Report dnodes with faulty bonuslenGeorge Amanakis2022-02-161-0/+8
* Notify on UNAVAIL statechangeFrancesco Mazzoli2022-02-101-2/+3
* Upstream: Add snapshot and zvol eventsJorgen Lundman2022-02-104-1/+5
* zed: Add Pushover notifierScott Colby2022-02-102-0/+99
* zed-functions.sh: escape newline to produce valid jsonPhil Kauffman2022-02-071-1/+1
* zed: send notification email by defaultshodanshok2022-02-071-2/+2
* Update `checkstyle` workflow env to ubuntu-20.04Damian Szuberski2021-12-081-1/+1
* zed: Control NVMe fault LEDsTony Hutter2021-11-053-8/+77
* vdev_id: Fix PHY sortingTony Hutter2021-11-021-1/+1
* vdev_id: Fix enclosure_symlinks featureTony Hutter2021-11-021-2/+2
* Rescan enclosure sysfs path on importTony Hutter2021-11-024-50/+8
* Use fallthrough macroBrian Behlendorf2021-11-024-2/+4
* Detect iSCSI in the zpool cmd vdev media scriptDon Brady2021-09-141-1/+8
* Fix cross-endian interoperability of zstdRich Ercolani2021-09-141-2/+4
* Make 'zpool labelclear -f' work on offlined disksTony Hutter2021-09-141-1/+35
* vdev_id: Return an error if config file is not foundAnton Gubarkov2021-09-141-2/+3
* Read past end of argv array in zpool_do_import()Matthew Ahrens2021-09-141-6/+8
* zpool_influxdb: fix -Werror=stringop-truncationGeorge Melikov2021-09-141-2/+1