aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Allow receiver to override encryption properties in case of replicationAmeer Hamza2022-12-131-1/+11
* zfs list: Allow more fields in ZFS_ITER_SIMPLE modeAllan Jude2022-12-137-51/+108
* Do not pass -1 to strerror() from zfs_send_cb_impl()Richard Yao2022-12-082-2/+5
* Fix GCC 12 compilation errorsszubersk2022-11-302-0/+45
* Don't leak packed recieved proprtiesBrooks Davis2022-11-291-7/+10
* Add <limits.h> headerMinsoo Choo2022-11-282-0/+2
* FreeBSD: do_mount() passes wrong string length to helperRichard Yao2022-11-181-18/+8
* FreeBSD: get_zfs_ioctl_version() should be cast to (void)Richard Yao2022-11-181-1/+1
* Ubuntu 22.04 integration: Cppcheckszubersk2022-11-181-0/+1
* Allow to control failfastMariusz Zaborski2022-11-101-1/+2
* freebsd: simplify MD isa_defs.hBrooks Davis2022-11-071-25/+0
* freebsd: add ifdefs around legacy ioctl supportBrooks Davis2022-11-072-1/+16
* Make 1-bit bitfields unsignedBrooks Davis2022-11-031-3/+3
* libuutil: deobfuscate internal pointersBrooks Davis2022-11-032-32/+28
* recvd_props_mode: use a uintptr_t to stash nvlistsBrooks Davis2022-11-031-5/+5
* zfs_onexit_add_cb: make action_handle point to a uintptr_tBrooks Davis2022-11-031-1/+1
* Improve RISC-V supportBrooks Davis2022-11-031-1/+5
* FreeBSD: Fix regression from kmem_scnprintf() in libzfsRichard Yao2022-11-011-1/+3
* Fix oversights from 4170ae4eRichard Yao2022-10-311-1/+1
* Introduce kmem_scnprintf()Richard Yao2022-10-293-2/+31
* Fix TOCTOU race conditions reported by CodeQL and CoverityRichard Yao2022-10-291-2/+13
* Fix multiplication converted to larger typeAndrew Innes2022-10-281-1/+1
* Aligned free for aligned allocAndrew Innes2022-10-262-10/+28
* Linux: Fix big endian and partial read bugs in get_system_hostid()Richard Yao2022-10-201-1/+5
* Fix theoretical use of uninitialized valuesRichard Yao2022-10-191-3/+2
* Cleanup: Delete unnecessary pointer check from vdev_to_nvlist_iter()Richard Yao2022-10-181-1/+1
* set_global_var() should not pass NULL pointers to dlclose()Richard Yao2022-10-181-1/+2
* Cleanup: Address Clang's static analyzer's unused code complaintsRichard Yao2022-10-147-14/+9
* Fix potential NULL pointer dereference in lzc_ioctl()Richard Yao2022-10-141-1/+1
* Handle possible null pointers from malloc/strdup/strndup()Richard Yao2022-10-062-2/+6
* Add membar_sync abi changeUmer Saleem2022-10-041-0/+1
* Expose libzutil error info in libpc_handle_tUmer Saleem2022-10-043-57/+82
* Fix memory leak found by GCC static analyzerRichard Yao2022-10-031-1/+3
* Fix userland dereference NULL return value bugsRichard Yao2022-09-301-0/+2
* Fix double const qualifier declarationsTino Reichardt2022-09-303-5/+4
* Reduce false positives from Static AnalyzersRichard Yao2022-09-305-1/+47
* zed: mark disks as REMOVED when they are removedAmeer Hamza2022-09-282-0/+43
* Fix unsafe string operationsRichard Yao2022-09-274-17/+21
* Cleanup: Switch to strlcpy from strncpyRichard Yao2022-09-273-9/+7
* Enforce "-F" flag on resuming recv of full/newfs on existing datasetJitendra Patidar2022-09-272-0/+43
* Fix double declaration of getauxval() for FreeBSD PPCTino Reichardt2022-09-261-2/+3
* Fix userland resource leaksRichard Yao2022-09-232-3/+5
* Fix unchecked return values and unused return valuesRichard Yao2022-09-231-2/+3
* set_global_var_parse_kv() should pass the pointer from strdup()Richard Yao2022-09-231-2/+3
* Add membar_syncMateusz Guzik2022-09-202-0/+13
* Call va_end() before return in zpool_standard_error_fmt()Richard Yao2022-09-201-1/+1
* Cleanup: Remove unused uu_pname codeRichard Yao2022-09-193-276/+0
* Add PPC cpu feature tests for FreeBSD and LinuxTino Reichardt2022-09-161-45/+42
* Handle ECKSUM as new EZFS_CKSUM ‒ "insufficient replicas"наб2022-09-161-0/+6
* Fix unable to export zpool without nfs-utilsChunwei Chen2022-09-161-1/+1