aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzfs/libzfs_import.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Illumos 1778 - Assertion failed: rn->rn_nozpool == B_FALSEAndrew Stormont2016-01-221-3/+1
* Illumos 5518 - Memory leaks in libzfs import implementationMarcel Telka2016-01-221-22/+29
* Illumos 6815179, 6844191Brian Behlendorf2016-01-221-62/+290
* Illumos 4626 - libzfs memleak in zpool_in_use()Josef 'Jeff' Sipek2015-07-101-4/+11
* Check all vdev labels in 'zpool import'Brian Behlendorf2015-03-251-16/+58
* Make `zpool import -d|-c` behave consistentlyBrian Behlendorf2015-01-281-7/+0
* Illumos 5135 - zpool_find_import_cached() can use fnvlist_*Matthew Ahrens2014-09-231-11/+5
* Fix memory leak in zpool_clear_label()Richard Yao2014-05-301-1/+3
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-11/+11
* Fix libblkid supportRichard Yao2013-10-101-1/+1
* Illumos #3464Matthew Ahrens2013-09-041-1/+1