aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix various typosAndrea Gelmini2021-04-023-3/+3
* Bump libzfs.so and libzpool.so versionsBrian Behlendorf2021-04-012-2/+2
* When specifying raidz vdev name, parity count should matchMatthew Ahrens2021-03-261-0/+30
* Support running FreeBSD buildworld on Arm-based macOS hostsJessica Clarke2021-03-261-0/+11
* Removed duplicated includesAndrea Gelmini2021-03-226-7/+0
* zpool import cachefile improvementsGeorge Wilson2021-03-121-36/+141
* Return finer grain errors in libzfs unmount_oneDon Brady2021-03-083-6/+30
* Don't bomb out when using keylocation=file://James Wah2021-03-031-3/+7
* Add missing checks for unsupported featuresMartin Matuška2021-02-271-0/+2
* send_iterate_snap : doall send without fromsnapCedric Maunoury2021-02-241-0/+9