aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* libzfs_sendrecv: Fix leaked holds nvlistRyan Moeller2022-02-011-4/+3
* libzfs_sendrecv: Avoid extra avl_findRyan Moeller2022-02-011-2/+3
* libzfs_sendrecv: Simplify out guid temporaryRyan Moeller2022-02-011-3/+1
* libzfs_sendrecv: Use size_t for payload_lenRyan Moeller2022-02-011-1/+1
* libzfs: mount: don't leak mnt_param_t if mnt_func failsнаб2022-02-011-1/+3
* libzfs: share_proto: constify, staticifyнаб2022-02-013-22/+20
* libzfs: const correctnessнаб2022-02-012-6/+7
* libzfs: sendrecv: fix unused, remove argsusedнаб2022-01-281-7/+6
* libefi: remove efi_type()наб2022-01-181-5/+0
* module/*.ko: prune .data, global .rodataнаб2022-01-141-94/+92
* linux: libzfs: mount: fix uninitialised flagsнаб2022-01-131-1/+1
* Revert "zfs list: Allow more fields in ZFS_ITER_SIMPLE mode"Paul Dagnelie2022-01-067-87/+46
* libzfs: fix unused, remove argsusedнаб2021-12-2310-24/+33
* 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