aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzutil
Commit message (Expand)AuthorAgeFilesLines
* Create zap for root vdevrob-wing2023-04-201-3/+2
* nvpair: Constify string functionsRichard Yao2023-03-143-24/+27
* discover_cached_paths() should not corrupt nvlist string valueRichard Yao2023-03-141-4/+11
* Use setproctitle to report progress of zfs sendAmeer Hamza2023-01-172-0/+300
* Aligned free for aligned allocAndrew Innes2022-10-261-9/+9
* Fix theoretical use of uninitialized valuesRichard Yao2022-10-191-3/+2
* Cleanup: Address Clang's static analyzer's unused code complaintsRichard Yao2022-10-141-5/+3
* Handle possible null pointers from malloc/strdup/strndup()Richard Yao2022-10-061-0/+3
* Expose libzutil error info in libpc_handle_tUmer Saleem2022-10-042-53/+54
* Fix double const qualifier declarationsTino Reichardt2022-09-302-4/+3
* Fix userland resource leaksRichard Yao2022-09-231-3/+4
* Remove incorrect free() in zfs_get_pci_slots_sys_path()Richard Yao2022-09-131-1/+0
* Importing from cachefile can trip assertionGeorge Wilson2022-08-261-0/+2
* Replace dead opensolaris.org license linkTino Reichardt2022-07-119-9/+9
* Enable -Wwrite-stringsнаб2022-06-292-2/+4
* linux: libzutil: zfs_strip_path: only strip known prefixesнаб2022-05-161-1/+9
* libzfs: constify zfs_strip_partition(), zfs_strip_path()наб2022-05-162-7/+7
* autoconf: use include directives instead of recursing down libнаб2022-05-101-29/+24
* zpool_history_unpack: return correct errno on nvlist_unpack failureLow-power2022-04-201-2/+3
* Ask libtool to stop hiding some errorsRich Ercolani2022-03-311-0/+2
* config: user: check for <aio.h>наб2022-03-281-0/+6
* linux: libzutil: zfs_path_order: don't strdup ZPOOL_IMPORT_PATHнаб2022-03-231-17/+17
* libzutil: zfs_resolve_shortname: don't strdup() ZPOOL_IMPORT_PATHнаб2022-03-231-19/+20
* zed: Fix mpath autoreplace on Centos 7Tony Hutter2022-03-181-7/+4
* zed: Misc multipath autoreplace fixesTony Hutter2022-02-241-10/+19
* Correct compilation errors reported by GCC 10/11Damian Szuberski2022-02-201-0/+3
* libtpool: -Wno-clobberedнаб2022-02-181-2/+0
* Rename fallthrough to zfs_fallthroughJorgen Lundman2022-02-151-2/+2
* libzutil: import: fix unused, remove argsusedнаб2021-12-235-5/+10
* Add `const` to nvlist functions to properly expose their real behaviorPaul Dagnelie2021-12-061-1/+1
* Vdev Properties FeatureAllan Jude2021-11-301-8/+9
* zed: Control NVMe fault LEDsTony Hutter2021-11-092-3/+152
* Simplify and document OpenZFS library dependenciesBrian Behlendorf2021-10-073-164/+2
* Rescan enclosure sysfs path on importTony Hutter2021-10-043-13/+127
* Use fallthrough macroBrian Behlendorf2021-09-141-1/+2
* Normalise /*FALLTHR{OUGH,U}*/наб2021-07-261-0/+1
* Replace /*PRINTFLIKEn*/ with attribute(printf)наб2021-07-261-8/+6
* Fix importing with symlinksRich Ercolani2021-06-141-0/+1
* Forbid basename(3) and dirname(3)наб2021-06-111-10/+27
* libzutil: import: filter out unsuitable files earlierнаб2021-06-112-11/+16
* linux/libzutil: zpool_open_func: don't dup name, extract untouchablesнаб2021-06-111-23/+12
* libzutil: add zfs_{base,dir}name()наб2021-06-111-0/+16
* linux/libzutil: use ARRAY_SIZE instead of constant for search pathsнаб2021-06-112-7/+6
* lib{efi,avl,share,tpool,zfs_core,zfsbootenv,zutil}: -fvisibility=hiddenнаб2021-06-091-0/+1
* libzutil: zpool_find_config: remove unused variableнаб2021-06-071-4/+1
* 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