aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* ZED: Match added disk by pool/vdev GUID if found (#12217)Ryan Moeller2021-06-302-6/+36
* zed: fix sending emails (#12292)Laurențiu Nicola2021-06-291-1/+1
* Annotated dprintf as printf-likeRich Ercolani2021-06-221-2/+2
* Forbid basename(3) and dirname(3)наб2021-06-111-1/+2
* Added error for writing to /dev/ on LinuxRich Ercolani2021-06-091-2/+36
* Move properties, parameters, events, and concepts around manual sectionsнаб2021-06-092-5/+5
* Fix minor shellcheck 0.7.2 warningsBrian Behlendorf2021-06-091-0/+1
* zed.d/history_event-zfs-list-cacher.sh.in: parallelise, simplifyнаб2021-06-081-10/+9
* zed.d/all-debug.sh: simplifyнаб2021-06-082-10/+9
* zed-functions.sh: zed_lock(): don't truncate lockнаб2021-06-081-1/+1
* zdb: zdb_decompress_block: don't needlessly set bufнаб2021-06-071-1/+0
* Livelist logic should handle dedup blkptrsSerapheim Dimitropoulos2021-06-071-45/+72
* libzfs: convert to -fvisibility=hiddenнаб2021-06-031-2/+1
* libspl: staticify buf and pagesize, rename aok to libspl_assert_okнаб2021-06-031-1/+1
* Added another missed case to arc_summary3Rich Ercolani2021-06-011-0/+6
* FreeBSD boot code reminder after zpool upgradegrembo2021-06-014-10/+33
* Turn checkbashisms into a make targetнаб2021-06-011-6/+3
* Turn shellcheck into a normal make target. Fix new files it caughtнаб2021-06-018-3/+18
* zstream: force-install zstreamdump linkнаб2021-05-291-1/+1
* libzfs: add zfs_get_underlying_type. Stop including libzfs_impl.h in cmdнаб2021-05-293-8/+9
* long options for ztestManoj Joseph2021-05-281-77/+196
* mount.zfs.8: match to reality; zfsprops.8: add missing temporary optionsнаб2021-05-261-3/+4
* zdb: remove strtokнаб2021-05-261-14/+17
* zpool: print_zpool_script_list: remove strtokнаб2021-05-261-5/+4
* zpool: import: use realloc for realloc, remove strtokнаб2021-05-263-32/+29
* Correct flaws in arc_summary[23] and their test. Rich Ercolani2021-05-252-51/+70
* Propagate vdev state due to invalid label corruptionvermavipinkumar2021-05-251-0/+9
* zdb: dump_history needs spaceToomas Soome2021-05-251-1/+1
* zstreamdump: replace with link to zstreamнаб2021-05-215-5/+9
* raidz_test: use only async-signal-safe functions in signal handlerнаб2021-05-201-6/+15
* zgenhostid: use argument path directlyнаб2021-05-201-13/+3
* Trim excess shellcheck annotations. Widen to all non-Korn scriptsнаб2021-05-203-4/+5
* Fix SC2181 ("[ $?") outside tests/наб2021-05-201-6/+2
* zed: Add Pushover notifierScott Colby2021-05-132-0/+99
* zpool: vdev_run_cmd(): don't free undefined pointersнаб2021-05-081-5/+10
* Replace ZoL with OpenZFS where applicableнаб2021-05-0714-14/+14
* zed: protect against wait4()/fork() races to the global PID tableнаб2021-05-071-6/+7
* undocumented libzfs API changes broke "zfs list"Matthew Ahrens2021-05-061-2/+2
* zed.d/zed-functions.sh: fix zed_guid_to_pool() on dashнаб2021-04-301-5/+3
* zed.d/history_event-zfs-list-cacher.sh: no grep for snapshot detectionнаб2021-04-301-2/+2
* zed.d/*-notify.sh: use mktemp instead of generating temp path manuallyнаб2021-04-305-5/+5
* zed.d/pool_import-led.sh: fix for current zpool scriptsнаб2021-04-301-45/+45
* zdb: dump_history can be improvedToomas Soome2021-04-291-27/+68
* zfs get: don't lookup mount options when using "-s local"Alan Somers2021-04-291-2/+2
* vdev_id: variable not getting expanded under map_slot()Arshad Hussain2021-04-291-3/+4
* zdb: ASSERT issues when DEBUG is not definedToomas Soome2021-04-271-2/+3
* zed: protect against wait4()/fork() races to the launched process treeнаб2021-04-221-4/+5
* libspl: implement atomics in terms of atomicsнаб2021-04-181-1/+1
* zed: set O_CLOEXEC on persistent fds, remove closefrom() from pre-execнаб2021-04-153-13/+9
* Fix vdev health padding in zpool list -vYuri Pankov2021-04-141-1/+1