aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzfs/libzfs_util.c
Commit message (Expand)AuthorAgeFilesLines
* libzfs: tokenise consistently with zfs and zpoolнаб2022-03-151-50/+10
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-1/+1
* libzfs: Convert to fnvpair functionsRyan Moeller2022-03-141-3/+1
* libzfs: util: don't check for allocation errors from infallible zfs_*()наб2022-03-041-11/+3
* Rename fallthrough to zfs_fallthroughJorgen Lundman2022-02-151-1/+1
* Vdev Properties FeatureAllan Jude2021-11-301-12/+28
* Use fallthrough macroBrian Behlendorf2021-09-141-1/+1
* Replace /*PRINTFLIKEn*/ with attribute(printf)наб2021-07-261-5/+0
* libzfs: format safetyнаб2021-05-291-2/+2
* 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
* libzfs: add keylocation=https://, backed by fetch(3) or libcurlнаб2021-05-121-0/+8
* libzfs: zfs_asprintf(): don't return undefined pointerнаб2021-05-081-1/+3
* libzfs: get rid of libzfs_handle::libzfs_mnttabнаб2021-04-131-22/+0
* lib/: set O_CLOEXEC on all fdsнаб2021-04-111-7/+3
* libzfs{,_core}: set O_CLOEXEC on persistent (ZFS_DEV and MNTTAB) fdsнаб2021-04-111-3/+3
* Update references to nonexistent man pages in codeRyan Moeller2020-10-301-5/+5
* FreeBSD: Improve libzfs_error_init messagesRyan Moeller2020-10-131-2/+1
* libzfs: Don't leak buf if nvlist is too largeAllan Jude2020-09-181-0/+3
* Don't assert on nvlists larger than SPA_MAXBLOCKSIZEAllan Jude2020-08-251-0/+10
* Change the error handling for invalid property valuesAllan Jude2020-08-011-0/+14
* When encountering EZFS_UNKNOWN, print the error text buffer anywayAllan Jude2020-07-311-1/+2
* libzfs: const'ify path argument to zfs_path_to_zhandleKyle Evans2020-07-221-1/+1
* Remove dependency on sharetab file and refactor sharing logicGeorge Wilson2020-07-131-8/+1
* Add device rebuild featureBrian Behlendorf2020-07-031-0/+9
* zfs -V: Print userland version even if kernel module not loadedPrawn2020-06-221-3/+4
* Add prototypesArvind Sankar2020-06-181-0/+108
* Mark functions as staticArvind Sankar2020-06-181-1/+1
* Support custom URI schemes for the keylocation propertyJason King2020-04-281-1/+13
* Add FreeBSD support to OpenZFSMatthew Macy2020-04-141-1/+1
* libzfs: Fix bounds checks for float parsingRyan Moeller2020-03-161-1/+6
* Move zfs_version_kernel to platform codeRyan Moeller2020-02-121-31/+0
* Colorize zpool status outputTony Hutter2019-12-191-0/+92
* Use platform independent error code for libzfs_run_process_implMatthew Macy2019-10-231-1/+1
* OpenZFS restructuring - libzfsMatthew Macy2019-10-031-116/+2
* OpenZFS restructuring - libsplMatthew Macy2019-10-021-14/+1
* Refactor libzfs_error_init newlinesRyan Moeller2019-09-181-5/+5
* Increase default zcmd allocation to 256KMichael Niewöhner2019-07-301-1/+1
* Race condition between spa async threads and exportSerapheim Dimitropoulos2019-07-181-0/+5
* Implement Redacted Send/ReceivePaul Dagnelie2019-06-191-0/+1
* Add feature check for 'zpool resilver' commandTom Caputi2019-05-021-0/+3
* Add option [-V|--version] to emit version stringTerraTech2019-04-161-0/+64
* Add TRIM supportBrian Behlendorf2019-03-291-0/+7
* ZVOLs should not be allowed to have childrenloli10K2019-02-081-0/+5
* OpenZFS 9102 - zfs should be able to initialize storage devicesGeorge Wilson2019-01-071-0/+7
* Fix error message when zfs module is not loadedTom Caputi2018-12-071-3/+3
* Add libzutil for libzfs or libzpool consumersDon Brady2018-11-051-334/+1
* Add basic zfs ioc input nvpair validationDon Brady2018-09-021-1/+36