aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzfs
Commit message (Expand)AuthorAgeFilesLines
* Fix error propagation from lzc_send_redactedPhilipp Riederer2021-12-201-1/+1
* zcommon: pre-iterate over sysfs instead of statting every featureнаб2021-12-161-0/+16
* zfs list: Allow more fields in ZFS_ITER_SIMPLE modeAllan Jude2021-12-167-48/+88
* libzfs: diff: simplify superfluous stdioнаб2021-12-131-13/+9
* libzfs: diff: print_what() can return the symbol => get_what()наб2021-12-131-37/+18
* libzfs: diff: stream_bytes: use fputc, %hho formats charsнаб2021-12-131-2/+2
* libzfs: zpool_set_vdev_prop: remove unused vpropнаб2021-12-131-3/+0
* zfs, libzfs: diff: accept -h/ZFS_DIFF_NO_MANGLE, disabling path escapingнаб2021-12-132-2/+9
* Add `const` to nvlist functions to properly expose their real behaviorPaul Dagnelie2021-12-062-87/+90
* get_key_material: fix styleAttila Fülöp2021-11-301-2/+4
* get_key_material: skip passphrase validation when loading keysHarald van Dijk2021-11-301-4/+9
* Stop segfaulting on unmount error caseRich Ercolani2021-11-301-3/+7
* Vdev Properties FeatureAllan Jude2021-11-304-15/+687
* Upgrade to libabigail 2.0.0Dimitri John Ledkov2021-11-091-2529/+2216
* Add more explicit warning about dedup being droppedRich Ercolani2021-11-021-3/+18
* Disable normalization implicitly when setting "utf8only=off"Mike Swanson2021-10-291-0/+9
* Do not print UINT64_MAX value for some of zfs propertiesFedor Uporov2021-10-291-7/+6
* Add explicit error for device_rebuild being disabledRich Ercolani2021-10-291-3/+14
* Normalize property names for zfs receiveRich Ercolani2021-10-291-6/+21
* Skip snapshot in zfs_iter_mounted()youzhongyang2021-10-201-2/+5
* 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