aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Updated the lz4 decompressorRich Ercolani2022-01-071-0/+1
* Remove sha1 hashing from OpenZFS, it's not used anywhere.Tino Reichardt2022-01-061-3/+0
* module: icp: rip out the Solaris loadable module architectureнаб2022-01-061-2/+0
* 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
* libnvpair: fix unused, remove argsusedнаб2021-12-232-3/+3
* libzutil: import: fix unused, remove argsusedнаб2021-12-235-5/+10
* libzpool: fix unused, remove argsusedнаб2021-12-233-23/+61
* libshare: nfs: fix unused, remove argsusedнаб2021-12-233-0/+4
* libzfs_core: fix unused, remove argsusedнаб2021-12-231-1/+3
* libefi: efi_type: fix unused, remove argsusedнаб2021-12-231-0/+1
* libspl: kmem.h: mark unused kmem_*() macro arguments usedнаб2021-12-231-2/+2
* libspl: ASSERT*: mark arguments as usedнаб2021-12-231-9/+9
* FreeBSD: fix world build after 143476ce8Martin Matuška2021-12-201-1/+1
* Fix error propagation from lzc_send_redactedPhilipp Riederer2021-12-201-1/+1
* libshare: nfs: always try to mkdir()наб2021-12-171-4/+2
* libshare: nfs: set export file 644наб2021-12-171-0/+1
* linux/libshare: nfs: don't needlessly strdup() hostspecнаб2021-12-171-20/+7
* libshare: nfs: share nfs_is_shared()наб2021-12-174-74/+53
* libshare: nfs: share nfs_copy_entries()наб2021-12-174-128/+52
* libshare: nfs: open temporary file onceнаб2021-12-175-109/+80
* libshare: nfs: retry flock() when interruptedнаб2021-12-171-1/+3
* freebsd/libshare: nfs: don't send SIGHUP to all processesнаб2021-12-171-1/+7
* 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
* linux: libspl: getmntany: remove unused argumentнаб2021-12-131-2/+2
* 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-068-366/+412
* 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
* Code cleanupsPawel Jakub Dawidek2021-11-301-10/+10
* Vdev Properties FeatureAllan Jude2021-11-307-23/+722
* Upgrade to libabigail 2.0.0Dimitri John Ledkov2021-11-095-5286/+4720
* zed: Control NVMe fault LEDsTony Hutter2021-11-092-3/+152
* 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
* libshare: nfs: pass through ipv6 addresses in bracket notationfelixdoerre2021-10-201-5/+42
* Fail invalid incremental recursive send gracefullyRyan Moeller2021-10-081-3/+8
* Simplify and document OpenZFS library dependenciesBrian Behlendorf2021-10-0713-1420/+1958
* Rescan enclosure sysfs path on importTony Hutter2021-10-043-13/+127
* Reject zfs send -RI with nonexistent fromsnapRich Ercolani2021-10-041-0/+17