aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Use .section .rodata instead of .rodata on FreeBSDDimitry Andric2023-02-241-1/+1
* Give strlcat() full buffer lengths rather than smaller buffer lengthsRichard Yao2023-02-142-3/+3
* Restore FreeBSD to use .rodataJorgen Lundman2023-02-061-1/+1
* Fix variable shadowing in libzfs_mountReno Reckling2023-02-021-3/+3
* Fix console progress reporting for recursive sendAmeer Hamza2023-02-021-2/+6
* x86 asm: Replace .align with .balignAttila Fülöp2023-01-242-10/+10
* Reject streams that set ->drr_payloadlen to unreasonably large valuesRichard Yao2023-01-231-0/+8
* Configure zed's diagnosis engine with vdev propertiesrob-wing2023-01-233-1/+28
* zfs_receive_one: Check for the more likely error firstAllan Jude2023-01-201-5/+5
* Unify Assembler files between Linux and WindowsJorgen Lundman2023-01-175-0/+452
* Use setproctitle to report progress of zfs sendAmeer Hamza2023-01-174-15/+361
* libzpool: fix ddi_strtoull to update nptrCharles Suh2023-01-091-4/+2
* zed: add hotplug support for spare vdevsAmeer Hamza2023-01-091-4/+1
* deadlock between spa_errlog_lock and dp_config_rwlockMatthew Ahrens2022-12-222-27/+21
* Add color output to zfs diff.Ethan Coe-Renner2022-12-152-2/+47
* 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