aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzfs/libzfs_util.c
Commit message (Expand)AuthorAgeFilesLines
* Add ashift validation when adding devices to a poolGeorge Wilson2024-04-291-1/+7
* Add slow disk diagnosis to ZEDDon Brady2024-04-291-1/+3
* Add zfs_prepare_disk script for disk firmware installTony Hutter2023-11-061-0/+193
* Teach zpool scrub to scrub only blocks in error logGeorge Amanakis2023-05-181-2/+12
* Add support for zpool user propertiesAllan Jude2023-04-211-0/+1
* Fix "Add colored output to zfs list"Tino Reichardt2023-04-051-1/+1
* Add more ANSI colors to libzfsTino Reichardt2023-03-241-5/+8
* nvpair: Constify string functionsRichard Yao2023-03-141-2/+2
* Configure zed's diagnosis engine with vdev propertiesrob-wing2023-01-231-0/+12
* Add color output to zfs diff.Ethan Coe-Renner2022-12-151-2/+7
* Cleanup: Address Clang's static analyzer's unused code complaintsRichard Yao2022-10-141-1/+1
* Enforce "-F" flag on resuming recv of full/newfs on existing datasetJitendra Patidar2022-09-271-0/+3
* Call va_end() before return in zpool_standard_error_fmt()Richard Yao2022-09-201-1/+1
* Handle ECKSUM as new EZFS_CKSUM ‒ "insufficient replicas"наб2022-09-161-0/+6
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Enable -Wwrite-stringsнаб2022-06-291-11/+8
* Replace ZPROP_INVAL with ZPROP_USERPROP where it means a user propertyAllan Jude2022-06-141-3/+3
* Add Linux namespace delegation supportWill Andrews2022-06-101-0/+6
* libzfs: return (allocated) strings instead of filling buffersнаб2022-05-181-16/+9
* libzfs: don't NULL-check infallible allocationsнаб2022-03-301-23/+11
* 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