aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzutil
Commit message (Expand)AuthorAgeFilesLines
* Reduce and handle EAGAIN errors on AIO label readsAlexander Motin2024-09-211-1/+16
* libzfs: use zfs_strerror() in place of strerror()Richard Kojedzinszky2024-01-291-6/+6
* Add path handling for aux vdevs in `label_path`Ameer Hamza2024-01-161-2/+15
* Fix "out of memory" errorBrian Behlendorf2024-01-121-2/+13
* Fix the FreeBSD userspace build (#15716)Mark Johnston2023-12-271-0/+8
* zpool: Add slot power control, print power statusTony Hutter2023-12-213-10/+159
* setproctitle: fix ununitialised variableRob N2023-12-071-1/+1
* Fix memory leak in zfs_setprocinit codePaul Dagnelie2023-11-171-25/+2
* zed: misc vdev_enc_sysfs_path fixesTony Hutter2023-11-072-6/+20
* Fix ZED auto-replace for VDEVs using by-id pathsDon Brady2023-10-201-3/+2
* 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