aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzfs
Commit message (Expand)AuthorAgeFilesLines
* Publish libshare protocols, use enum-based APIнаб2022-05-124-124/+82
* autoconf: use include directives instead of recursing down libнаб2022-05-101-72/+52
* libzfs: pool: fix false-positives -Wmaybe-uninitialisedнаб2022-05-101-2/+2
* Improve zpool status output, list all affected datasetsGeorge Amanakis2022-04-251-5/+6
* Fix 'zpool history' sometimes fails without reporting any errorLow-power2022-04-151-9/+11
* libzfs: import: zpool_clear_label: bool for boolean statusнаб2022-04-131-9/+5
* libzfs: import: zpool_clear_label: don't allocate another time for L2ARC headerнаб2022-04-131-11/+7
* libzfs: import: zpool_clear_label: actually fail if clearing l2arc header failsнаб2022-04-131-10/+10
* libzfs: sendrecv: use common progress thread killerнаб2022-04-051-48/+23
* libzfs: sendrecv: always cancel progress thread in zfs_send_one()наб2022-04-051-2/+1
* libzfs: sendrecv: send_progress_thread: use localtime_r()наб2022-04-051-6/+6
* Ask libtool to stop hiding some errorsRich Ercolani2022-03-311-0/+2
* libzfs: don't NULL-check infallible allocationsнаб2022-03-3013-262/+105
* libzfs: tokenise consistently with zfs and zpoolнаб2022-03-151-50/+10
* Integrate carcass of libspl/i/s/vtoc.h into i/s/efi_partition.hнаб2022-03-151-1/+0
* Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h>наб2022-03-155-5/+5
* Remove bcopy(), bzero(), bcmp()наб2022-03-155-12/+9
* libspl: include: sys/vtoc.h: reduce to absolute barest minimumнаб2022-03-151-2/+3
* libzfs: Convert to fnvpair functionsRyan Moeller2022-03-147-200/+125
* get_key_material_https: removed bogus free() callHarry Sintonen2022-03-131-1/+0
* libzfs: FreeBSD doesn't resize partitions for youRyan Moeller2022-03-111-2/+4
* libzfs, libzfs_core: send: always write to pipeнаб2022-03-081-7/+101
* libzfs: migrate single-use libzfs_set_pipe_max() to libzfs_coreнаб2022-03-085-67/+0
* libzfs: util: don't check for allocation errors from infallible zfs_*()наб2022-03-041-11/+3
* Flex non-pretty-printed properties and raw-/pretty-print remaining onesнаб2022-03-043-48/+42
* freebsd: libzfs: zmount: void-cast unused assert(3) variablesнаб2022-02-261-3/+3
* log xattr=sa create/remove/update to ZILJitendra Patidar2022-02-221-4/+5
* Correct compilation errors reported by GCC 10/11Damian Szuberski2022-02-203-12/+13
* libzfs: Fail making a dataset handle gracefullyRyan Moeller2022-02-181-4/+9
* libtpool: -Wno-clobberedнаб2022-02-181-1/+0
* libzfs: sendrecv: fix NULL arithmetic UBнаб2022-02-181-2/+4
* userspace: mark arguments usedнаб2022-02-181-0/+5
* libzfs: calculate receive times with sub-second precisionнаб2022-02-151-8/+20
* Rename fallthrough to zfs_fallthroughJorgen Lundman2022-02-154-6/+6
* libzfs: sendrecv: fix missing error output for invalid propertiesнаб2022-02-141-3/+2
* Add `--enable-asan` and `--enable-ubsan` switchesDamian Szuberski2022-02-033-9/+15
* libzfs_sendrecv: Factor out lzc_flags_from_resume_nvlRyan Moeller2022-02-011-12/+24
* libzfs_sendrecv: Refactor find_redact_bookRyan Moeller2022-02-011-27/+52
* libzfs_sendrecv: Fix some comment style nitsRyan Moeller2022-02-011-4/+5
* libzfs_sendrecv: Style pass on dump_filesystemsRyan Moeller2022-02-011-5/+7
* libzfs_sendrecv: Style pass on dump_filesystemRyan Moeller2022-02-011-20/+31
* libzfs_sendrecv: Style pass on dump_snapshotRyan Moeller2022-02-011-11/+9
* libzfs_sendrecv: Style pass on send_print_verboseRyan Moeller2022-02-011-20/+14
* libzfs_sendrecv: Pull header line out of loopRyan Moeller2022-02-011-11/+9
* libzfs_sendrecv: Initialize in case of failureRyan Moeller2022-02-011-0/+4
* libzfs_sendrecv: Style pass on dump_ioctlRyan Moeller2022-02-011-9/+13
* libzfs_sendrecv: Style pass on zfs_send_spaceRyan Moeller2022-02-011-40/+37
* libzfs_sendrecv: Style pass on send_iterate_fsRyan Moeller2022-02-011-34/+34
* libzfs_sendrecv: Style pass on send_iterate_propRyan Moeller2022-02-011-25/+19
* libzfs_sendrecv: Style pass on send_iterate_snapRyan Moeller2022-02-011-14/+18