aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzfs/libzfs_import.c
Commit message (Expand)AuthorAgeFilesLines
* Fix "out of memory" errorBrian Behlendorf2024-01-121-3/+1
* nvpair: Constify string functionsRichard Yao2023-03-141-1/+1
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* libzfs: import: zpool_clear_label: bool for boolean statusнаб2022-04-131-9/+5
* libzfs: import: zpool_clear_label: don't allocate another time for L2ARC headerнаб2022-04-131-11/+7
* libzfs: import: zpool_clear_label: actually fail if clearing l2arc header failsнаб2022-04-131-10/+10
* libzfs: don't NULL-check infallible allocationsнаб2022-03-301-18/+5
* libzfs: Convert to fnvpair functionsRyan Moeller2022-03-141-28/+17
* libzfs: don't distribute libzfs_impl.hнаб2021-06-031-1/+1
* zpool: speed up importing large pools (#11469)Alan Somers2021-01-211-1/+1
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-131-1/+0
* Persistent L2ARCGeorge Amanakis2020-04-101-2/+29
* Use zfs_ioctl with zfs_cmd_t in libzfsMatthew Macy2019-10-231-1/+1
* OpenZFS restructuring - libsplMatthew Macy2019-10-021-1/+0
* Improve `zpool labelclear`Brian Behlendorf2019-03-211-3/+46
* Add libzutil for libzfs or libzpool consumersDon Brady2018-11-051-2240/+15
* OpenZFS 9457 - libzfs_import.c:add_config() has a memory leaksara hartse2018-07-241-18/+6
* Add support for autoexpand propertyBrian Behlendorf2018-07-231-13/+59
* OpenZFS 9235 - rename zpool_rewind_policy_t to zpool_load_policy_tPavel Zakharov2018-06-041-1/+1
* OpenZFS 9075 - Improve ZFS pool import/load process and corrupted pool recoveryPavel Zakharov2018-05-081-2/+17
* Fix calloc(3) arguments orderTomohiro Kusumi2018-04-121-1/+1
* Add support for nvme based devidsDon Brady2018-03-291-2/+13
* zpool import -d to specify device pathChunwei Chen2018-01-261-36/+130
* Update for cppcheck v1.80Brian Behlendorf2017-11-181-1/+1
* Fix function documentation to correctly mirror codeTobin Harding2017-10-131-1/+1
* Add libtpool (thread pools)Brian Behlendorf2017-08-091-23/+22
* Multi-modifier protection (MMP)Olaf Faaland2017-07-131-0/+74
* Fix import finding spare/l2cache when path changesChunwei Chen2017-06-011-2/+16
* Fixed zdb -e regression for active cacheless poolsDon Brady2017-04-241-2/+7
* Clear enclosure sysfs path from VDEV label when sysfs path isn't presentTony Hutter2017-02-101-1/+3
* OpenZFS 7541 - zpool import/tryimport ioctl returns ENOMEMGeorge Melikov2017-01-301-4/+5
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-121-1/+1
* Fix 'zpool import' detection issueBrian Behlendorf2016-11-141-3/+16
* Fix 'zpool import' detection issuesBrian Behlendorf2016-11-071-35/+66
* Turn on/off enclosure slot fault LED even when disk isn't presentTony Hutter2016-10-241-0/+17
* Multipath autoreplace, control enclosure LEDs, event rate limitingTony Hutter2016-10-191-14/+24
* Bring over illumos ZFS FMA logic -- phase 1Don Brady2016-09-011-8/+8
* Fix memory leak in function add_config()liaoyuxiangqin2016-08-011-1/+5
* libzfs_import.c: Uninitialized pointer readGvozden Neskovic2016-07-291-0/+1
* Multi-thread 'zpool import' for blkidBrian Behlendorf2016-07-271-414/+326
* Fixes for issues found with cppcheck toolGvozden Neskovic2016-07-271-0/+1
* Fixes bug in fix_paths()Marcel Huber2016-05-121-1/+1
* Illumos 6659 - nvlist_free(NULL) is a no-opJosef 'Jeff' Sipek2016-04-271-2/+1
* Fix 'zpool import' blkid device namesBrian Behlendorf2016-04-251-19/+123
* Use udev for partition detectionBrian Behlendorf2016-04-251-0/+115
* Rework zpool import excluded devices checkNikolay Borisov2016-04-181-26/+16
* Add support for devid and phys_path keys in vdev disk labelsDon Brady2016-03-311-26/+322
* Fix zdb -e and zhack thread_init()Brian Behlendorf2016-03-211-2/+1
* Updated paths to scan when importing zpool(s)Thijs Cramer2016-03-091-1/+3
* Require libblkidBrian Behlendorf2016-03-091-16/+6