summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Don't leak packed recieved proprtiesBrooks Davis2022-12-011-7/+10
* linux: libspl: zone: () -> (void)наб2022-12-011-1/+1
* Make 1-bit bitfields unsignedBrooks Davis2022-12-011-2/+2
* Fix theoretical use of uninitialized valuesRichard Yao2022-12-011-3/+2
* set_global_var() should not pass NULL pointers to dlclose()Richard Yao2022-12-011-1/+2
* Fix potential NULL pointer dereference in lzc_ioctl()Richard Yao2022-12-011-1/+1
* set_global_var_parse_kv() should pass the pointer from strdup()Richard Yao2022-12-011-2/+3
* Call va_end() before return in zpool_standard_error_fmt()Richard Yao2022-12-011-1/+1
* Handle ECKSUM as new EZFS_CKSUM ‒ "insufficient replicas"наб2022-12-011-0/+6
* Remove incorrect free() in zfs_get_pci_slots_sys_path()Richard Yao2022-12-011-1/+0
* zpool_load_compat() should create strings of length ZFS_MAXPROPLENRichard Yao2022-12-011-2/+2
* libzfs recv: Check if user prop before inheritableRyan Moeller2022-11-301-2/+2
* Ask libtool to stop hiding some errorsRich Ercolani2022-09-2115-0/+43
* Importing from cachefile can trip assertionGeorge Wilson2022-09-131-0/+2
* libtpool: -Wno-clobberedнаб2022-07-274-6/+3
* Remove sha1 hashing from OpenZFS, it's not used anywhere.Tino Reichardt2022-07-261-3/+0
* libzfs: Fail making a dataset handle gracefullyRyan Moeller2022-06-061-4/+9
* libzfs: mount: don't leak mnt_param_t if mnt_func failsнаб2022-06-061-1/+3
* Reject zfs send -RI with nonexistent fromsnapRich Ercolani2022-06-061-0/+17
* FreeBSD: libspl: Add locking around statfs globalsRyan Moeller2022-05-271-1/+15
* libzfs: zfs_send: remove unused variableнаб2022-05-021-12/+0
* libzutil: zpool_find_config: remove unused variableнаб2022-05-021-4/+1
* libzfs: import: zpool_clear_label: actually fail if clearing l2arc header failsнаб2022-04-151-10/+10
* libzfs: sendrecv: always cancel progress thread in zfs_send_one()наб2022-04-111-2/+1
* libzfs: diff: stream_bytes: use fputc, %hho formats charsнаб2022-04-011-2/+2
* zfs, libzfs: diff: accept -h/ZFS_DIFF_NO_MANGLE, disabling path escapingнаб2022-04-011-2/+8
* zed: Fix mpath autoreplace on Centos 7Tony Hutter2022-03-181-7/+4
* zed: Misc multipath autoreplace fixesTony Hutter2022-03-181-10/+19
* get_key_material_https: removed bogus free() callнаб2022-03-171-1/+0
* libzfs: add keylocation=https://, backed by fetch(3) or libcurlнаб2022-02-164-21/+248
* libzfs_sendrecv: Fix leaked holds nvlistRyan Moeller2022-02-031-4/+3
* libzfs_sendrecv: Avoid extra avl_findRyan Moeller2022-02-031-2/+3
* FreeBSD: Fix leaked strings in libspl mnttabRyan Moeller2022-02-031-9/+16
* linux: libzfs: mount: fix uninitialised flagsнаб2022-02-031-1/+1
* FreeBSD: fix world build after 143476ce8Martin Matuška2022-02-031-1/+1
* Fix error propagation from lzc_send_redactedPhilipp Riederer2022-02-031-1/+1
* freebsd/libshare: nfs: don't send SIGHUP to all processesнаб2022-02-031-1/+7
* Upgrade to libabigail 2.0.0Dimitri John Ledkov2021-11-055-7719/+6056
* zed: Control NVMe fault LEDsTony Hutter2021-11-052-3/+152
* Rescan enclosure sysfs path on importTony Hutter2021-11-023-13/+127
* Use fallthrough macroBrian Behlendorf2021-11-027-9/+19
* Detect HAVE_LARGE_STACKS at compile time (#12584)Kevin Bowling2021-11-012-0/+4
* Update ABI files via new libabigail versionGeorge Melikov2021-09-145-10160/+16155
* Make get_key_material_file fail more verboselyRich Ercolani2021-09-141-1/+1
* Remove old orig_fd variable from zfs sendJorgen Lundman2021-09-141-2/+1
* file reference counts can get corruptedGeorge Wilson2021-09-141-11/+9
* Replace strchrnul() with strrchr()Jorgen Lundman2021-09-141-1/+3
* Fix flag copying in resume casePaul Dagnelie2021-06-241-0/+4
* Annotated dprintf as printf-likeRich Ercolani2021-06-241-1/+1
* libspl: implement atomics in terms of atomicsнаб2021-06-215-1696/+48