summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libzfs: zfs_asprintf(): don't return undefined pointerнаб2021-05-101-1/+3
* libzfsbootenv: lzbe_set_boot_device(): don't free undefined pointerнаб2021-05-101-4/+3
* zfs_get_enclosure_sysfs_path(): don't free undefined pointerнаб2021-05-101-2/+3
* zfs_get_enclosure_sysfs_path(): don't leak dev pathнаб2021-05-101-7/+2
* libzfs: zpool_load_compat(): don't free undefined pointersнаб2021-05-101-4/+8
* libzfs: zpool_load_compat(): open feature file cloexecнаб2021-05-101-8/+10
* libzutil: fix dm_get_underlying_path() return if not a DM deviceнаб2021-05-101-1/+1
* receive: don't fail inheriting (-x) properties on wrong dataset typePrawn2021-05-101-18/+28
* freebsd/libshare: nfs: make nfs_is_shared() thread-safeнаб2021-04-191-5/+1
* libshare: nfs: don't leak nfs_lock_fd when lock failsнаб2021-04-192-8/+18
* libzfs: refresh property cache after inheriting userpropнаб2021-04-191-0/+1
* libzfs: don't mark prompt+raw as retriableнаб2021-04-191-1/+1
* linux/libspl: gethostid: read from /proc/sys/kernel/spl/hostid, simplifyнаб2021-04-191-24/+17
* linux/libspl: getextmntent(): don't leak mnttab FILE*наб2021-04-141-0/+1
* libzfs: zfs_mount_at(): load key for encryption root if MS_CRYPTнаб2021-04-141-1/+24
* cmd/zfs receive: allow dry-run (-n) to check property argsPrawn2021-04-141-20/+20
* Improvements to the 'compatibility' propertyColm2021-04-143-2673/+2772
* Update libzfs.abi for zfs_send() changeBrian Behlendorf2021-04-141-2602/+2537
* lib/: set O_CLOEXEC on all fdsнаб2021-04-1421-60/+49
* libzfs{,_core}: set O_CLOEXEC on persistent (ZFS_DEV and MNTTAB) fdsнаб2021-04-144-7/+7
* libzfs: zfs_crypto_create() requires a new key by definition: set newkeyнаб2021-04-141-1/+1
* libzfs_crypto.c: remove unused key_locator enumнаб2021-04-141-6/+0
* Allow zfs to send replication streams with missing snapshotspablofsf2021-04-141-13/+23
* zfs get -p only outputs 3 columns if "clones" property is emptymatt-fidd2021-04-071-1/+2
* libzutil: zfs_isnumber(): return false if input emptyнаб2021-04-071-0/+3
* Fix various typosAndrea Gelmini2021-04-073-3/+3
* Bump libzfs.so and libzpool.so versionsBrian Behlendorf2021-04-072-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
* Better zfs_get_enclosure_sysfs_path() enclosure supportTony Hutter2021-02-201-110/+142
* libzpool: set_global_var: refactor to not modify 'arg'Christian Schwarz2021-02-191-18/+54
* libzpool: set_global_var: fix endianness handling (fixes zdb -o )Christian Schwarz2021-02-191-1/+1
* Restore FreeBSD resource usage accountingRyan Moeller2021-02-191-0/+1
* Add "compatibility" property for zpool feature setsColm2021-02-174-2783/+4411
* Fix a resource leak in uu_avl_pool_destroyAlan Somers2021-01-261-0/+1
* cppcheck: integrete cppcheckBrian Behlendorf2021-01-2616-6/+46
* cppcheck: resolve double freeBrian Behlendorf2021-01-261-0/+1
* Speed up "zpool import" in the presence of many zvolsAlan Somers2021-01-241-5/+15
* FreeBSD: fix HEAD build, conditionally remove FDSYNC definesMatt Macy2021-01-234-0/+76
* Only add supported features during pool creationBrian Behlendorf2021-01-221-3/+48
* zpool: speed up importing large pools (#11469)Alan Somers2021-01-211-1/+1
* libzutil: optimize zpool_read_label with AIOAlan Somers2021-01-212-11/+45
* libzutil: don't read extraneous data in zpool_read_labelAlan Somers2021-01-211-5/+6
* Extending FreeBSD UIO StructBrian Atkinson2021-01-201-22/+22