aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzfs
Commit message (Expand)AuthorAgeFilesLines
...
* Fail invalid incremental recursive send gracefullyRyan Moeller2021-10-081-3/+8
* Simplify and document OpenZFS library dependenciesBrian Behlendorf2021-10-074-452/+1788
* Reject zfs send -RI with nonexistent fromsnapRich Ercolani2021-10-041-0/+17
* Upstream: unmount snapshots before destroying them on macOSJorgen Lundman2021-09-204-1/+22
* Use fallthrough macroBrian Behlendorf2021-09-144-7/+6
* Update ABI files via new libabigail versionGeorge Melikov2021-09-021-3960/+2703
* Add zpool_disable_datasets_os() / zfs_unmount_os()Jorgen Lundman2021-08-314-0/+45
* Make get_key_material_file fail more verboselyRich Ercolani2021-08-051-1/+1
* Update ABI files with generated in CI workerGeorge Melikov2021-07-261-6117/+3765
* Normalise /*FALLTHR{OUGH,U}*/наб2021-07-261-1/+1
* Replace /*PRINTFLIKEn*/ with attribute(printf)наб2021-07-261-5/+0
* Remove old orig_fd variable from zfs sendJorgen Lundman2021-07-211-2/+1
* pass handle to do_unmount()Jorgen Lundman2021-07-154-41/+39
* Replace strchrnul() with strrchr()Jorgen Lundman2021-07-071-1/+3
* Fix flag copying in resume casePaul Dagnelie2021-06-241-0/+4
* Forbid basename(3) and dirname(3)наб2021-06-111-1/+1
* Added error for writing to /dev/ on LinuxRich Ercolani2021-06-091-0/+1
* lib{efi,avl,share,tpool,zfs_core,zfsbootenv,zutil}: -fvisibility=hiddenнаб2021-06-091-110/+73
* libzfs: zfs_send: remove unused variableнаб2021-06-071-12/+0
* libzfs: write_inuse_diffs_one: format strerror() with "%s"наб2021-06-041-2/+3
* Let zfs diff be more permissiveRich Ercolani2021-06-041-12/+23
* libzfs: convert to -fvisibility=hiddenнаб2021-06-035-5592/+5058
* libzfs: don't distribute libzfs_impl.hнаб2021-06-039-7/+271
* A couple of small style cleanupsColm2021-06-031-12/+24
* libzfs: add zfs_get_underlying_type. Stop including libzfs_impl.h in cmdнаб2021-05-292-630/+648
* libzfs: format safetyнаб2021-05-296-65/+52
* freebsd/libzfs: import execvPe() from FreeBSD 13наб2021-05-261-19/+42
* Don't abuse vfork()наб2021-05-211-1/+1
* libzfs: run_process: don't leak fd on reopen failureнаб2021-05-211-1/+3
* libzfs: run_process: reuse line, don't leak itнаб2021-05-211-13/+10
* libzfs: run_process: set O_NONBLOCK on lines pipeнаб2021-05-211-2/+3
* FreeBSD: Don't force xattr mount optionRyan Moeller2021-05-131-5/+0
* libzfs: add keylocation=https://, backed by fetch(3) or libcurlнаб2021-05-124-4215/+6609
* libzfs: zfs_asprintf(): don't return undefined pointerнаб2021-05-081-1/+3
* libzfs: zpool_load_compat(): open feature file cloexecнаб2021-05-081-8/+10
* undocumented libzfs API changes broke "zfs list"Matthew Ahrens2021-05-064-16/+11
* zfs get: don't lookup mount options when using "-s local"Alan Somers2021-04-294-11/+16
* receive: don't fail inheriting (-x) properties on wrong dataset typePrawn2021-04-261-18/+28
* libzfs: refresh property cache after inheriting userpropнаб2021-04-171-0/+1
* libzfs: don't mark prompt+raw as retriableнаб2021-04-171-1/+1
* libzfs: get rid of unused libzfs_handle::libzfs_{storeerr,chassis_id}наб2021-04-131-119/+113
* libzfs: get rid of libzfs_handle::libzfs_mnttabнаб2021-04-134-2734/+2598
* libzfs: zfs_mount_at(): load key for encryption root if MS_CRYPTнаб2021-04-121-1/+24
* cmd/zfs receive: allow dry-run (-n) to check property argsPrawn2021-04-121-20/+20
* Improvements to the 'compatibility' propertyColm2021-04-123-2673/+2772
* Update libzfs.abi for zfs_send() changeBrian Behlendorf2021-04-111-2602/+2537
* lib/: set O_CLOEXEC on all fdsнаб2021-04-119-27/+21
* libzfs{,_core}: set O_CLOEXEC on persistent (ZFS_DEV and MNTTAB) fdsнаб2021-04-113-6/+6
* libzfs: zfs_crypto_create() requires a new key by definition: set newkeyнаб2021-04-111-1/+1
* libzfs_crypto.c: remove unused key_locator enumнаб2021-04-111-6/+0