aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzutil
Commit message (Expand)AuthorAgeFilesLines
* 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
* zfs_get_enclosure_sysfs_path(): don't free undefined pointerнаб2021-05-081-2/+3
* zfs_get_enclosure_sysfs_path(): don't leak dev pathнаб2021-05-081-7/+2
* libzfs: zpool_load_compat(): don't free undefined pointersнаб2021-05-081-4/+8
* libzutil: fix dm_get_underlying_path() return if not a DM deviceнаб2021-04-301-1/+1
* lib/: set O_CLOEXEC on all fdsнаб2021-04-114-6/+7
* libzutil: zfs_isnumber(): return false if input emptyнаб2021-04-061-0/+3
* Fix various typosAndrea Gelmini2021-04-021-1/+1
* Removed duplicated includesAndrea Gelmini2021-03-222-2/+0
* zpool import cachefile improvementsGeorge Wilson2021-03-121-36/+141
* Better zfs_get_enclosure_sysfs_path() enclosure supportTony Hutter2021-02-201-110/+142
* Add "compatibility" property for zpool feature setsColm2021-02-171-0/+10
* cppcheck: integrete cppcheckBrian Behlendorf2021-01-261-0/+2
* Speed up "zpool import" in the presence of many zvolsAlan Somers2021-01-241-5/+15
* 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
* nvlist leaked in zpool_find_config()Matthew Ahrens2020-12-281-3/+4
* Fix pointer-is-uint64_t-sized assumption in the ioctl pathAdrian Chadd2020-11-101-2/+2