aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Introduce write-mostly sumsAlexander Motin2021-05-272-0/+69
* Reinstate the old zpool read label logic as a fallbackRich Ercolani2021-05-261-3/+101
* linux/libzutil: zfs_path_order: remove strtokнаб2021-05-261-6/+5
* libzutil: zfs_resolve_shortname: remove strtokнаб2021-05-261-4/+4
* libzutil: zfs_strcmp_shortname: remove strtokнаб2021-05-261-7/+6
* libzutil: zfs_strcmp_pathname: don't allocate, remove strtokнаб2021-05-261-9/+8
* libzfs_core: fini: don't check for refcount twiceнаб2021-05-261-2/+1
* freebsd/libzfs: import execvPe() from FreeBSD 13наб2021-05-261-19/+42
* linux/libshare: smb: don't leak share name in smb_disable_share_one()наб2021-05-211-1/+1
* Don't abuse vfork()наб2021-05-211-1/+1
* libzfs: run_process: don't leak fd on reopen failureнаб2021-05-211-1/+3
* libzfs: run_process: reuse line, don't leak itнаб2021-05-211-13/+10
* libzfs: run_process: set O_NONBLOCK on lines pipeнаб2021-05-211-2/+3
* FreeBSD: Don't force xattr mount optionRyan Moeller2021-05-131-5/+0
* libzfs: add keylocation=https://, backed by fetch(3) or libcurlнаб2021-05-124-4215/+6609
* libzfs: zfs_asprintf(): don't return undefined pointerнаб2021-05-081-1/+3
* libzfsbootenv: lzbe_set_boot_device(): don't free undefined pointerнаб2021-05-081-4/+3
* zfs_get_enclosure_sysfs_path(): don't free undefined pointerнаб2021-05-081-2/+3
* zfs_get_enclosure_sysfs_path(): don't leak dev pathнаб2021-05-081-7/+2
* libzfs: zpool_load_compat(): don't free undefined pointersнаб2021-05-081-4/+8
* libzfs: zpool_load_compat(): open feature file cloexecнаб2021-05-081-8/+10
* undocumented libzfs API changes broke "zfs list"Matthew Ahrens2021-05-064-16/+11
* libzutil: fix dm_get_underlying_path() return if not a DM deviceнаб2021-04-301-1/+1
* zfs get: don't lookup mount options when using "-s local"Alan Somers2021-04-294-11/+16
* receive: don't fail inheriting (-x) properties on wrong dataset typePrawn2021-04-261-18/+28
* libshare: nfs: commonify nfs_enable_share()наб2021-04-194-91/+62
* freebsd/libshare: nfs: make nfs_is_shared() thread-safeнаб2021-04-191-5/+1
* libshare: nfs: commonify nfs_{init,fini}_tmpfile(), nfs_disable_share()наб2021-04-195-132/+101
* libshare: nfs: commonify nfs_exports_[un]lock(), FILE_HEADERнаб2021-04-195-104/+95
* libshare: nfs: don't leak nfs_lock_fd when lock failsнаб2021-04-192-8/+18
* libspl: implement atomics in terms of atomicsнаб2021-04-185-1696/+48
* libzfs: refresh property cache after inheriting userpropнаб2021-04-171-0/+1
* libzfs: don't mark prompt+raw as retriableнаб2021-04-171-1/+1
* linux/libspl: gethostid: read from /proc/sys/kernel/spl/hostid, simplifyнаб2021-04-151-24/+17
* libspl: lift common bits of getexecname()наб2021-04-155-72/+99
* libzfs: get rid of unused libzfs_handle::libzfs_{storeerr,chassis_id}наб2021-04-131-119/+113
* libzfs: get rid of libzfs_handle::libzfs_mnttabнаб2021-04-135-2738/+2598
* linux/libspl: getextmntent(): don't leak mnttab FILE*наб2021-04-131-0/+1
* libzfs: zfs_mount_at(): load key for encryption root if MS_CRYPTнаб2021-04-121-1/+24
* cmd/zfs receive: allow dry-run (-n) to check property argsPrawn2021-04-121-20/+20
* libuutil: purge unused functionsнаб2021-04-125-1143/+1102
* Improvements to the 'compatibility' propertyColm2021-04-123-2673/+2772
* Update libzfs.abi for zfs_send() changeBrian Behlendorf2021-04-111-2602/+2537
* lib/: set O_CLOEXEC on all fdsнаб2021-04-1121-60/+49
* libzfs{,_core}: set O_CLOEXEC on persistent (ZFS_DEV and MNTTAB) fdsнаб2021-04-114-7/+7
* libzfs: zfs_crypto_create() requires a new key by definition: set newkeyнаб2021-04-111-1/+1
* libzfs_crypto.c: remove unused key_locator enumнаб2021-04-111-6/+0
* Allow zfs to send replication streams with missing snapshotspablofsf2021-04-111-13/+23
* zfs get -p only outputs 3 columns if "clones" property is emptymatt-fidd2021-04-061-1/+2
* libzutil: zfs_isnumber(): return false if input emptyнаб2021-04-061-0/+3