summaryrefslogtreecommitdiffstats
path: root/lib/libzfs
Commit message (Expand)AuthorAgeFilesLines
* Make 1-bit bitfields unsignedBrooks Davis2022-12-011-2/+2
* Call va_end() before return in zpool_standard_error_fmt()Richard Yao2022-12-011-1/+1
* Handle ECKSUM as new EZFS_CKSUM ‒ "insufficient replicas"наб2022-12-011-0/+6
* zpool_load_compat() should create strings of length ZFS_MAXPROPLENRichard Yao2022-12-011-2/+2
* libzfs recv: Check if user prop before inheritableRyan Moeller2022-11-301-2/+2
* Ask libtool to stop hiding some errorsRich Ercolani2022-09-211-0/+3
* libtpool: -Wno-clobberedнаб2022-07-271-1/+0
* libzfs: Fail making a dataset handle gracefullyRyan Moeller2022-06-061-4/+9
* libzfs: mount: don't leak mnt_param_t if mnt_func failsнаб2022-06-061-1/+3
* Reject zfs send -RI with nonexistent fromsnapRich Ercolani2022-06-061-0/+17
* libzfs: zfs_send: remove unused variableнаб2022-05-021-12/+0
* libzfs: import: zpool_clear_label: actually fail if clearing l2arc header failsнаб2022-04-151-10/+10
* libzfs: sendrecv: always cancel progress thread in zfs_send_one()наб2022-04-111-2/+1
* libzfs: diff: stream_bytes: use fputc, %hho formats charsнаб2022-04-011-2/+2
* zfs, libzfs: diff: accept -h/ZFS_DIFF_NO_MANGLE, disabling path escapingнаб2022-04-011-2/+8
* get_key_material_https: removed bogus free() callнаб2022-03-171-1/+0
* libzfs: add keylocation=https://, backed by fetch(3) or libcurlнаб2022-02-164-21/+248
* libzfs_sendrecv: Fix leaked holds nvlistRyan Moeller2022-02-031-4/+3
* libzfs_sendrecv: Avoid extra avl_findRyan Moeller2022-02-031-2/+3
* linux: libzfs: mount: fix uninitialised flagsнаб2022-02-031-1/+1
* Fix error propagation from lzc_send_redactedPhilipp Riederer2022-02-031-1/+1
* Upgrade to libabigail 2.0.0Dimitri John Ledkov2021-11-051-3596/+3175
* Use fallthrough macroBrian Behlendorf2021-11-024-7/+6
* Update ABI files via new libabigail versionGeorge Melikov2021-09-141-4888/+6611
* Make get_key_material_file fail more verboselyRich Ercolani2021-09-141-1/+1
* Remove old orig_fd variable from zfs sendJorgen Lundman2021-09-141-2/+1
* Replace strchrnul() with strrchr()Jorgen Lundman2021-09-141-1/+3
* Fix flag copying in resume casePaul Dagnelie2021-06-241-0/+4
* Added error for writing to /dev/ on LinuxRich Ercolani2021-06-101-0/+1
* libzfs: format safetyнаб2021-06-106-65/+52
* libzfs: write_inuse_diffs_one: format strerror() with "%s"наб2021-06-091-2/+3
* Let zfs diff be more permissiveRich Ercolani2021-06-091-12/+23
* A couple of small style cleanupsColm2021-06-091-12/+24
* FreeBSD: Don't force xattr mount optionRyan Moeller2021-05-271-5/+0
* libzfs: zfs_asprintf(): don't return undefined pointerнаб2021-05-101-1/+3
* libzfs: zpool_load_compat(): open feature file cloexecнаб2021-05-101-8/+10
* receive: don't fail inheriting (-x) properties on wrong dataset typePrawn2021-05-101-18/+28
* libzfs: refresh property cache after inheriting userpropнаб2021-04-191-0/+1
* libzfs: don't mark prompt+raw as retriableнаб2021-04-191-1/+1
* libzfs: zfs_mount_at(): load key for encryption root if MS_CRYPTнаб2021-04-141-1/+24
* cmd/zfs receive: allow dry-run (-n) to check property argsPrawn2021-04-141-20/+20
* Improvements to the 'compatibility' propertyColm2021-04-143-2673/+2772
* Update libzfs.abi for zfs_send() changeBrian Behlendorf2021-04-141-2602/+2537
* lib/: set O_CLOEXEC on all fdsнаб2021-04-149-27/+21
* libzfs{,_core}: set O_CLOEXEC on persistent (ZFS_DEV and MNTTAB) fdsнаб2021-04-143-6/+6
* libzfs: zfs_crypto_create() requires a new key by definition: set newkeyнаб2021-04-141-1/+1
* libzfs_crypto.c: remove unused key_locator enumнаб2021-04-141-6/+0
* Allow zfs to send replication streams with missing snapshotspablofsf2021-04-141-13/+23
* zfs get -p only outputs 3 columns if "clones" property is emptymatt-fidd2021-04-071-1/+2
* Fix various typosAndrea Gelmini2021-04-071-1/+1