summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* 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
* libzfs: get rid of libzfs_handle::libzfs_mnttabнаб2021-04-131-20/+11
* Improvements to the 'compatibility' propertyColm2021-04-121-28/+135
* zed: untangle _zed_conf_parse_path()наб2021-04-111-7/+10
* zed: don't malloc() global zed_conf instance, optimise zed_conf layoutнаб2021-04-113-63/+48
* zed: remove zed_conf::{min,max}_events and ZED_{MIN,MAX}_EVENTSнаб2021-04-113-14/+0
* zed: remove zed_conf::syslog_facilityнаб2021-04-112-2/+0
* zed: _zed_conf_display_help(): be consistent about what got_err meansнаб2021-04-111-4/+4
* zed: untangle -h option listingнаб2021-04-111-32/+40
* zed: print out licence string as one big chunkнаб2021-04-111-13/+7
* Allow zfs to send replication streams with missing snapshotspablofsf2021-04-111-1/+12
* zvol_wait: properly handle zvol_volmode sysctl being 3/noneнаб2021-04-111-6/+6
* zfs_ids_to_path: print correct wrong valuesнаб2021-04-111-3/+3