]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libzutil/zutil_import.c
libzfs: use zfs_strerror() in place of strerror()
[FreeBSD/FreeBSD.git] / lib / libzutil / zutil_import.c
2024-01-29 Richard Kojedzinszkylibzfs: use zfs_strerror() in place of strerror()
2024-01-16 Ameer HamzaAdd path handling for aux vdevs in `label_path`
2024-01-12 Brian BehlendorfFix "out of memory" error
2023-12-21 Tony Hutterzpool: Add slot power control, print power status
2023-04-20 rob-wingCreate zap for root vdev
2023-03-14 Richard Yaonvpair: Constify string functions
2023-03-14 Richard Yaodiscover_cached_paths() should not corrupt nvlist strin...
2022-10-26 Andrew InnesAligned free for aligned alloc
2022-10-20 Richard YaoFix theoretical use of uninitialized values
2022-10-07 Richard YaoHandle possible null pointers from malloc/strdup/strndup()
2022-10-04 Umer SaleemExpose libzutil error info in libpc_handle_t
2022-09-30 Tino ReichardtFix double const qualifier declarations
2022-08-26 George WilsonImporting from cachefile can trip assertion
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
2022-06-29 набEnable -Wwrite-strings
2022-03-28 набconfig: user: check for <aio.h>
2022-02-15 Jorgen LundmanRename fallthrough to zfs_fallthrough
2021-12-23 набlibzutil: import: fix unused, remove argsused
2021-12-07 Paul DagnelieAdd `const` to nvlist functions to properly expose...
2021-11-30 Allan JudeVdev Properties Feature
2021-10-04 Tony HutterRescan enclosure sysfs path on import
2021-09-14 Brian BehlendorfUse fallthrough macro
2021-07-26 набNormalise /*FALLTHR{OUGH,U}*/
2021-07-26 набReplace /*PRINTFLIKEn*/ with attribute(printf)
2021-06-14 Rich ErcolaniFix importing with symlinks
2021-06-11 набForbid basename(3) and dirname(3)
2021-06-11 набlibzutil: import: filter out unsuitable files earlier
2021-06-08 набlibzutil: zpool_find_config: remove unused variable
2021-05-27 Rich ErcolaniReinstate the old zpool read label logic as a fallback
2021-04-11 набlib/: set O_CLOEXEC on all fds
2021-04-03 Andrea GelminiFix various typos
2021-03-22 Andrea GelminiRemoved duplicated includes
2021-03-12 George Wilsonzpool import cachefile improvements
2021-02-18 ColmAdd "compatibility" property for zpool feature sets
2021-01-21 Alan Somerslibzutil: optimize zpool_read_label with AIO
2021-01-21 Alan Somerslibzutil: don't read extraneous data in zpool_read_label
2020-12-28 Matthew Ahrensnvlist leaked in zpool_find_config()
2019-10-09 Paul DagnelieReduce loaded range tree memory usage
2019-10-03 Matthew MacyOpenZFS restructuring - libzutil
2019-10-02 Matthew MacyOpenZFS restructuring - libspl
2019-09-03 Andrea GelminiFix typos in lib/
2019-02-26 kpandeSort by full path name instead of by GUID when importing
2018-11-07 Don BradyFix libudev dependency in libzutil
2018-11-05 Don BradyAdd libzutil for libzfs or libzpool consumers