aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* 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
* zfs_ids_to_path: the -v comes after the executable nameнаб2021-04-111-1/+1
* arc_summary3: just read /s/m/{mod}/version instead of spawning catнаб2021-04-111-15/+5
* zvol_wait: fix for zvols with spaces in name, optimiseнаб2021-04-111-16/+12
* zstreamdump: exec zstream dumpнаб2021-04-111-1/+1
* zed: only go up to current limit in close_from() fallbackнаб2021-04-071-7/+1
* zed: replace zed_file_write_n() with write(2), purge itнаб2021-04-073-30/+1
* zed: merge all _NOT_IMPLEMENTED_ eventsнаб2021-04-071-17/+5
* zed: remove unused zed_file_read_n()наб2021-04-072-31/+0
* zed: bump zfs_zevent_len_max if we miss any eventsнаб2021-04-071-8/+41
* zed.8: don't pretend an unprivileged user could change the script ownerнаб2021-04-071-2/+0
* zed: purge all mentions of a configuration fileнаб2021-04-074-37/+1
* zed: implement close_from() in terms of /proc/self/fd, if availableнаб2021-04-071-9/+23
* zed: print combined system/user time after ZEDLET deathнаб2021-04-071-6/+25
* libzutil: zfs_isnumber(): return false if input emptyнаб2021-04-061-4/+4
* Fix various typosAndrea Gelmini2021-04-025-5/+5
* zed: allow limiting concurrent jobsнаб2021-04-025-13/+43
* zed: remove unused zed_file_close_on_exec()наб2021-04-022-30/+0
* zed: use separate reaper thread and collect ZEDLETs asynchronouslyнаб2021-04-024-49/+157
* zed: set names for all threadsнаб2021-04-023-0/+3
* fsck.zfs: implement 4/8 exit codes as suggested in manpageнаб2021-03-314-9/+49
* Add compatibility file sets (ZoL 0.6.1, 0.6.4, OpenZFS 2.1)Mike Swanson2021-03-315-0/+87
* zed: reap child after killing on time-outнаб2021-03-261-0/+1
* Removed duplicated includesAndrea Gelmini2021-03-223-7/+0