aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
...
* zstreamdump: replace with link to zstreamнаб2021-06-085-5/+9
* zgenhostid: use argument path directlyнаб2021-06-081-13/+3
* Trim excess shellcheck annotations. Widen to all non-Korn scriptsнаб2021-06-083-4/+5
* Fix SC2181 ("[ $?") outside tests/наб2021-06-081-6/+2
* mount.zfs.8: match to reality; zfsprops.8: add missing temporary optionsнаб2021-05-271-3/+4
* Correct flaws in arc_summary[23] and their test. Rich Ercolani2021-05-272-51/+70
* Propagate vdev state due to invalid label corruptionvermavipinkumar2021-05-271-0/+9
* zpool: vdev_run_cmd(): don't free undefined pointersнаб2021-05-101-5/+10
* Replace ZoL with OpenZFS where applicableнаб2021-05-1014-14/+14
* zed: protect against wait4()/fork() races to the global PID tableнаб2021-05-101-6/+7
* zed.d/zed-functions.sh: fix zed_guid_to_pool() on dashнаб2021-05-101-5/+3
* zed.d/history_event-zfs-list-cacher.sh: no grep for snapshot detectionнаб2021-05-101-2/+2
* zed.d/*-notify.sh: use mktemp instead of generating temp path manuallyнаб2021-05-105-5/+5
* zed.d/pool_import-led.sh: fix for current zpool scriptsнаб2021-05-101-45/+45
* vdev_id: variable not getting expanded under map_slot()Arshad Hussain2021-05-101-3/+4
* zdb: ASSERT issues when DEBUG is not definedToomas Soome2021-05-101-2/+3
* zed: protect against wait4()/fork() races to the launched process treeнаб2021-04-221-4/+5
* zed: set O_CLOEXEC on persistent fds, remove closefrom() from pre-execнаб2021-04-193-13/+9
* Fix vdev health padding in zpool list -vYuri Pankov2021-04-141-1/+1
* Improvements to the 'compatibility' propertyColm2021-04-141-28/+135
* Allow zfs to send replication streams with missing snapshotspablofsf2021-04-141-1/+12
* zvol_wait: properly handle zvol_volmode sysctl being 3/noneнаб2021-04-141-6/+6
* zfs_ids_to_path: print correct wrong valuesнаб2021-04-141-3/+3
* zfs_ids_to_path: the -v comes after the executable nameнаб2021-04-141-1/+1
* arc_summary3: just read /s/m/{mod}/version instead of spawning catнаб2021-04-141-15/+5
* zvol_wait: fix for zvols with spaces in name, optimiseнаб2021-04-141-16/+12
* zstreamdump: exec zstream dumpнаб2021-04-141-1/+1
* zed: untangle _zed_conf_parse_path()наб2021-04-141-7/+10
* zed: don't malloc() global zed_conf instance, optimise zed_conf layoutнаб2021-04-143-63/+48
* zed: remove zed_conf::{min,max}_events and ZED_{MIN,MAX}_EVENTSнаб2021-04-143-14/+0
* zed: remove zed_conf::syslog_facilityнаб2021-04-142-2/+0
* zed: _zed_conf_display_help(): be consistent about what got_err meansнаб2021-04-141-4/+4
* zed: untangle -h option listingнаб2021-04-141-32/+40
* zed: print out licence string as one big chunkнаб2021-04-141-13/+7
* zed: only go up to current limit in close_from() fallbackнаб2021-04-141-7/+1
* zed: replace zed_file_write_n() with write(2), purge itнаб2021-04-143-30/+1
* zed: merge all _NOT_IMPLEMENTED_ eventsнаб2021-04-141-17/+5
* zed: remove unused zed_file_read_n()наб2021-04-142-31/+0
* zed: bump zfs_zevent_len_max if we miss any eventsнаб2021-04-141-8/+41
* zed.8: don't pretend an unprivileged user could change the script ownerнаб2021-04-141-2/+0
* zed: purge all mentions of a configuration fileнаб2021-04-144-37/+1
* zed: implement close_from() in terms of /proc/self/fd, if availableнаб2021-04-141-9/+23
* zed: print combined system/user time after ZEDLET deathнаб2021-04-141-6/+25
* zed: allow limiting concurrent jobsнаб2021-04-145-13/+43
* zed: remove unused zed_file_close_on_exec()наб2021-04-142-30/+0
* zed: use separate reaper thread and collect ZEDLETs asynchronouslyнаб2021-04-144-49/+157
* zed: set names for all threadsнаб2021-04-143-0/+3
* libzutil: zfs_isnumber(): return false if input emptyнаб2021-04-071-4/+4
* Fix various typosAndrea Gelmini2021-04-075-5/+5
* fsck.zfs: implement 4/8 exit codes as suggested in manpageнаб2021-04-074-9/+49